fix: 修改文件名大小写

This commit is contained in:
2025-04-24 12:03:19 +08:00
parent 2d46b89d28
commit 9db06fa737
7 changed files with 1095 additions and 27 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "pmrx-gm",
"version": "1.0.0",
"description": "飘渺儒仙GM管理平添",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"vue"
],
"author": "kubbo",
"license": "ISC",
"dependencies": {
"axios": "^1.8.4",
"express": "^5.1.0",
"mysql": "^2.18.1"
}
}