feat(微信): 朋友圈广告(补充字段)

This commit is contained in:
aisouler
2024-02-08 21:11:53 +08:00
parent 5892d48ccb
commit 562e600692

View File

@@ -34,6 +34,7 @@ export default defineAppConfig({
preKeys: 0, preKeys: 0,
key: 1, key: 1,
name: '点击关闭', name: '点击关闭',
quickFind: true,
matches: '[text^="关闭"][clickable=true]', matches: '[text^="关闭"][clickable=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/12907642', // text="关闭该广告" 'https://i.gkd.li/import/12907642', // text="关闭该广告"
@@ -44,6 +45,7 @@ export default defineAppConfig({
preKeys: 0, preKeys: 0,
key: 2, key: 2,
name: '点击"Close the ad"', name: '点击"Close the ad"',
quickFind: true,
matches: '[text="Close the ad"][clickable=true]', matches: '[text="Close the ad"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14207480', snapshotUrls: 'https://i.gkd.li/import/14207480',
}, },
@@ -51,6 +53,7 @@ export default defineAppConfig({
preKeys: 0, preKeys: 0,
key: 3, key: 3,
name: '点击"關閉此廣告"', name: '点击"關閉此廣告"',
quickFind: true,
matches: '[text="關閉此廣告"][clickable=true]', matches: '[text="關閉此廣告"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13791202', snapshotUrls: 'https://i.gkd.li/import/13791202',
}, },