mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user