mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(随身行): 通知弹窗 (#2305)
* feat(随身行): 通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
24
src/apps/com.wenhua.bamboo.ts
Normal file
24
src/apps/com.wenhua.bamboo.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wenhua.bamboo',
|
||||
name: '随身行',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知弹窗',
|
||||
desc: '点击稍后再说',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.wenhua.bamboo.screen.activity.MarketOptionActivity',
|
||||
matches: '@Button[text=\'稍后再说\'] +2 Button[text=\'马上开启\']',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13407555',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user