Skip to content

Commit

Permalink
feat: #1076 #1077 优化发布配置、平台导入、插件商店使用体验 - 支持自定义导入
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 11, 2024
1 parent 9161790 commit 7e3735e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Expand Up @@ -339,7 +339,7 @@ onMounted(async () => {
:destroy-on-close="true"
>
<div class="import-panel">
<el-button>bbbb</el-button>
<el-alert :closable="false" :title="t('import.v081.warn')" class="form-item-tip" type="warning" />
</div>
</el-drawer>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/locales/en_US.ts
Expand Up @@ -676,4 +676,6 @@ export default {

"platform.new.platform":
"It has been observed that there are still [count] internal platforms [platform] awaiting importation. You may utilize the platform importation tool for a bulk import, or alternatively, manually add them from the plugin store.",

"import.v081.warn": "Given that v0.8.1 is considered a significantly antiquated iteration, this feature may no longer be pertinent. Should you find yourself in need of this functionality, please direct your feedback to youweics@qq.com, and we shall deliberate on its implementation based on demand."
}
6 changes: 5 additions & 1 deletion src/locales/zh_CN.ts
Expand Up @@ -419,7 +419,8 @@ export default {
"setting.jvue.home.tip": "Jvue平台的首页,例如:http://localhost:3000",
"setting.jvue.username.tip": "Jvue平台登录名",
"setting.jvue.password.tip": "Jvue平台密码",
"setting.jvue.apiUrl.tip": "Jvue平台的xmlrpc远程发布地址,通常固定是:https://<平台地址>/xmlrpc,例如:http://localhost:8008/xmlrpc",
"setting.jvue.apiUrl.tip":
"Jvue平台的xmlrpc远程发布地址,通常固定是:https://<平台地址>/xmlrpc,例如:http://localhost:8008/xmlrpc",
"setting.jvue.previewUrl.tip": "Jvue平台的文章预览规则,通常是:/post/[postid].html",

"setting.conf.home.tip": "Confluence Cloud,首页,通常是:https://<您的用户名>.atlassian.net/wiki/spaces/<空间名>",
Expand Down Expand Up @@ -660,4 +661,7 @@ export default {

"platform.new.platform":
"检测到还有 [count] 个内置平台 [platform] 尚未导入,您可以使用平台导入批量导入,或者去插件商店自行添加。",

"import.v081.warn":
"考虑到 v0.8.1 已经是很早的版本了,此功能可能不再需要。图个您需要此功能,可反馈至 youweics@163.com ,我们会根据需求决定是否实现此功能。",
}

0 comments on commit 7e3735e

Please sign in to comment.