mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:52:20 +08:00
feat(粉笔): 开屏广告;升级弹窗 (#1213)
* 添加粉笔app规则 关闭首页广告,关闭弹窗升级 * feat(粉笔): 规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
e1f0cef43d
commit
002fb60d77
30
src/apps/com.fenbi.android.servant.ts
Normal file
30
src/apps/com.fenbi.android.servant.ts
Normal file
|
@ -0,0 +1,30 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.fenbi.android.servant',
|
||||
name: '粉笔',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.fenbi.android.module.welcome.WelcomeActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.fenbi.android.servant:id/count_down_view"]',
|
||||
snapshotUrls: 'https://gkd-kit.vercel.app/import/12999805',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '升级弹窗',
|
||||
activityIds: 'com.fenbi.android.module.home.HomeActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.fenbi.android.servant:id/close"]',
|
||||
snapshotUrls: 'https://gkd-kit.vercel.app/import/12999725',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user