chore: 将 lock 文件重新加入版本管理

避免因版本不一致导致无法运行的问题
This commit is contained in:
feige996
2025-10-15 09:52:01 +08:00
parent 10ae023084
commit e77780c4c9
2 changed files with 13960 additions and 3 deletions

6
.gitignore vendored
View File

@@ -33,9 +33,9 @@ src/types
src/manifest.json
src/pages.json
# lock 文件还是不要了,我主要的版本写死就好了
pnpm-lock.yaml
package-lock.json
# 2025-10-15 by 菲鸽: lock 文件还是需要加入版本管理,今天又遇到版本不一致导致无法运行的问题了。
# pnpm-lock.yaml
# package-lock.json
# TIPS如果某些文件已经加入了版本管理现在重新加入 .gitignore 是不生效的,需要执行下面的操作
# `git rm -r --cached .` 然后提交 commit 即可。

13957
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff