mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(天气): 局部广告-卡片广告
This commit is contained in:
23
src/apps/com.coloros.weather2.ts
Normal file
23
src/apps/com.coloros.weather2.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.coloros.weather2',
|
||||
name: '天气',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.oplus.weather.main.view.WeatherMainActivity',
|
||||
matches: '[vid="feed_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/fc08493c-dec2-4534-9f61-3627aa337b30',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14258190',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user