diff --git a/src/apps/com.keke.ysh1.tz08051h.ts b/src/apps/com.keke.ysh1.tz08051h.ts new file mode 100644 index 00000000..5f36b89a --- /dev/null +++ b/src/apps/com.keke.ysh1.tz08051h.ts @@ -0,0 +1,26 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.keke.ysh1.tz08051h', + name: '可可影视', + groups: [ + { + key: 1, + name: '开屏提示', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: ['com.salmon.film.main.ui.MainActivity'], + rules: [ + { + key: 1, + name: '网址更新', + quickFind: true, + matches: + 'TextView[text="可可影视"] < LinearLayout >n @TextView[text*="知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13548412', + }, + ], + }, + ], +});