From 4cf4fdce17c2106a580141ecf8a74a1c22f21475 Mon Sep 17 00:00:00 2001 From: cast1e Date: Fri, 7 Mar 2025 12:04:28 +0800 Subject: [PATCH] 1.3 beta --- .gitignore | 2 +- index.html | 18 +--- package.json | 2 + pnpm-lock.yaml | 16 +++ src/App.vue | 10 +- src/components/DynamicBackground.vue | 111 ++++++++++++------- src/md/about.md | 2 - src/md/manual.md | 4 +- src/router/index.ts | 2 +- src/styles/global.css | 32 ++++++ src/styles/markdown.css | 155 +++++++++++++++++++++++++++ src/views/HomeView.vue | 114 ++++++++++++-------- src/views/manage/DisplayView.vue | 18 ++-- src/views/manage/EditorView.vue | 2 +- src/views/post/AboutView.vue | 3 +- src/views/post/ManualView.vue | 3 +- src/views/recite/SelectView.vue | 4 +- vite.config.ts | 6 +- 18 files changed, 374 insertions(+), 130 deletions(-) create mode 100644 src/styles/markdown.css diff --git a/.gitignore b/.gitignore index 40615e7..b655f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ pnpm-debug.log* *.sw? auto-imports.d.ts -component.d.ts +components.d.ts diff --git a/index.html b/index.html index 91420a0..3efdc42 100644 --- a/index.html +++ b/index.html @@ -8,24 +8,8 @@ Wordin - + -