This commit is contained in:
cdle
2023-06-12 22:57:36 +08:00
parent 9e3c8ed10f
commit 4354ff80b2
3 changed files with 22 additions and 1 deletions
+3
View File
@@ -133,6 +133,9 @@ func initPlugins() {
if title == "" {
su.SetValue("title", "无名脚本")
}
if message := GetMessageByUUID(key); message != "" {
su.SetValue("message", message)
}
if title != "无名脚本" && title != "" {
onStart := su.GetValue("on_start")
if onStart != "true" {