mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 增加微店开屏广告跳过规则
This commit is contained in:
15
src/apps/com.koudai.weidian.buyer.ts
Normal file
15
src/apps/com.koudai.weidian.buyer.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.koudai.weidian.buyer',
|
||||||
|
name: '微店',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.koudai.weidian.buyer.activity.SplashActivity',
|
||||||
|
rules: '[id="com.koudai.weidian.buyer:id/skip_view"||text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12506297',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user