feat(湛庐阅读):开屏广告、版本更新 (#1999)

close #1995
This commit is contained in:
jiuqianyuan 2023-11-12 23:21:17 +08:00 committed by GitHub
parent 3265b69e70
commit 1d66e47243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,29 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cheersedu.app',
name: '湛庐阅读',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.cheersedu.app:id/tv_start_count_down_text"]',
snapshotUrls: 'https://i.gkd.li/import/13315696',
},
{
key: 1,
name: '版本更新',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.cheersedu.app.main.MainActivity',
rules: '[id="com.cheersedu.app:id/iv_version_close"]',
snapshotUrls: 'https://i.gkd.li/import/13315712',
},
],
});