feat(飞鸟听书): 弹窗广告 (#2466)

This commit is contained in:
Kun Jinkao 2023-11-24 00:14:42 +08:00 committed by GitHub
parent 222719503a
commit afeb20ffb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
src/apps/cn.ms.pages.ts Normal file
View File

@ -0,0 +1,23 @@
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',
},
],
},
],
});