From c6e77202f928db249408c1a2f909711ee9f17aef Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 17 Feb 2023 16:23:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 29 +++++++++++++++++++---------- mysql/versions/8.0.30/config.json | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/list.json b/list.json index de04f6c63..a3a898f2b 100644 --- a/list.json +++ b/list.json @@ -1,5 +1,5 @@ { - "version": "v0.0.37", + "version": "v0.0.39", "tags": [ { "key": "WebSite", @@ -24,7 +24,8 @@ "name": "MySQL", "tags": ["Database"], "versions": ["5.7.39","8.0.30"], - "shortDesc": "开源关系型数据库管理系统", + "shortDescZh": "开源关系型数据库管理系统", + "shortDescEn": "Open source relational database management system", "type": "runtime", "required": [], "crossVersionUpdate": false, @@ -39,7 +40,8 @@ "name": "OpenResty", "tags": ["Server"], "versions": ["1.21.4"], - "shortDesc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台", + "shortDescZh": "基于 Nginx 和 LuaJIT 的高性能 Web 平台", + "shortDescEn": "High performance web platform based on Nginx and LuaJIT", "type": "runtime", "required": [], "limit": 1, @@ -54,7 +56,8 @@ "name": "WordPress", "tags": ["WebSite"], "versions": ["6.0.1","6.0.2"], - "shortDesc": "开源博客软件和内容管理系统", + "shortDescZh": "开源博客软件和内容管理系统", + "shortDescEn": "Open source blogging software and content management system", "type": "website", "required": ["mysql"], "recommend": 1, @@ -69,7 +72,8 @@ "name": "Redis", "tags": ["Database"], "versions": ["7.0.5","6.0.16"], - "shortDesc": "高性能的 key-value 数据库", + "shortDescZh": "高性能的 key-value 数据库", + "shortDescEn": "High-performance key-value database", "type": "runtime", "required": [], "limit": 1, @@ -83,7 +87,8 @@ "name": "Halo", "tags": ["WebSite"], "versions": ["2.2.0"], - "shortDesc": "强大易用的开源建站工具", + "shortDescZh": "强大易用的开源建站工具", + "shortDescEn": "Powerful and easy-to-use open source website builder", "type": "website", "required": ["mysql"], "limit": 0, @@ -98,7 +103,8 @@ "name": "phpMyAdmin", "tags": ["Tool"], "versions": ["5.2.0"], - "shortDesc": "MySQL 数据库管理工具", + "shortDescZh": "MySQL 数据库管理工具", + "shortDescEn": "MySQL database management tools", "type": "tool", "required": ["mysql"], "limit": 1, @@ -112,7 +118,8 @@ "name": "Redis-Commander", "tags": ["Tool"], "versions": ["0.8.0"], - "shortDesc": "Redis web 管理工具", + "shortDescZh": "Redis web 管理工具", + "shortDescEn": "Redis web management tool", "type": "tool", "required": ["redis"], "limit": 1, @@ -126,7 +133,8 @@ "name": "MinIO", "tags": ["Tool"], "versions": ["RELEASE.2022-08-13T21-54-44Z"], - "shortDesc": "开源的对象存储服务器", + "shortDescZh": "开源的对象存储服务器", + "shortDescEn": "Open source object storage server", "type": "tool", "required": [], "limit": 1, @@ -140,7 +148,8 @@ "name": "DataEase", "tags": ["Tool"], "versions": ["1.18.2"], - "shortDesc": "人人可用的开源数据可视化分析工具", + "shortDescZh": "人人可用的开源数据可视化分析工具", + "shortDescEn": "Open source data visualization and analysis tools available to everyone", "type": "tool", "required": [], "limit": 1, diff --git a/mysql/versions/8.0.30/config.json b/mysql/versions/8.0.30/config.json index 1af8edbb8..3a420e71a 100644 --- a/mysql/versions/8.0.30/config.json +++ b/mysql/versions/8.0.30/config.json @@ -3,7 +3,7 @@ { "type": "password", "labelZh": "root用户密码", - "labelEn": "RootPassword", + "labelEn": "Root Password", "required": true, "default": "random", "envKey": "PANEL_DB_ROOT_PASSWORD"