refactor(stage-web): settings UI

Co-authored-by: Rizumu Ayaka <19204772+LittleSound@users.noreply.github.com>
This commit is contained in:
Neko Ayaka
2025-02-22 21:43:07 +08:00
co-authored by Rizumu Ayaka
parent 296e592714
commit 84f68771e7
10 changed files with 315 additions and 261 deletions
+1 -5
View File
@@ -1,13 +1,9 @@
export { default as BasicTextarea } from './BasicTextarea.vue'
export { default as Collapsable } from './Collapsable.vue'
export { default as Live2DCanvas } from './Live2D/Canvas.vue'
export { default as Live2DModel } from './Live2D/Model.vue'
export { default as SceneLive2D } from './Scenes/Live2D.vue'
export { default as SceneVRM } from './Scenes/VRM.vue'
export { default as TransitionVertical } from './TransitionVertical.vue'
export { default as VRMModel } from './VRM/Model.vue'
export { default as WidgetStage } from './Widgets/Stage.vue'