Skip to content

Commit ad2fc6b

Browse files
committed
fix: app id err
1 parent b29dda1 commit ad2fc6b

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

mcsmanager/app/ui/config

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".url": {
3-
"mcsmanager.web.Application": {
4-
"title": "MCSManager 面板",
5-
"icon": "images/icon_{0}.png",
6-
"type": "url",
7-
"protocol": "http",
8-
"port": "23333",
9-
"control": {
10-
"fullUrlPerm": "readonly",
11-
"portPerm": "readonly",
12-
"pathPerm": "readonly"
13-
}
14-
}
2+
".url": {
3+
"mcsmanager.Application": {
4+
"title": "MCSManager 面板",
5+
"icon": "images/icon_{0}.png",
6+
"type": "url",
7+
"protocol": "http",
8+
"port": "23333",
9+
"control": {
10+
"fullUrlPerm": "readonly",
11+
"portPerm": "readonly",
12+
"pathPerm": "readonly"
13+
}
1514
}
16-
}
15+
}
16+
}

mcsmanager/cmd/install_callback

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ln -s "${SHARE_PATHS[0]}" "${TRIM_APPDEST}/server/daemon/data" >> "${LOG_FILE}"
2020
ln -s "${SHARE_PATHS[1]}" "${TRIM_APPDEST}/server/daemon/logs" >> "${LOG_FILE}" 2>&1
2121
ln -s "${SHARE_PATHS[2]}" "${TRIM_APPDEST}/server/web/data" >> "${LOG_FILE}" 2>&1
2222
ln -s "${SHARE_PATHS[3]}" "${TRIM_APPDEST}/server/web/logs" >> "${LOG_FILE}" 2>&1
23+
2324
# npm 安装
2425
cd "${TRIM_APPDEST}/server/daemon" && npm i --production --no-fund --no-audit --registry=https://registry.npmmirror.com >> "${LOG_FILE}" 2>&1
2526
cd "${TRIM_APPDEST}/server/web" && npm i --production --no-fund --no-audit --registry=https://registry.npmmirror.com >> "${LOG_FILE}" 2>&1

0 commit comments

Comments
 (0)