We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9823b95 commit 50c4968Copy full SHA for 50c4968
dist-wrap/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rnacos-web-dist-wrap"
3
-version = "0.7.1"
+version = "0.7.2"
4
edition = "2018"
5
authors = ["heqingpan <heqingpan@126.com>"]
6
license = "MIT/Apache-2.0"
package.json
@@ -11,7 +11,7 @@
11
"vue3"
12
],
13
"private": true,
14
- "version": "0.7.1",
+ "version": "0.7.2",
15
"type": "module",
16
"scripts": {
17
"dev": "vite",
src/i18n/lang/zh-CN.js
@@ -411,7 +411,7 @@ const message = {
411
// 详情页面
412
basic_info: '基础信息',
413
tool_info: '工具信息',
414
- server_id: '服务器ID',
+ server_id: '服务ID',
415
create_time: '创建时间',
416
update_time: '更新时间',
417
edit_mode: '编辑模式',
0 commit comments