diff --git a/src/apps/com.huaban.android.ts b/src/apps/com.huaban.android.ts new file mode 100644 index 00000000..06366a3c --- /dev/null +++ b/src/apps/com.huaban.android.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huaban.android', + name: '花瓣', + groups: [ + { + key: 1, + quickFind: true, + name: '更新提示-版本更新弹窗', + desc: '点击不再提示', + rules: [ + { + matches: '[vid="tv_update"] + * > [text="不再提示"]', + snapshotUrls: 'https://i.gkd.li/import/13832253', + }, + ], + }, + ], +});