diff --git a/src/apps/com.ataaw.tianyi.ts b/src/apps/com.ataaw.tianyi.ts new file mode 100644 index 00000000..f3401ee6 --- /dev/null +++ b/src/apps/com.ataaw.tianyi.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ataaw.tianyi', + name: '天翼生活', + groups: [ + { + key: 1, + name: '版本升级', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.ataaw.tianyi.MainActivity', + matches: + '[text^="发现新版本"] < RelativeLayout + LinearLayout [id="com.ataaw.tianyi:id/ignore"]', + snapshotUrls: 'https://i.gkd.li/import/13327303', + }, + ], + }, + ], +});