This commit is contained in:
MrZ626
2021-12-07 17:10:02 +08:00
parent 7b41551e2d
commit 93fb716f89
3 changed files with 10 additions and 4 deletions

View File

@@ -528,7 +528,13 @@ local commands={}do
}
commands.support={
code=function(arg)
if not FNNS or(arg:find"fk"and arg:find"pl")then
if FNNS then
if arg:find"pl"and arg:find"fk"then
SCN.go('support','none')
else
love.system.openURL("https://www.bilibili.com/video/BV1GJ411x7h7?secretcode=fkpl")
end
else
SCN.go('support','none')
end
end,