mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
* feat(我的长沙): 开屏广告 * feat(我的长沙): 规则优化 --------- Co-authored-by: niusan <niusan@ehomepoct.com> Co-authored-by: 二刺螈 <i@songe.li>
20 lines
487 B
TypeScript
20 lines
487 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.changsha.apps.android.mycs',
|
|
name: '我的长沙',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '开屏广告',
|
|
activityIds: ['com.wondersgroup.eshimin.login.activity.WelcomeActivity'],
|
|
rules: [
|
|
{
|
|
matches: '[id="com.changsha.apps.android.mycs:id/tv_countdown"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12926529',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|