mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(天翼生活): 版本更新 (#3794)
* feat(天翼生活): 版本更新 * Update com.ataaw.tianyi.ts * Update com.ataaw.tianyi.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
18
src/apps/com.ataaw.tianyi.ts
Normal file
18
src/apps/com.ataaw.tianyi.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user