mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:32:22 +08:00
feat(微信读书): 系统推送弹窗 (#119)
This commit is contained in:
parent
608bfea16c
commit
efb0fdacbd
22
src/apps/com.tencent.weread.ts
Normal file
22
src/apps/com.tencent.weread.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tencent.weread',
|
||||
name: '微信读书',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '系统推送弹窗',
|
||||
desc: '系统推送弹窗-点击取消',
|
||||
activityIds:
|
||||
'com.tencent.weread.module.bottomSheet.BottomSheetForFragment',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="com.tencent.weread:id/open_notification_title"] +(n) [id="com.tencent.weread:id/open_notification_close"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12642247'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user