把授权链接放到main里另外两个url处

This commit is contained in:
MrZ_26
2023-01-23 01:24:35 +08:00
parent 7b6f2f826a
commit f96b4f6724
2 changed files with 2 additions and 1 deletions

View File

@@ -601,6 +601,7 @@ for _,fileName in next,fs.getDirectoryItems('replay') do
end
table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end)
AUTHURL="https://studio26f.org/oauth?product=techmino"
WS.switchHost('cafuuchino1.3322.org','10026','/techmino/ws/v1')
HTTP.setHost("cafuuchino1.3322.org:10026")
HTTP.setThreadCount(1)

View File

@@ -1,7 +1,7 @@
local scene={}
local function _authorize()
love.system.openURL("https://studio26f.org/oauth?product=techmino")
love.system.openURL(AUTHURL)
end
local function _submit()
local tickets=scene.widgetList.ticket:getText():upper()