数据库初始内容调整

This commit is contained in:
caozehui
2025-12-16 14:53:37 +08:00
parent 4d094310a1
commit 2a84142fdb
74 changed files with 349 additions and 89 deletions

206
data/system.json Normal file
View File

@@ -0,0 +1,206 @@
{
"cache": {
"config": {
"env": "local",
"name": "ee",
"baseDir": "D:\\njcn\\pqs-9100_client\\electron",
"HOME": "D:\\njcn\\pqs-9100_client",
"rundir": "D:\\njcn\\pqs-9100_client\\electron\\run",
"dump": {
"ignore": {}
},
"homeDir": "D:\\njcn\\pqs-9100_client",
"root": "D:\\njcn\\pqs-9100_client",
"appUserDataDir": "C:\\Users\\ccvv\\AppData\\Roaming\\ee",
"userHome": "C:\\Users\\ccvv",
"appVersion": "3.12.0",
"isPackaged": false,
"execDir": "D:\\njcn\\pqs-9100_client",
"logger": {
"type": "application",
"dir": "D:\\njcn\\pqs-9100_client\\logs",
"encoding": "utf8",
"env": "local",
"level": "INFO",
"consoleLevel": "INFO",
"disableConsoleAfterReady": false,
"outputJSON": false,
"buffer": true,
"appLogName": "pqs9100.log",
"coreLogName": "pqs9100-core.log",
"agentLogName": "ee-agent.log",
"errorLogName": "pqs9100-error.log",
"coreLogger": {},
"allowDebugAtProd": false,
"enablePerformanceTimer": false,
"rotator": "day"
},
"customLogger": {},
"httpclient": {
"enableDNSCache": false,
"dnsCacheLookupInterval": 10000,
"dnsCacheMaxLength": 1000,
"request": {
"timeout": 5000
},
"httpAgent": {
"keepAlive": true,
"freeSocketTimeout": 4000,
"maxSockets": 9007199254740991,
"maxFreeSockets": 256
},
"httpsAgent": {
"keepAlive": true,
"freeSocketTimeout": 4000,
"maxSockets": 9007199254740991,
"maxFreeSockets": 256
}
},
"developmentMode": {
"default": "vue",
"mode": {
"vue": {
"protocol": "http://",
"hostname": "localhost",
"port": 8080
},
"react": {
"protocol": "http://",
"hostname": "localhost",
"port": 3000
},
"html": {
"protocol": "http://",
"hostname": "localhost",
"indexPage": "index.html"
}
}
},
"socketServer": {
"enable": false,
"port": 7070,
"path": "/socket.io/",
"connectTimeout": 45000,
"pingTimeout": 30000,
"pingInterval": 25000,
"maxHttpBufferSize": 100000000,
"transports": [
"polling",
"websocket"
],
"cors": {
"origin": true
},
"channel": "c1"
},
"httpServer": {
"enable": false,
"https": {
"enable": false,
"key": "/public/ssl/localhost+1.key",
"cert": "/public/ssl/localhost+1.pem"
},
"protocol": "http://",
"host": "127.0.0.1",
"port": 7071,
"cors": {
"origin": "*"
},
"body": {
"multipart": true,
"formidable": {
"keepExtensions": true
}
},
"filterRequest": {
"uris": [
"favicon.ico"
],
"returnData": ""
}
},
"mainServer": {
"protocol": "file://",
"indexPath": "/public/dist/index.html",
"host": "localhost",
"port": 7072,
"open": false,
"options": {},
"ssl": {
"key": "",
"cert": ""
}
},
"openAppMenu": false,
"hardGpu": {
"enable": true
},
"storage": {
"dir": "D:\\njcn\\pqs-9100_client\\data"
},
"addons": {
"window": {
"enable": true
},
"tray": {
"enable": true,
"title": "自动检测平台",
"icon": "/public/images/tray.png"
},
"security": {
"enable": true
},
"awaken": {
"enable": true,
"protocol": "ee",
"args": []
},
"autoUpdater": {
"enable": true,
"windows": false,
"macOS": false,
"linux": false,
"options": {
"provider": "generic",
"url": "http://kodo.qiniu.com/"
},
"force": false
}
},
"exception": {
"mainExit": false,
"childExit": true,
"rendererExit": true
},
"cross": {},
"jobs": {
"messageLog": true
},
"openDevTools": {
"mode": "undocked"
},
"windowsOption": {
"title": "自动检测平台",
"width": 1600,
"height": 950,
"minWidth": 1600,
"minHeight": 950,
"webPreferences": {
"contextIsolation": false,
"nodeIntegration": true
},
"frame": true,
"show": false,
"icon": "D:\\njcn\\pqs-9100_client\\public\\images\\logo-32.png"
},
"remoteUrl": {
"enable": false,
"url": "http://electron-egg.kaka996.com/"
},
"coreMiddlewares": [],
"coreMiddleware": [],
"appMiddlewares": [],
"appMiddleware": []
}
}
}