搜索功能加入

This commit is contained in:
stardrophere
2026-03-13 18:25:38 +08:00
parent 9440b7f590
commit 6aee65af6c
18 changed files with 1545 additions and 103 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
/* color palette from <https://github.com/vuejs/theme> */
/* 颜色变量基于 Vue 官方主题并按项目需求调整 */
:root {
--vt-c-white: #ffffff;
--vt-c-white-soft: #f8f8f8;
@@ -21,7 +21,7 @@
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
/* 项目语义化颜色变量 */
:root {
--color-background: var(--vt-c-white);
--color-background-soft: var(--vt-c-white-soft);
@@ -81,3 +81,4 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}