Skip to content

Commit

Permalink
Merge pull request #524 from 724338817/lab3.0.2
Browse files Browse the repository at this point in the history
repair tip
  • Loading branch information
CodingCattwo authored Feb 1, 2024
2 parents a50a01f + 5c79a94 commit 885515c
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
height: 100%;
margin: 0px;
padding: 0px;
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.716ec7841156969754a6.js></script><script type=text/javascript src=./static/js/4.12e35d90c7508239c10d.js></script><script type=text/javascript src=./static/js/runtime.ddd0c0eaee963eb25d72.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.17308c6bff6233c3930d.js></script><script type=text/javascript src=./static/js/4.86dc5bae99368e457ce9.js></script><script type=text/javascript src=./static/js/runtime.ddd0c0eaee963eb25d72.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
Expand Down

Large diffs are not rendered by default.

Binary file added dist/static/js/0.17308c6bff6233c3930d.js.gz
Binary file not shown.
Binary file removed dist/static/js/0.716ec7841156969754a6.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/static/js/4.12e35d90c7508239c10d.js

This file was deleted.

Binary file removed dist/static/js/4.12e35d90c7508239c10d.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/static/js/4.86dc5bae99368e457ce9.js

Large diffs are not rendered by default.

Binary file added dist/static/js/4.86dc5bae99368e457ce9.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/contentHead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default {
);
},
deleteSelf() {
this.$confirm(this.$t("text.confirmDelete"), {
this.$confirm(this.$t("text.confirmCancel"), {
center: true,
})
.then(() => {
Expand Down
1 change: 1 addition & 0 deletions src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default {
delete: "Delete",
update: "Change",
confirmDelete: "Are you sure to delete?",
confirmCancel: "Are you sure to revocation?",
confirmDorp:
"Make sure stop the group first, then drop local group data. Are you sure ?",
confirmDorp2:
Expand Down
1 change: 1 addition & 0 deletions src/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default {
delete: "删除",
update: "修改",
confirmDelete: "确认删除?",
confirmCancel: "确认撤销?",
confirmDorp: "先停止群组,再删除本地群组数据,确认?",
confirmDorp2: "删除群组数据将删除本地数据库对应的节点数据、区块与交易数据、合约数据等(不影响链上数据)是否确认删除群组数据?",
confirmStop: "请确保当前选中节点所属群组数大于1个,否则停止该节点的群组将导致节点共识异常",
Expand Down

0 comments on commit 885515c

Please sign in to comment.