mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:22:20 +08:00
feat(铁塔换电): 弹窗广告 (#3251)
This commit is contained in:
parent
96068f41f5
commit
c1f1fc83f1
22
src/apps/com.chinatower.tthd.ts
Normal file
22
src/apps/com.chinatower.tthd.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user