Skip to content

Commit

Permalink
feat(360智慧生活): 局部广告-云录像会员广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 9, 2025
1 parent 488a6e3 commit 3aebdfd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.qihoo.smart.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import { defineGkdApp } from '@gkd-kit/define';

export default defineGkdApp({
id: 'com.qihoo.smart',
name: '360智慧生活',
groups: [
{
key: 1,
name: '局部广告-云录像会员广告',
desc: '点击关闭',
rules: [
{
position: {
left: 'width * 0.9402',
top: 'width * 0.0590',
},
activityIds: 'com.qihoo.main.flutter.SmartHomeFlutterActivity',
matches:
'@View[id="root"][visibleToUser=true] > View > [text^="服务时间"] +6 [desc="支付宝"]',
exampleUrls: 'https://e.gkd.li/1106858a-bb22-4583-b238-fe270733b5fe',
snapshotUrls: 'https://i.gkd.li/i/18354637',
},
],
},
],
});

0 comments on commit 3aebdfd

Please sign in to comment.