feat(甜糖) 更新提示

This commit is contained in:
Kun Jinkao
2024-02-15 15:37:10 +08:00
parent fa6f019f73
commit e6f06c4a33

16
src/apps/com.tt.turbo.ts Normal file
View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tt.turbo',
name: '甜糖',
groups: [
{
key: 1,
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
rules: '@[desc="取消"] + [desc="更新"]',
snapshotUrls: 'https://i.gkd.li/import/14292907',
},
],
});