From c262149d51d77eb8eb342b18e3b4161af2ff4cd9 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 25 Jun 2025 12:02:36 +1000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 App.vue 中引入并使用 Updated 组件 - 新增 src/components/updated.vue 组件文件 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/App.vue | 6 +++++- src/components/updated.vue | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 src/components/updated.vue diff --git a/src/App.vue b/src/App.vue index 5be151c..81f3b01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,8 @@ import LeftArrowIcon from './assets/icons/leftarrow.vue' import CorgIcon from './assets/icons/corg.vue' import { watch } from 'vue' +import Updated from './components/updated.vue' + const presentPreferencePanel = ref(false) const route = useRoute() @@ -21,6 +23,8 @@ watch(() => presentPreferencePanel, (value) => { \ No newline at end of file + diff --git a/src/components/updated.vue b/src/components/updated.vue new file mode 100644 index 0000000..799630e --- /dev/null +++ b/src/components/updated.vue @@ -0,0 +1,37 @@ + + +