We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5389f commit 95d59afCopy full SHA for 95d59af
.vitepress/theme/components/customContent.vue
@@ -292,7 +292,7 @@ onMounted(() => {
292
linkUrl.value = `https://res-static.opentiny.design/tiny-robot-playground/latest/index.html${hash}`;
293
title = "TinyRobot";
294
} else if (route.path.includes("/next-sdk")) {
295
- linkUrl.value = "https://ai.opentiny.design/next-sdk-playground";
+ linkUrl.value = "https://res-static.opentiny.design/next-sdk-playground/latest/index.html";
296
title = "NEXT-SDKs";
297
} else {
298
linkUrl.value =
README.md
@@ -4,7 +4,8 @@ OpenTiny 项目演练场
4
5
## 本地启动
6
7
-```shell
+```bash
8
+git submodule update --init --recursive
9
pnpm i
10
pnpm dev
11
```
0 commit comments