mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: add "中国联通、什么值得买、京东云无线宝、发现精彩"开屏广告规则 (#44)
* 添加"中国联通、什么值得买、京东云无线宝"开屏广告规则 * feat(发现精彩): 添加发现精彩(广发银行信用卡App)开屏广告 * perf: 去掉重复选择器标记 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
15
src/apps/com.cs_credit_bank.ts
Normal file
15
src/apps/com.cs_credit_bank.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cs_credit_bank',
|
||||
name: '发现精彩',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.mapass.example.activity.MainActivity_',
|
||||
rules: '[id="com.cs_credit_bank:id/start_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12536487',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user