2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 发布 v2.1.31

This commit is contained in:
耗子
2023-12-22 17:17:16 +08:00
parent 69e972fa5e
commit 8bfef8030c
8 changed files with 36 additions and 36 deletions

View File

@@ -2,7 +2,7 @@ package mysql57
var (
Name = "MySQL-5.7"
Description = "MySQL 是最流行的关系型数据库管理系统之一Oracle 旗下产品。"
Description = "MySQL 是最流行的关系型数据库管理系统之一Oracle 旗下产品。(已停止维护,不建议使用!预计 2025 年 12 月移除)"
Slug = "mysql57"
Version = "5.7.44"
Requires = []string{}

View File

@@ -2,7 +2,7 @@ package mysql80
var (
Name = "MySQL-8.0"
Description = "MySQL 是最流行的关系型数据库管理系统之一Oracle 旗下产品。"
Description = "MySQL 是最流行的关系型数据库管理系统之一Oracle 旗下产品。(建议内存 > 2G 安装)"
Slug = "mysql80"
Version = "8.0.35"
Requires = []string{}

View File

@@ -2,7 +2,7 @@ package php74
var (
Name = "PHP-7.4"
Description = "PHP 是世界上最好的语言!"
Description = "PHP 是世界上最好的语言!(已停止维护,不建议使用!预计 2024 年 12 月移除)"
Slug = "php74"
Version = "7.4.33"
Requires = []string{}

View File

@@ -2,7 +2,7 @@ package php80
var (
Name = "PHP-8.0"
Description = "PHP 是世界上最好的语言!"
Description = "PHP 是世界上最好的语言!(已停止维护,不建议使用!预计 2025 年 12 月移除)"
Slug = "php80"
Version = "8.0.30"
Requires = []string{}