mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(喵喵折): 更新弹窗 (#162)
This commit is contained in:
15
src/apps/com.henzanapp.miaomiaozhe.ts
Normal file
15
src/apps/com.henzanapp.miaomiaozhe.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.henzanapp.miaomiaozhe',
|
||||||
|
name: '喵喵折',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
activityIds: 'com.henzanapp.miaomiaozhe.activity.WelcomeActivity',
|
||||||
|
rules: '[text="更新提示"] +(2) LinearLayout > [text="取消"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12649457'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user