test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-07-29 15:22:44 +08:00
parent 1f306ec2b8
commit fa8050808c
2 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
{
"path": "page/index/index",
"width": 430
"width": 430,
"auto_color": false,
"line_color": {
"r": 0,
"g": 0,
"b": 0
},
"is_hyaline": false
}

View File

@@ -1,3 +1,12 @@
{
"scene": "a=1"
"scene": "a=1",
"page": "page/index/index",
"width": 430,
"auto_color": false,
"line_color": {
"r": 0,
"g": 0,
"b": 0
},
"is_hyaline": false
}