[add] 新增Line登入

This commit is contained in:
2024-03-06 17:28:02 +08:00
parent 0d799db21c
commit c89cac38f8
4 changed files with 71 additions and 8 deletions

View File

@@ -1 +1,3 @@
export type MsgGoToGame = number
import { ILiffData } from "../define/interface";
export type MsgGoToGame = [number, [ILiffData, ILiffData]]