mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(网易云音乐): 开屏广告、修复更新提示误触
This commit is contained in:
@@ -4,6 +4,26 @@ export default defineGkdApp({
|
||||
id: 'com.netease.cloudmusic',
|
||||
name: '网易云音乐',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
excludeActivityIds:
|
||||
'com.netease.cloudmusic.music.biz.setting.activity.SettingActivity',
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/15092772',
|
||||
'https://i.gkd.li/i/15092814', // 避免误触
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '分段广告-卡片广告',
|
||||
@@ -224,11 +244,12 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.netease.cloudmusic:id/md_dialog_cm_close_btn"]',
|
||||
matches: ['[text*="新版本"]', '[text="近期不再提示"]'],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13233790',
|
||||
'https://i.gkd.li/i/13197457',
|
||||
'https://i.gkd.li/i/13228878',
|
||||
'https://i.gkd.li/i/15092457', // 避免误触
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user