Skip to content

Commit 96e9ea9

Browse files
committed
fix: compose 任务编译缺少名称默认值 #288 #287
1 parent efebcab commit 96e9ea9

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

asset/static/i18n/en-US.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@
10701070
"compose.listTypeColorOption.dangling": "error",
10711071
"compose.listTypeColorOption.default": "default",
10721072
"compose.listTypeColorOption.outPath": "yellow",
1073+
"compose.listTypeColorOption.remoteGit": "cyan",
10731074
"compose.listTypeColorOption.remoteUrl": "cyan",
10741075
"compose.listTypeColorOption.serverPath": "blue",
10751076
"compose.listTypeColorOption.storagePath": "geekblue",
@@ -1078,6 +1079,7 @@
10781079
"compose.listTypeOption.dangling": "Missing Config",
10791080
"compose.listTypeOption.default": "Default",
10801081
"compose.listTypeOption.outPath": "External",
1082+
"compose.listTypeOption.remoteGit": "Git Repository",
10811083
"compose.listTypeOption.remoteUrl": "Remote URL",
10821084
"compose.listTypeOption.serverPath": "Container Path",
10831085
"compose.listTypeOption.storagePath": "Mounted File",

asset/static/i18n/ja-JP.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@
10701070
"compose.listTypeColorOption.dangling": "error",
10711071
"compose.listTypeColorOption.default": "default",
10721072
"compose.listTypeColorOption.outPath": "yellow",
1073+
"compose.listTypeColorOption.remoteGit": "cyan",
10731074
"compose.listTypeColorOption.remoteUrl": "cyan",
10741075
"compose.listTypeColorOption.serverPath": "blue",
10751076
"compose.listTypeColorOption.storagePath": "geekblue",
@@ -1078,6 +1079,7 @@
10781079
"compose.listTypeOption.dangling": "設定なし",
10791080
"compose.listTypeOption.default": "標準",
10801081
"compose.listTypeOption.outPath": "外部",
1082+
"compose.listTypeOption.remoteGit": "Git リポジトリ",
10811083
"compose.listTypeOption.remoteUrl": "リモート",
10821084
"compose.listTypeOption.serverPath": "パス指定",
10831085
"compose.listTypeOption.storagePath": "マウント",

asset/static/i18n/zh-CN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@
10701070
"compose.listTypeColorOption.dangling": "error",
10711071
"compose.listTypeColorOption.default": "default",
10721072
"compose.listTypeColorOption.outPath": "yellow",
1073+
"compose.listTypeColorOption.remoteGit": "cyan",
10731074
"compose.listTypeColorOption.remoteUrl": "cyan",
10741075
"compose.listTypeColorOption.serverPath": "blue",
10751076
"compose.listTypeColorOption.storagePath": "geekblue",
@@ -1078,6 +1079,7 @@
10781079
"compose.listTypeOption.dangling": "配置缺失",
10791080
"compose.listTypeOption.default": "默认",
10801081
"compose.listTypeOption.outPath": "外部任务",
1082+
"compose.listTypeOption.remoteGit": "Git 仓库",
10811083
"compose.listTypeOption.remoteUrl": "远程地址",
10821084
"compose.listTypeOption.serverPath": "容器路径",
10831085
"compose.listTypeOption.storagePath": "挂载文件",

asset/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</head>
2020
<body>
2121
<div id="root"></div>
22-
<script src="/dpanel/static/asset/umi.5ba2de50.js"></script>
22+
<script src="/dpanel/static/asset/umi.0c990238.js"></script>
2323
</body>
2424
</html>

asset/static/umi.0c990238.js.gz

741 KB
Binary file not shown.

asset/static/umi.5ba2de50.js.gz

-741 KB
Binary file not shown.

0 commit comments

Comments
 (0)