实现了erlang 脚本的展示使用部分

This commit is contained in:
2024-09-10 23:56:31 +08:00
parent b862d17c18
commit 28a84ad4d7
11 changed files with 234 additions and 33 deletions
+6
View File
@@ -0,0 +1,6 @@
package models
type History struct {
UUID string `json:"uuid"`
Vars []string `json:"vars"`
}