Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(华尔街见闻): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 11, 2024
1 parent 4bdc536 commit bd6aea4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/com.wallstreetcn.news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ export default defineAppConfig({
id: 'com.wallstreetcn.news',
name: '华尔街见闻',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '[text="广告"] +2 [text^="关闭"]',
exampleUrls:
'https://m.gkd.li/57941037/40e483a8-61e7-45a0-ac44-df1f472e2863',
snapshotUrls: 'https://i.gkd.li/i/14525329',
},
],
},
{
key: 10,
name: '局部广告-卡片广告',
Expand Down

0 comments on commit bd6aea4

Please sign in to comment.