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,12 @@
{
"db_name": "SQLite",
"query": "\n\t\tINSERT INTO instances (\n\t\t\tid,\n\t\t\tpath,\n\t\t\tapplied_content_set_id,\n\t\t\tinstall_stage,\n\t\t\tlauncher_feature_version,\n\t\t\tupdate_channel,\n\t\t\tname,\n\t\t\ticon_path,\n\t\t\tsymlink_target,\n\t\t\tgame_dir_override,\n\t\t\tcreated,\n\t\t\tmodified,\n\t\t\tlast_played,\n\t\t\tpinned_at,\n\t\t\tsubmitted_time_played,\n\t\t\trecent_time_played\n\t\t)\n\t\tVALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Right": 16
},
"nullable": []
},
"hash": "0aaa7ebd81f3e5a5a5370cc0f25f16de34de4d3f377187ae7b175ee0183d0513"
}