This commit is contained in:
cdle
2023-06-06 20:14:51 +08:00
parent 10f300626a
commit e9a82789d8
4 changed files with 78 additions and 15 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func publicScript(str string) string {
if su.GetValue("title") == "" {
su.SetValue("title", "无名脚本")
}
if su.GetValue("message") == "" {
if su.GetValue("message") != "" {
su.DeleteValue("message")
}
create_at := su.GetValue("create_at")