mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
19 lines
403 B
TypeScript
19 lines
403 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ataaw.tianyi',
|
|
name: '天翼生活',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: ['[vid="version"]', '[vid="ignore"]'],
|
|
snapshotUrls: 'https://i.gkd.li/i/13867468',
|
|
},
|
|
],
|
|
});
|