mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
feat(四川航空): 开屏广告 (#984)
* feat(四川航空): 开屏广告 (gkd-kit#975) * feat(四川航空): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li> close #975
This commit is contained in:
parent
3f6fd16f5a
commit
3d8c2dbdcd
20
src/apps/com.bw30.zsch.ts
Normal file
20
src/apps/com.bw30.zsch.ts
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.bw30.zsch',
|
||||||
|
name: '四川航空',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: 'TextView[id="com.bw30.zsch:id/timer_text"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12882959',
|
||||||
|
'https://gkd-kit.songe.li/import/12882967',
|
||||||
|
'https://gkd-kit.songe.li/import/12882991',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user