mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix(webui): maintain international consistency of the 'repo' button (#4358)
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"configure": "Configure",
|
||||
"viewInfo": "Handlers",
|
||||
"viewDocs": "Documentation",
|
||||
"viewRepo": "Repository",
|
||||
"close": "Close",
|
||||
"save": "Save",
|
||||
"saveAndClose": "Save and Close",
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"configure": "配置",
|
||||
"viewInfo": "行为",
|
||||
"viewDocs": "文档",
|
||||
"viewRepo": "仓库",
|
||||
"close": "关闭",
|
||||
"save": "保存",
|
||||
"saveAndClose": "保存并关闭",
|
||||
|
||||
@@ -2029,7 +2029,7 @@ watch(isListView, (newVal) => {
|
||||
style="height: 24px"
|
||||
>
|
||||
<v-icon icon="mdi-github" start size="x-small"></v-icon>
|
||||
仓库
|
||||
{{ tm("buttons.viewRepo") }}
|
||||
</v-btn>
|
||||
<v-btn
|
||||
v-if="!plugin?.installed"
|
||||
|
||||
Reference in New Issue
Block a user