mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(小天才): 开启通知提醒 (#1313)
This commit is contained in:
29
src/apps/com.xtc.watch.ts
Normal file
29
src/apps/com.xtc.watch.ts
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.xtc.watch',
|
||||||
|
name: '小天才',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '开启通知提醒',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: [
|
||||||
|
'com.xtc.widget.phone.popup.activity.CustomActivity13',
|
||||||
|
'com.xtc.watch.view.home.activity.XtcHomeActivity',
|
||||||
|
],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: [
|
||||||
|
'[id="com.xtc.watch:id/iv_notify_permission_close"]',
|
||||||
|
'[id="com.xtc.watch:id/iv_close"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/13059965',
|
||||||
|
'https://gkd-kit.songe.li/import/13063274',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user