diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ce2e5ef..6e09a31 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +allowBuilds: + '@parcel/watcher': false + esbuild: false + sharp: false onlyBuiltDependencies: - '@parcel/watcher' - esbuild diff --git a/public/uaf/HarmonyOS_Sans_SC_Bold.ttf b/public/uaf/HarmonyOS_Sans_SC_Bold.ttf new file mode 100644 index 0000000..5c925d1 Binary files /dev/null and b/public/uaf/HarmonyOS_Sans_SC_Bold.ttf differ diff --git a/public/uaf/HarmonyOS_Sans_SC_Light.ttf b/public/uaf/HarmonyOS_Sans_SC_Light.ttf new file mode 100644 index 0000000..8cfbc9d Binary files /dev/null and b/public/uaf/HarmonyOS_Sans_SC_Light.ttf differ diff --git a/public/uaf/HarmonyOS_Sans_SC_Regular.ttf b/public/uaf/HarmonyOS_Sans_SC_Regular.ttf new file mode 100644 index 0000000..aff150a Binary files /dev/null and b/public/uaf/HarmonyOS_Sans_SC_Regular.ttf differ diff --git a/public/uaf/NotoSansSC-Regular.otf b/public/uaf/NotoSansSC-Regular.otf deleted file mode 100644 index fb0637b..0000000 Binary files a/public/uaf/NotoSansSC-Regular.otf and /dev/null differ diff --git a/src/components/home/HomeActions.vue b/src/components/home/HomeActions.vue index 4084bf7..d1e71c1 100644 --- a/src/components/home/HomeActions.vue +++ b/src/components/home/HomeActions.vue @@ -33,7 +33,9 @@ size="large" rounded="xl" - > + > + + - - 考试看板 - + prepend-icon="mdi-calendar-check" + size="large" + class="ml-2" + color="green" + @click="$emit('add-exam-card')" + > + 考试看板 + 添加测试卡片 -