Files
AIsouler-GKD_subscription/src/apps/lab.vie.two.ts
2023-11-18 23:09:36 +08:00

18 lines
467 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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',
},
],
});