Skip to content

Commit

Permalink
发布 完善
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 3, 2023
1 parent 3908b49 commit f13e470
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions GoEasyDesigner/frontend/src/app11.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<el-tab-pane :label="$t('app.help_info')">
<p v-if="!store.客户端模式" v-html="$t('app.helpDesc')">
</p>
<br>

<p v-if="store.客户端模式">Welcome to use GoEasyDesigner</p>

</el-tab-pane>
<el-tab-pane :label="$t('app.debug_info')">
Expand Down
2 changes: 1 addition & 1 deletion GoEasyDesigner/frontend/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"help_info": "Help information",
"inOperation": "in operation...",
"language": "language",
"name": "windowDesigner",
"name": "GoEasyDesigner",
"new": "New",
"open": "Open",
"projectConfig": "Project Config",
Expand Down
3 changes: 2 additions & 1 deletion GoEasyDesigner/frontend/src/i18n/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"TextEdit": "编辑框",
"Tooltip": "提示框",
"Tree": "树形框",
"Window": "窗口"
"Window": "窗口",
"ControlButton": "窗口控制按钮"
},
"eventName": {
"blur": "失去焦点",
Expand Down
Empty file modified GoEasyDesigner/frontend/wailsjs/runtime/package.json
100755 → 100644
Empty file.
Empty file modified GoEasyDesigner/frontend/wailsjs/runtime/runtime.d.ts
100755 → 100644
Empty file.
Empty file modified GoEasyDesigner/frontend/wailsjs/runtime/runtime.js
100755 → 100644
Empty file.

0 comments on commit f13e470

Please sign in to comment.