Skip to content

Commit

Permalink
feat(platform): CreateFromScratchGuideInUserCenter: add run the templ…
Browse files Browse the repository at this point in the history
…ate button
  • Loading branch information
yyc-git committed Dec 25, 2023
1 parent 083e18d commit 852d4df
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 deletions.
45 changes: 30 additions & 15 deletions doc/1.0.0-beta.3.org
Original file line number Diff line number Diff line change
Expand Up @@ -250,39 +250,36 @@ switch between action



* TODO 加入数据统计

//TODO 平台加入埋点

TODO 平台、官网加入数据统计

使用Google Analytics 分析数据
使用Inspectlet 收集网站点击和滚动类的用户行为数据


* DONE 准备模板 in local


# TODO 完整编辑器的模板

* TODO solve ci sometimes fail: Actions->Install error
* TODO make ci pass in README
* TODO github->codecov should contain platform/assemble-space
* TODO Github: lanaguage remove Javascript

TODO 从头创建编辑器引导的模板
TODO Guide: add Run the template


* TODO 准备模板 in local


TODO 完整编辑器的模板
* TODO github->codecov should contain platform/assemble-space
* TODO Github: lanaguage remove Javascript

TODO 从头创建编辑器引导的模板
TODO Guide: add Run the template



* TODO publish


TODO pass ci:
TODO pass ci in local
TODO solve ci sometimes fail: Actions->Install error
TODO make ci pass in README

* TODO 准备模板 in production


Expand All @@ -293,9 +290,27 @@ TODO update production


TODO 完整编辑器的模板
auto upgrade?

TODO 从头创建编辑器引导的模板
TODO Guide: add Run the template
TODO finish "TODO update"




* TODO 加入数据统计 in production

//TODO 平台加入埋点

TODO 平台、官网加入数据统计

# 使用Google Analytics 分析数据
# 使用Inspectlet 收集网站点击和滚动类的用户行为数据

使用百度统计
https://tongji.baidu.com/main/setting/52340731/home/site/getjs?siteId=20002434





Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ let make = (~account) => {
0,
GuideUtils.buildCreateFromScratchStepData(),
)}
// TODO update
<Button
_type=#link
onClick={_ => {
LinkUtils.openLink(
PublishedAppUtils.buildURL("0xf63e1991a343814ede505d7cfc368615eae75307", "t3"),
)
}}>
{React.string(`提前预览最终成果`)}
</Button>
</Layout.Content>
</Layout>
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ let make = (
{
title: "查看发布的编辑器",
description: {
React.string(`按照编辑器名,找到刚刚发布的编辑器。您可以继续编辑它,或者在线运行它`)
React.string(`在这里可以按照编辑器名,找到刚刚发布的编辑器。以后您可以继续编辑它,或者在线运行它。现在请点Next`)
},
cover: Meta3dCommonlib.NullableSt.getEmpty(),
target: () => publishedEditorsTarget->GuideUtils.getRefCurrent,
Expand All @@ -58,7 +58,7 @@ let make = (
{
title: "查看所有发布的编辑器",
description: {
React.string(`点击第二个导航栏:“发布的编辑器”,您可以在这里查看所有人发布的编辑器,并且找到您刚刚发布的编辑器。您可以导入它们(也就是导入模板来创建新的编辑器),或者在线运行它们`)
React.string(`第二个导航栏:“发布的编辑器”可以查看所有人发布的编辑器,包括您刚刚发布的编辑器。以后您可以导入它们(也就是导入模板来创建新的编辑器),或者在线运行它们。现在请点Next`)
},
cover: Meta3dCommonlib.NullableSt.getEmpty(),
target: () => navTarget->GuideUtils.getRefCurrent,
Expand All @@ -67,7 +67,7 @@ let make = (
}->Meta3dCommonlib.NullableSt.return,
},
{
title: "这里可以打开更多引导",
title: "这里可以打开更多引导。本次引导结束,感谢您的配合~",
description: {React.string(``)},
cover: Meta3dCommonlib.NullableSt.getEmpty(),
target: () => guideTarget->GuideUtils.getRefCurrent,
Expand Down

0 comments on commit 852d4df

Please sign in to comment.