Skip to content

Commit

Permalink
Merge pull request #109 from VisActor/release/0.0.13
Browse files Browse the repository at this point in the history
[Auto release] release 0.0.13
  • Loading branch information
neuqzxy authored Nov 26, 2024
2 parents c528ef4 + 38422cb commit e2cac46
Show file tree
Hide file tree
Showing 128 changed files with 4,670 additions and 28,692 deletions.
103 changes: 91 additions & 12 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.12","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.13","nextBump":"patch"}]
1 change: 1 addition & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# building
1 change: 1 addition & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# building
2 changes: 2 additions & 0 deletions docs/assets/examples/en/animate/bar-bounce.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/animate/bar-leap.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/animate/pie-leap.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/arrange/vchart-arrange.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,6 @@ story.init(player);

player.play(1);
window.vstory = story;
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/balloon-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/ranking-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(0);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,6 @@ const player = new VStory.Player(story);
story.init(player);

player.play(1);
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/vchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,6 @@ story.init(player);

player.play(1);
window.vstory = story;
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/vgraphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ characterList.forEach((item, index) => {

player.play(1);
window.vstory = story;
window['story'] = story;
window['vstory'] = story;
```
2 changes: 2 additions & 0 deletions docs/assets/examples/en/character/wave-scatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ story.init(player);

player.play(-1);
window.vstory = story;
window['story'] = story;
window['vstory'] = story;
```
146 changes: 0 additions & 146 deletions docs/assets/examples/en/ranking-bar/basic.md

This file was deleted.

Loading

0 comments on commit e2cac46

Please sign in to comment.