mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(喵喵折): 更新弹窗 (#162)
This commit is contained in:
parent
f170f6587f
commit
4346650d92
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'],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user