mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +08:00
优化
This commit is contained in:
parent
ac34ee8d1c
commit
7825050f91
@ -40,22 +40,29 @@
|
||||
规则填写示范
|
||||
[
|
||||
{
|
||||
name: "telephone",
|
||||
type: "text"
|
||||
"name": "telephone",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
name: "password",
|
||||
type: "password"
|
||||
"name": "password",
|
||||
"type": "password"
|
||||
},
|
||||
{
|
||||
name: "注册",
|
||||
type: "button",
|
||||
action: "http://www.yooike.com/xiaoshuo/#/register?title=%E6%B3%A8%E5%86%8C"
|
||||
"name": "注册",
|
||||
"type": "button",
|
||||
"action": "http://www.yooike.com/xiaoshuo/#/register?title=%E6%B3%A8%E5%86%8C"
|
||||
},
|
||||
{
|
||||
name: "获取验证码",
|
||||
type: "button",
|
||||
action: "getVerificationCode()"
|
||||
"name": "获取验证码",
|
||||
"type": "button",
|
||||
"action": "getVerificationCode()",
|
||||
"style": {
|
||||
"layout_flexGrow": 0,
|
||||
"layout_flexShrink": 1,
|
||||
"layout_alignSelf": "auto",
|
||||
"layout_flexBasisPercent": -1,
|
||||
"layout_wrapBefore": false
|
||||
}
|
||||
}
|
||||
]
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user