mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
17 lines
345 B
TypeScript
17 lines
345 B
TypeScript
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/i/14292907',
|
|
},
|
|
],
|
|
});
|