update: 更新版本v1.3.0, 增加postgres迁移脚本

This commit is contained in:
xiamuceer
2026-01-20 09:11:30 +08:00
parent 5f25deb289
commit 444ba9ddba
5 changed files with 79 additions and 5 deletions
+2 -2
View File
@@ -1265,8 +1265,8 @@
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.3.0.tgz",
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
"dev": true,
"license": "MIT",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.2.8",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",