feat(粉笔): 开屏广告;升级弹窗 (#1213)

* 添加粉笔app规则

关闭首页广告,关闭弹窗升级

* feat(粉笔): 规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
alzuobaba 2023-10-19 01:00:44 +08:00 committed by GitHub
parent e1f0cef43d
commit 002fb60d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
},
],
});