mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
feat(LIBVIO): 账号注册说明弹窗 (#2172)
This commit is contained in:
parent
7a6b2e1768
commit
5b00ebcec9
17
src/apps/lab.vie.two.ts
Normal file
17
src/apps/lab.vie.two.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'lab.vie.two',
|
||||
name: 'LIBVIO',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '账号注册说明弹窗',
|
||||
desc: '每次打开app的弹窗提示,本规则自动点击【我知道了】',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[desc="账号注册说明"] +2 [desc="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13379070',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user