This commit is contained in:
1-6
2023-07-22 07:38:55 +08:00
parent ae09010047
commit 91686cb362
29 changed files with 10158 additions and 390 deletions
+2
View File
@@ -19,6 +19,8 @@ type Function struct {
Origin string `json:"-"`
UUID string `json:"id"`
Title string `json:"title"`
Type string `json:"type"` //脚本类型
Suffix string `json:"suffix"` //脚本后缀
Description string `json:"description"`
Public bool `json:"public"`
Icon string `json:"icon"`