mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
fix(汽水音乐): 全屏广告-VIP弹窗概率失效
This commit is contained in:
@@ -27,8 +27,8 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches:
|
action: 'back', // 使用点击方式有概率无效
|
||||||
'@UIView[clickable=true] <n * > FlattenUIText[text="看视频免费听"]',
|
matches: 'FlattenUIText[text="看视频免费听"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13533795',
|
'https://i.gkd.li/i/13533795',
|
||||||
'https://i.gkd.li/i/13660652',
|
'https://i.gkd.li/i/13660652',
|
||||||
@@ -38,8 +38,8 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
matches:
|
action: 'back', // 使用点击方式有概率无效
|
||||||
'@UIView[clickable=true] <n * > FlattenUIText[text="当前已享"]',
|
matches: 'FlattenUIText[text="当前已享"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14767233',
|
'https://i.gkd.li/i/14767233',
|
||||||
'https://i.gkd.li/i/13613296', // 避免在此页面误触
|
'https://i.gkd.li/i/13613296', // 避免在此页面误触
|
||||||
|
|||||||
Reference in New Issue
Block a user