mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(湘潭出行): 弹窗广告 (#2581)
This commit is contained in:
23
src/apps/com.whpe.qrcode.hunan_xiangtan.ts
Normal file
23
src/apps/com.whpe.qrcode.hunan_xiangtan.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.whpe.qrcode.hunan_xiangtan',
|
||||||
|
name: '湘潭出行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '快手广告',
|
||||||
|
activityIds: 'com.whpe.qrcode.hunan_xiangtan.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'@[id="com.whpe.qrcode.hunan_xiangtan:id/iv_close"] +n * >n [text="广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13476265',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user