add auto release script

This commit is contained in:
Luis Pater
2025-10-01 01:57:53 +08:00
parent c9f09ccf37
commit f6a4bae8c6
8 changed files with 2356 additions and 5 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Node modules
node_modules/
# Build output
dist/
# Temporary build files
index.build.html
# npm lock files
package-lock.json
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db