mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(小米应用商店): 首页悬浮窗广告 (#1792)
* fix 首页悬浮窗广告(删除 quickFind) * feat(小米应用商店): 首页悬浮窗广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -7,9 +7,15 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '首页悬浮窗广告',
|
name: '首页悬浮窗广告',
|
||||||
quickFind: true,
|
|
||||||
activityIds: 'com.xiaomi.market.ui.FloatWebActivity',
|
activityIds: 'com.xiaomi.market.ui.FloatWebActivity',
|
||||||
rules: 'Button[text="关闭"]',
|
quickFind: true,
|
||||||
|
rules: {
|
||||||
|
matches: [
|
||||||
|
'[id="com.xiaomi.market:id/webview_container"]',
|
||||||
|
'Button[text.length=2][text="关闭"]',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13248808',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 9,
|
key: 9,
|
||||||
|
|||||||
Reference in New Issue
Block a user