This commit is contained in:
zuowei1216
2025-12-22 21:06:29 +08:00
parent 8ea58fe480
commit 1b19ff1b92
179 changed files with 21895 additions and 3774 deletions

50
AdminPanel/cep.config.ts Normal file
View File

@@ -0,0 +1,50 @@
import { ICepConfig } from "./plugins";
const config: ICepConfig = {
"name": "AdminPanel",
"id": "com.designer.adminpanel",
"version": "1.0.0",
"extensionVersion": "6.1.0",
"requiredRuntimeVersion": "8.0",
"type": "Panel",
"parameters": [
"--enable-nodejs"
],
"panels": [
{
"name": "AdminPanel",
"displayName": "ps套版",
"main": "./index.html",
"width": 280,
"height": 600,
"minWidth": 280,
"minHeight": 600,
"maxWidth": 600,
"maxHeight": 4080
}
],
"hosts": [
{
"name": "PHSP",
"version": "[18.0,99.9]"
},
{
"name": "PHXS",
"version": "[18.0,99.9]"
}
],
"build": {
"jsxBin": false,
"country": "CN",
"province": "GD",
"org": "Designer",
"password": "",
"tsa": ""
},
"zxp": {
"jsxBin": false
}
}
export default config;