mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(LOFTER): 开屏广告 (#1473)
* feat(LOFTER): 开屏广告 LOFTER开屏广告跳过 * feat(LOFTER):开屏广告 LOFTER,开屏广告跳过 * chore(actions): check_format_lint * feat(LOFTER): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
19
src/apps/com.lofter.android.ts
Normal file
19
src/apps/com.lofter.android.ts
Normal file
@@ -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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user