Skip to content

Commit 9da9142

Browse files
committed
更新 .gitignore 文件以包含新的 index.html 文件,删除不再使用的 index.html 文件,优化依赖项,添加 Docker 相关类型和状态管理,增强项目的 Docker 和环境变量文件支持,改进文件扫描和备份功能,确保更好的性能和用户体验。
1 parent 65143fb commit 9da9142

18 files changed

Lines changed: 3913 additions & 728 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ yarn-error.log*
3636
next-env.d.ts
3737

3838
.cursorrules
39-
/.cursor/
39+
/.cursor/
40+
41+
/index.html

index.html

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

package-lock.json

Lines changed: 239 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@headlessui/react": "^2.2.3",
1213
"@tailwindcss/typography": "^0.5.16",
1314
"@types/crypto-js": "^4.2.2",
15+
"@types/js-yaml": "^4.0.9",
1416
"crypto-js": "^4.2.0",
1517
"diff": "^8.0.1",
1618
"framer-motion": "^12.11.3",
1719
"ignore": "^7.0.4",
1820
"jotai": "^2.12.4",
21+
"js-yaml": "^4.1.0",
1922
"next": "14.2.28",
2023
"next-intl": "^4.1.0",
2124
"next-view-transitions": "^0.3.4",

0 commit comments

Comments
 (0)