mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(青岛公交查询): 弹窗广告 (#2546)
* feat(青岛公交查询): 开屏广告 * Update com.qingdaonews.bus.ts --------- Co-authored-by: 二刺螈 <i@songe.li> close #2545
This commit is contained in:
22
src/apps/com.qingdaonews.bus.ts
Normal file
22
src/apps/com.qingdaonews.bus.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.qingdaonews.bus',
|
||||
name: '青岛公交查询',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '弹窗广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.qingdaonews.bus:id/iv_native_dislike"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13467193',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user