1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-07-15 07:21:23 +08:00

完善消息提示

This commit is contained in:
2022-03-13 13:09:30 +08:00
parent b0b94a4b95
commit a4ecbe216f
5 changed files with 89 additions and 18 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ functions:
# 限定相关配置
restrictions:
time: # 允许领取的时间范围
start: 2021-12-21 15:33:21 # 开始时间,若无该选项则不限制开始时间
end: 2022-01-21 15:33:21 # 结束时间,若无该选项则不限制结束时间
time: # 允许领取的时间范围, 格式为 “yyyy-MM-dd HH:mm:ss” (必须用 "" 或 ‘’ 包裹)
start: "2021-12-21 15:33:21" # 开始时间,若无该选项则不限制开始时间
end: "2022-01-21 15:33:21" # 结束时间,若无该选项则不限制结束时间
# 相关权限设定
# 若玩家拥有配置的权限,则会执行权限对应的操作;