feat(四川航空): 开屏广告 (#984)

* feat(四川航空): 开屏广告 (gkd-kit#975)

* feat(四川航空): 开屏广告-规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #975
This commit is contained in:
aoguai 2023-10-13 01:26:06 +08:00 committed by GitHub
parent 3f6fd16f5a
commit 3d8c2dbdcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
src/apps/com.bw30.zsch.ts Normal file
View 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',
],
},
],
});