mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
564 B
TypeScript
24 lines
564 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.ms.pages',
|
|
name: '飞鸟听书',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '字节广告',
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
matches:
|
|
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13450787',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|