mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
40 lines
1.1 KiB
TypeScript
40 lines
1.1 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xtuone.android.syllabus',
|
|
name: '超级课程表',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: [
|
|
'com.xtuone.android.friday.InitActivity',
|
|
'com.xtuone.android.friday.AdvertisementWallActivity',
|
|
],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[id="com.byted.pangle:id/tt_splash_skip_btn"||id="com.xtuone.android.syllabus:id/ignore_top"||text^="跳过"]',
|
|
snapshotUrls: [
|
|
'https://gkd-kit.gitee.io/import/12840730',
|
|
'https://gkd-kit.gitee.io/import/12840736',
|
|
'https://gkd-kit.gitee.io/import/12840737',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '首页banner广告',
|
|
activityIds: ['com.xtuone.android.friday.MainFragmentActivity'],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[id="com.xtuone.android.syllabus:id/treehole_banner_close"]',
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12840733'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|