2025-09-23 16:21:17 +08:00
|
|
|
|
# 主题配色
|
|
|
|
|
主题css位于:
|
|
|
|
|
- styles
|
|
|
|
|
- theme-variables.scss
|
|
|
|
|
|
|
|
|
|
# 数据存储
|
|
|
|
|
## appStore
|
|
|
|
|
- theme
|
|
|
|
|
- themeConfig
|
|
|
|
|
- hexoConfig
|
2025-09-23 18:49:37 +08:00
|
|
|
|
# 页面
|
|
|
|
|
主体:App.vue逻辑位于main.ts。
|
|
|
|
|
头部导航栏:/components/Header/src/Header.vue
|
|
|
|
|
|
2025-09-23 16:21:17 +08:00
|
|
|
|
|
|
|
|
|
## Setup()
|