diff --git a/src/apps/com.lofter.android.ts b/src/apps/com.lofter.android.ts new file mode 100644 index 00000000..d172a180 --- /dev/null +++ b/src/apps/com.lofter.android.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lofter.android', + name: 'LOFTER', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.lofter.android.global.splash.HomeActivity', + rules: '[text^="跳过"][text.length<=10]', + quickFind: true, + snapshotUrls: [ + 'https://i.gkd.li/import/13189846', + 'https://i.gkd.li/import/13189906', + ], + }, + ], +});