Skip to content

Commit

Permalink
files update~
Browse files Browse the repository at this point in the history
  • Loading branch information
Taromatibot committed Mar 7, 2024
1 parent 6c53ac4 commit 394715a
Show file tree
Hide file tree
Showing 6 changed files with 45,422 additions and 45,271 deletions.
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/aya/master/last_time.dic
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//last time用于鉴定当前时间是否错误
#globaldefine LAST_BUILD_TIME.YEAR 2024
#globaldefine LAST_BUILD_TIME.MOUNTH 02
#globaldefine LAST_BUILD_TIME.MOUNTH 03
20 changes: 16 additions & 4 deletions Taromati2/ghost/master/dic/other/Miniuse.dic
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,27 @@ OnFriendBirthDay.BootRemind{
_txt
}
}
OnMyBirthDayTalk{
"\0\s[28]今天是%(username)%(TOINT(nextbirthday[0]) - birthday[0])岁生日,橘花给%(username)准备了礼物"
if nextbirthday[1] == 2 && nextbirthday[2] == 29 {
if nextbirthday[0] % 4
'\1\s[12]虽然实际上今年不是闰年\w9,不过我们可以提前一天为你庆生。\0'
else
'\1\s[12]今年是闰年\w9,恭喜啊\w8,四年一见的“真”生日。\0'
}
--
'\n[300]\q[◇打开看看,birthdaygift]\n\x'
}
BirthDay.BootRemind{
birthdayflag=0
if year - 1 == nextbirthday[0]{
nextbirthday=NextBirthDay(birthday[0],birthday[1],birthday[2])
}
if nextbirthday && year == nextbirthday[0] && month == nextbirthday[1] && day == nextbirthday[2] && birthdaygiftmode != 1{
"\0\s[28]今天是%(username)%(TOINT(nextbirthday[0]) - birthday[0])岁生日,橘花给%(username)准备了礼物\n[300]\q[◇打开看看,birthdaygift]"
--
'\n\x'
if nextbirthday && birthdaygiftmode != 1{
if year == nextbirthday[0] && month == nextbirthday[1] && day == nextbirthday[2]
OnMyBirthDayTalk
elseif nextbirthday[1] == 2 && nextbirthday[2] == 29 && nextbirthday[0] % 4 && year == nextbirthday[0] && month == 2 && day == 28
OnMyBirthDayTalk
}
--
OnFriendBirthDay.BootRemind
Expand Down
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/system/Debug.dic
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ OnSakuraScript{
reference.raw[0]
}
OnSakuraScript.Forment{
OnSakuraScript(EVAL('"'+reference.raw[0]+'"'),'no_convert')
OnSakuraScript(EVAL('"'+REPLACE(reference.raw[0],'"','""')+'"'),'no_convert')
}
GhostTerminal.GITinfo{
_uuid=git.GetCommitID
Expand Down
Binary file modified ssp/ssp.dbg
Binary file not shown.
Binary file modified ssp/ssp.exe
Binary file not shown.
Loading

0 comments on commit 394715a

Please sign in to comment.