mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(小米换机) 更新提示
This commit is contained in:
16
src/apps/com.miui.huanji.ts
Normal file
16
src/apps/com.miui.huanji.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.miui.huanji',
|
||||
name: '小米换机',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '@[text="下次再说"] + [text="立即升级"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332463',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user