Skip to content

Commit 95d59af

Browse files
authored
refactor: use obs url in next-sdk playground (#27)
1 parent fe5389f commit 95d59af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vitepress/theme/components/customContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ onMounted(() => {
292292
linkUrl.value = `https://res-static.opentiny.design/tiny-robot-playground/latest/index.html${hash}`;
293293
title = "TinyRobot";
294294
} else if (route.path.includes("/next-sdk")) {
295-
linkUrl.value = "https://ai.opentiny.design/next-sdk-playground";
295+
linkUrl.value = "https://res-static.opentiny.design/next-sdk-playground/latest/index.html";
296296
title = "NEXT-SDKs";
297297
} else {
298298
linkUrl.value =

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ OpenTiny 项目演练场
44

55
## 本地启动
66

7-
```shell
7+
```bash
8+
git submodule update --init --recursive
89
pnpm i
910
pnpm dev
1011
```

0 commit comments

Comments
 (0)