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": "INSERT INTO offline_minecraft_skins (minecraft_user_uuid, texture_key, variant) VALUES (?, ?, ?) ON CONFLICT (minecraft_user_uuid) DO UPDATE SET texture_key = excluded.texture_key, variant = excluded.variant",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "e49c9da6792403ea644ebe23addbf8d4a3a4a727c4760da12276e5049157a8a6"
}