feat(铁塔换电): 弹窗广告 (#3251)

This commit is contained in:
Kun Jinkao 2023-12-24 20:06:07 +08:00 committed by GitHub
parent 96068f41f5
commit c1f1fc83f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chinatower.tthd',
name: '铁塔换电',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
activityIds: 'com.chinatower.fghd.customer.home.HomeNewActivity',
quickFind: true,
matches:
'[id="com.chinatower.tthd:id/fl_content_container"] + [id="com.chinatower.tthd:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13694901',
},
],
},
],
});