feat: 微博轻享版

This commit is contained in:
lisonge
2023-09-03 18:58:43 +08:00
parent 369f68255c
commit 7035f7ba75
4 changed files with 74 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.weico.international',
name: '微博轻享版',
groups: [
{
key: 0,
name: '主页-推荐流广告',
activityIds: 'com.weico.international.activity.MainFragmentActivity',
snapshotUrls:
'https://github.com/gkd-kit/subscription/assets/38517192/e713a2ca-5048-486a-874f-dd876d53c49b',
rules: [
{
activityIds:
'com.google.android.material.bottomsheet.BottomSheetDialog',
matches: '@View > [text="不感兴趣"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12505755',
'https://gkd-kit.gitee.io/import/12505764',
],
},
{
matches: '[id="com.weico.international:id/item_timeline_ad_action"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12505753',
'https://gkd-kit.gitee.io/import/12505763',
],
},
],
},
],
});