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

refactor: plugin dir

This commit is contained in:
耗子
2023-07-10 01:43:16 +08:00
parent b9b1735d03
commit 200d763ba4
7 changed files with 50 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
package php80
var (
Name = "PHP-8.0"
Author = "耗子"
Description = "PHP 是世界上最好的语言!"
Slug = "php80"
Version = "8.0.29"
Requires = []string{}
Excludes = []string{}
)