mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(我的长沙): 开屏广告 (#1171)
* feat(我的长沙): 开屏广告 * feat(我的长沙): 规则优化 --------- Co-authored-by: niusan <niusan@ehomepoct.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
19
src/apps/com.changsha.apps.android.mycs.ts
Normal file
19
src/apps/com.changsha.apps.android.mycs.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user