mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:33:45 +08:00
parent
3265b69e70
commit
1d66e47243
29
src/apps/com.cheersedu.app.ts
Normal file
29
src/apps/com.cheersedu.app.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user