feat(天气): 局部广告-卡片广告

This commit is contained in:
aisouler
2024-02-13 18:48:58 +08:00
parent 9a9d2a58c4
commit b9116a995d

View 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',
},
],
},
],
});