diff --git a/api/plugins.json b/api/plugins.json index 20432c8..145cd0d 100644 --- a/api/plugins.json +++ b/api/plugins.json @@ -3,8 +3,9 @@ "plugins/LingyeNBird/avatar-fall/avatar-fall.json", "plugins/Little100/theme-palette/theme-palette.json", "plugins/Little100/theme-widgets/theme-widgets.json", + "plugins/latt-tech/auto-arknights/auto-arknights.json", "plugins/zhuxiaojt/yuanshen-splash/yuanshen-splash.json" ], - "total": 4, - "updated_at": "2026-02-25T15:37:21.332Z" + "total": 5, + "updated_at": "2026-02-27T11:09:15.114Z" } diff --git a/plugins/latt-tech/auto-arknights/auto-arknights.json b/plugins/latt-tech/auto-arknights/auto-arknights.json new file mode 100644 index 0000000..9a0c7de --- /dev/null +++ b/plugins/latt-tech/auto-arknights/auto-arknights.json @@ -0,0 +1,27 @@ +{ + "id": "auto-arknights", + "name": { + "zh-CN": "明日方舟启动", + "en-US": "Arknights Splash" + }, + "version": "1.0.1", + "description": { + "zh-CN": "这里万籁俱寂,太安静了。别丢下我。", + "en-US": "Show Arknights splash when you refresh or start app or start plugin" + }, + "author": { + "name": "拉特兰技术部", + "url": "https://github.com/latt-tech" + }, + "repo": "latt-tech/auto-arknights-sealantern", + "icon_url": "logo.png", + "categories": [ + "ui" + ], + "main": "main.lua", + "permissions": [ + "ui", + "log" + ], + "download_type": "source" +} diff --git a/plugins/latt-tech/auto-arknights/logo.png b/plugins/latt-tech/auto-arknights/logo.png new file mode 100644 index 0000000..e46bb5f Binary files /dev/null and b/plugins/latt-tech/auto-arknights/logo.png differ