Skip to content

Commit

Permalink
docs: 修改 issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
suanmei committed Mar 15, 2021
1 parent 0c3a642 commit df153bc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
+ 版本号: callapp-lib@
+ npm 版本号:

+ 配置Option:
+ 配置 Option:

``` json
{
"scheme": {},
"outChain": {},
"intent": {},
"universal": {},
"appstore": "",
"yingyongbao": "",
"fallback": ""
}
``` js
const option = {
scheme: {},
outChain: {},
intent: {},
universal: {},
appstore: '',
yingyongbao: '',
fallback: '',
};
```

+ 机型、系统、APP:
Expand Down

0 comments on commit df153bc

Please sign in to comment.