Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Dec 26, 2024
1 parent ac34ee8 commit 7825050
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions app/src/main/assets/web/help/md/ruleHelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
]
```
Expand Down

0 comments on commit 7825050

Please sign in to comment.