mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
* feat(天翼生活): 版本更新 * Update com.ataaw.tianyi.ts * Update com.ataaw.tianyi.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
19 lines
408 B
TypeScript
19 lines
408 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/import/13867468',
|
|
},
|
|
],
|
|
});
|