This commit is contained in:
fengchuanhn@gmail.com
2026-05-18 18:39:59 +08:00
parent 0b39d7e36f
commit 3215d39a32
13 changed files with 1366 additions and 4 deletions

33
.cursorignore Normal file
View File

@@ -0,0 +1,33 @@
# 二进制文件
*.exe
*.dll
*.so
*.dylib
*.bin
*.dat
*.o
*.a
*.class
# 图片
*.png
*.jpg
*.jpeg
*.gif
*.webp
*.ico
# 压缩包
*.zip
*.7z
*.rar
*.tar
*.gz
*.pyd
# node_modules
node_modules/
# build
dist/
build/
target/