Skip to content

Commit

Permalink
Merge pull request #7 from VisActor/feat/vstory-scene6-init
Browse files Browse the repository at this point in the history
Feat/vstory scene6 init
  • Loading branch information
youngwinds authored Jun 13, 2024
2 parents aab9059 + a243ddb commit c8bf377
Show file tree
Hide file tree
Showing 19 changed files with 2,029 additions and 28 deletions.
Binary file added packages/vstory/demo/src/assets/scene6/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/vstory/demo/src/assets/scene6/text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions packages/vstory/demo/src/demos/VChartSite/VChartSite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { scene2, scene2Characters } from './scene2';
import { scene3, scene3Characters } from './scene3';
import { scene4, scene4Characters } from './scene4';
import { scene5, scene5Characters } from './scene5';
import { scene6, scene6Characters } from './scene6';
import { scene7, scene7Characters } from './scene7';
import { scene8, scene8Characters } from './scene8';

Expand All @@ -16,23 +17,21 @@ export const VChartSiteDemo = () => {
// 准备一个图表
const tempSpec: IStorySpec = {
characters: [
// ...scene1Characters, //
// ...scene1Characters,
// ...scene2Characters,
// ...scene3Characters
// ...scene3Characters,
// ...scene4Characters,
// ...scene5Characters,
...scene6Characters,
...scene7Characters,
...scene8Characters
],
acts: [
{
id: 'default-chapter',
scenes: [
// scene1, //
// scene2,
// scene3
// scene4,
// scene5,
// scene1, scene2, scene3, scene4, scene5,
scene6,
scene7,
scene8
]
Expand Down
Loading

0 comments on commit c8bf377

Please sign in to comment.