Skip to content

Commit b5d1df5

Browse files
committed
refactor(docs): 重构文档站点配置和主题
- 更新 .gitignore 文件,添加更多忽略项 - 删除旧的 config.mts 文件,改为使用 config.ts - 移除未使用的 Features、FriendLink、HitokotoDate 等配置文件 - 新增 404 页面、配置切换和贡献图表组件 - 调整文档站点配置,优化主题设置
1 parent 396c885 commit b5d1df5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1708
-1867
lines changed

.gitignore

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
110
node_modules
2-
cache
11+
.DS_Store
312
dist
4-
.pnpm-store
13+
dist-ssr
14+
coverage
15+
*.local
16+
17+
/cypress/videos/
18+
/cypress/screenshots/
19+
20+
# Editor directories and files
21+
.vscode/*
22+
!.vscode/extensions.json
23+
!.vscode/settings.json
24+
.idea
25+
*.suo
26+
*.ntvs*
27+
*.njsproj
28+
*.sln
29+
*.sw?
30+
31+
/**/.vitepress/cache/*

docs/.vitepress/config.mts

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)