mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(雨见): 更新提示 (#1692)
This commit is contained in:
19
src/apps/com.yujian.ResideMenuDemo.ts
Normal file
19
src/apps/com.yujian.ResideMenuDemo.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.yujian.ResideMenuDemo',
|
||||
name: '雨见',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: 'TextView[id="com.yujian.ResideMenuDemo:id/btn_selectOther"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13224234',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user