diff --git a/src/App.vue b/src/App.vue index 1d3c799..4136ff3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,8 +2,10 @@ App.vue — 根组件:编辑/演示模式切换、工具栏、三栏布局、弹窗 ===================================================================== --> @@ -205,7 +353,6 @@ onUnmounted(() => { @present="onPresent" @open-library="libraryVisible = true" @open-settings="settingsVisible = true" - @open-ai="openAi" @save="onSave" @open-templates="templateVisible = true" @export-json="onExportJson" @@ -267,6 +414,7 @@ onUnmounted(() => { @toast="toast" /> {
{{ toastText }}
+ + +
+
+ 📥 + 松开导入文件 + .json 直接导入 · 图片/文档进入资料导入 +
+
diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 9b02588..1cfc97f 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -3,6 +3,7 @@ ===================================================================== -->