mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
test: 💍 为 Rax 出码的各个测试用例的添加注释描述
This commit is contained in:
parent
8cdc0da8b3
commit
94bd602d09
@ -1,4 +1,5 @@
|
||||
{
|
||||
// 本例是一个非常简单的 Hello world 页面
|
||||
// Schema 参见:https://yuque.antfin-inc.com/mo/spec/spec-materials#eNCJr
|
||||
version: '1.0.0',
|
||||
componentsMap: [
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
// 本例是一个比较复杂的,带有循环和条件渲染的,以及有各种事件处理函数的页面
|
||||
// Schema 参见:https://yuque.antfin-inc.com/mo/spec/spec-materials#eNCJr
|
||||
version: '1.0.0',
|
||||
componentsMap: [
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
// 本例是一个路由测试页面,里面有几个页面,相互之间有跳转关系的
|
||||
// Schema 参见:https://yuque.antfin-inc.com/mo/spec/spec-materials#eNCJr
|
||||
version: '1.0.0',
|
||||
componentsMap: [
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
// 本例是为了测试一下小程序的 runtime 模式
|
||||
version: '1.0.0',
|
||||
componentsMap: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user