mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(MT管理器): 更新弹窗 (#1092)
This commit is contained in:
15
src/apps/bin.mt.plus.ts
Normal file
15
src/apps/bin.mt.plus.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'bin.mt.plus',
|
||||||
|
name: 'MT管理器',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
activityIds: 'bin.mt.plus.Main',
|
||||||
|
rules: '@[text="取消"] + [text="更新"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12908784',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user