初始化 Line_Project_Bot:LP_Bot 重構版(介面重設計+平台環境改讀試算表)
根本原因: LP_Bot 介面老舊且環境設定寫死在程式內,新增平台或環境都要改碼重建。 影響: 全新深色控制台介面;首頁改為「平台+環境+Token」,平台清單與連線設定 即時讀取 Google 試算表(quickopen 同款資料來源),選擇與 Token 會記憶於 localStorage;支援「開遊戲」直開跳過維護網址;SD 機台自製 Spin 面板 (押注/延遲/倍率停/轉數停+Log 終端)。 修法: - 底層引擎(Engine/Common/define/FormTable*)自 LP_Bot 原封搬移 - UI 層全部重寫(Login/Lobby/SlotList/SDGame),antd 深色主題 - 新增 GoogleSheetService:service account 簽 JWT 讀 Sheets API, 非安全來源 fallback jsrsasign - 移除 React.StrictMode(雙重掛載會讓 NetManagerSD 單例連線互蓋) - SD socket 依 gameUrl 協定強制 wss - 機台 1310/1311/1801/1803/1804/1805 Spin 帶 mode:0 特例 (依 SD3 客戶端 MainState 原始碼) - credentials.json 不進版控,附 credentials.example.json 範本 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"#bingo_8stars#sound" :
|
||||
{
|
||||
"cols" : ["Id","Type","PathZnTw"],
|
||||
"rows" : [[1011,1,"sounds/Slot/Default/Event_Bet_01"],[1012,1,"sounds/Slot/Default/Event_Bet_08"],[1101001,2,"sounds/Slot/Slot1101/8Bingo_BGM"],[1101002,1,"sounds/Slot/Default/Event_Click"],[1101031,1,"sounds/Slot/Slot1101/Event_Expect"],[1101071,1,"sounds/Slot/Slot1101/Event_ReelStop_01"],[1101091,1,"sounds/Slot/Slot1101/Event_AllLineWin"],[1101101,1,"sounds/Slot/Slot5/Event_Bigwin_PartA"],[1101102,1,"sounds/Slot/Slot5/Event_Bigwin_PartB"],[1101103,1,"sounds/Slot/Slot5/Event_Bigwin_PartC"],[1101105,1,"sounds/Slot/Default/Event_Bigwin_A"],[1101106,1,"sounds/Slot/Default/Event_Bigwin_B"],[1101107,1,"sounds/Slot/Default/Event_Bigwin_C"],[1101108,1,"sounds/Slot/Default/Event_Bigwin_D"],[1101121,1,"sounds/Slot/Default/Event_GotScore"],[1101403,1,"sounds/Slot/Default/Event_FeatureResult"],[1101405,1,"sounds/Slot/Slot1101/Wheel_Bouns_Result"],[1101901,1,"sounds/Slot/Common/Event_UI_Get"],[1101902,1,"sounds/Slot/Slot1101/Ball"],[1101903,1,"sounds/Slot/Slot1101/Wheel"],[1101904,1,"sounds/Slot/Slot1101/Wheelx"],[1101911,1,"sounds/Slot/Common/Event_UI_Get"]]
|
||||
},
|
||||
"#bingo_8stars#wheel_client" :
|
||||
{
|
||||
"cols" : ["Id","SymbolList"],
|
||||
"rows" : [[1001,[5,1,2,1,4,2,3,1,5,3,4,2,1,3,4,1,5,2,3,1,4,1,3,2]]]
|
||||
},
|
||||
"#bingo_8stars#wheel" :
|
||||
{
|
||||
"cols" : ["Id"],
|
||||
"rows" : []
|
||||
},
|
||||
"#bingo_8stars#symbol" :
|
||||
{
|
||||
"cols" : ["Id","Mul"],
|
||||
"rows" : [[1,2],[2,3],[3,5],[4,10],[5,50]]
|
||||
},
|
||||
"#bingo_8stars#pay" :
|
||||
{
|
||||
"cols" : ["Id","Stars","Pay"],
|
||||
"rows" : [[1,0,0],[2,5,5],[3,6,40],[4,7,200],[5,8,2000]]
|
||||
},
|
||||
"#bingo_8stars#fixed" :
|
||||
{
|
||||
"cols" : ["Id","Value","CValue"],
|
||||
"rows" : [[1,null,null],[11,32,null],[12,4,null],[13,8,null],[21,null,null],[31,null,null],[32,null,null],[33,null,null],[34,null,null],[51,null,0.1],[52,null,0.1],[53,null,1.2],[54,null,3],[55,null,0.3],[56,null,0.5],[61,null,20],[62,null,20],[63,null,60],[64,null,0],[65,null,0],[101,null,3]]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user