feat:移除了弹窗,服务器添加sls

This commit is contained in:
2026-09-08 22:39:45 +08:00
commit 6a295f9a7a
4082 changed files with 1322534 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "\n\t\tSELECT id, path, game_dir_override\n\t\tFROM instances\n\t\tWHERE id = ? OR path = ?\n\t\tORDER BY CASE WHEN id = ? THEN 0 ELSE 1 END\n\t\tLIMIT 1\n\t\t",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "path",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "game_dir_override",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
true
]
},
"hash": "c90e87c4ecabdfe18d31b0d11f1d47aaff4fa3785a9a9f02355651d6c656cc70"
}