Skip to content

Commit 6c97943

Browse files
committed
fix: broken link
1 parent e97b372 commit 6c97943

File tree

65 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+67
-67
lines changed

questions/1-hello-word/README.md

+1-1

questions/1-hello-word/README.zh-CN.md

+1-1

questions/10-lifecycle/README.md

+1-1

questions/10-lifecycle/README.zh-CN.md

+1-1

questions/11-next-dom-update/README.md

+1-1

questions/11-next-dom-update/README.zh-CN.md

+1-1

questions/12-optimize-perf-directive/README.md

+1-1

questions/12-optimize-perf-directive/README.zh-CN.md

+1-1

questions/13-dom-portal/README.md

+1-1

questions/13-dom-portal/README.zh-CN.md

+1-1

questions/14-dynamic-css-values/README.md

+1-1

questions/14-dynamic-css-values/README.zh-CN.md

+1-1

questions/15-useToggle/README.md

+1-1

questions/15-useToggle/README.zh-CN.md

+1-1

questions/16-until/README.md

+1-1

questions/16-until/README.zh-CN.md

+1-1

questions/17-useCounter/README.md

+1-1

questions/17-useCounter/README.zh-CN.md

+1-1

questions/18-useLocalStorage/README.md

+1-1

questions/18-useLocalStorage/README.zh-CN.md

+1-1

questions/19-v-focus/README.md

+1-1

questions/19-v-focus/README.zh-CN.md

+1-1

questions/2-ref-family/README.md

+1-1

questions/2-ref-family/README.zh-CN.md

+1-1

questions/20-v-debounce-click/README.md

+1-1

questions/20-v-debounce-click/README.zh-CN.md

+1-1

questions/208-tree-component/README.md

+1-1

questions/208-tree-component/README.zh-CN.md

+1-1

questions/21-functional-component/README.md

+1-1

questions/21-functional-component/README.zh-CN.md

+1-1

questions/218-h-render-function/README.md

+1-1

questions/218-h-render-function/README.zh-CN.md

+1-1

questions/22-custom-element/README.md

+1-1

questions/22-custom-element/README.zh-CN.md

+1-1

questions/23-custom-ref/README.md

+1-1

questions/23-custom-ref/README.zh-CN.md

+1-1

questions/232-key-modifiers/README.md

+1-1

questions/232-key-modifiers/README.zh-CN.md

+1-1

questions/24-v-active-style/README.md

+1-1

questions/24-v-active-style/README.zh-CN.md

+1-1

questions/243-prevent-event-propagation/README.md

+1-1

questions/243-prevent-event-propagation/README.zh-CN.md

+1-1

questions/25-useMouse/README.md

+1-1

questions/25-useMouse/README.zh-CN.md

+1-1

questions/26-v-model/README.md

+1-1

questions/26-v-model/README.zh-CN.md

+1-1

questions/27-global-css/README.md

+1-1

questions/27-global-css/README.zh-CN.md

+1-1

questions/3-losing-reactivity/README.md

+1-1

questions/3-losing-reactivity/README.zh-CN.md

+1-1

questions/305-capitalize/README.md

+1-1

questions/305-capitalize/README.zh-CN.md

+1-1

questions/4-writable-computed/README.md

+1-1

questions/4-writable-computed/README.zh-CN.md

+1-1

questions/5-watch-family/README.md

+1-1

questions/5-watch-family/README.zh-CN.md

+1-1

questions/6-shallow-ref/README.md

+1-1

questions/6-shallow-ref/README.zh-CN.md

+1-1

questions/7-raw-api/README.md

+1-1

questions/7-raw-api/README.zh-CN.md

+1-1

questions/8-effect-scope/README.md

+1-1

questions/8-effect-scope/README.zh-CN.md

+1-1

questions/9-dependency-injection/README.md

+1-1

questions/9-dependency-injection/README.zh-CN.md

+1-1

scripts/readme.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ async function insertInfoToREADME(filepath: string, quiz: Quiz, locale: Supporte
8282
+ "<p>"
8383
+ generateBadgeLink(quiz.quizLink, "", t(locale, "badge.take-the-challenge"), "213547", "?logo=vue.js&logoColor=42b883")
8484
+ (availableLocales.length ? ("&nbsp;&nbsp;&nbsp;" + availableLocales.map(l => generateBadgeLink(getNearborREADME(quiz, l), "", t(l, "display"), "gray")).join(" ")) : "")
85-
+ (quiz.stackblitzLink[locale]
86-
? "&nbsp;&nbsp;&nbsp;" + `<a href=${quiz.stackblitzLink[locale]}>${t(locale, "badge.take-the-challenge-unit-test")}</a>`
87-
: "")
85+
// + (quiz.stackblitzLink[locale]
86+
// ? "&nbsp;&nbsp;&nbsp;" + `<a href=${quiz.stackblitzLink[locale]}>${t(locale, "badge.take-the-challenge-unit-test")}</a>`
87+
// : "")
8888
+ "</p>"
8989
+ "<!--info-header-end-->",
9090
)

0 commit comments

Comments
 (0)