UNPKG

create-unibest

Version:

快速创建 unibest 项目的脚手架工具

14 lines (13 loc) 329 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "loginStrategy": { "type": "string", "enum": ["blacklist", "whitelist"], "default": "blacklist", "description": "登录策略:blacklist(黑名单) 或 whitelist(白名单)" } }, "required": [] }