feat(湘潭出行): 弹窗广告 (#2581)

This commit is contained in:
Kun Jinkao
2023-11-28 19:57:58 +08:00
committed by GitHub
parent 00e721872f
commit 96e150fe77

View 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',
},
],
},
],
});