Skip to content

Commit

Permalink
Update repo names & branches in links
Browse files Browse the repository at this point in the history
- qieyun-{examples,text-label} -> tshet-uinh-...
- Use the `main` branch of both repos
  • Loading branch information
syimyuzya committed Sep 9, 2024
1 parent d206604 commit 9f5a770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function showAbout() {
</p>
<p>
推導器預置的
<a target="_blank" rel="noreferrer" href="https://github.com/nk2028/qieyun-examples">
<a target="_blank" rel="noreferrer" href="https://github.com/nk2028/tshet-uinh-examples">
樣例推導方案程式碼
</a>
亦可於 Github 瀏覽。
Expand Down
7 changes: 3 additions & 4 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import type ParameterSet from "./Classes/ParameterSet";
import type samples from "./samples";
import type { 資料 } from "tshet-uinh";

//export const tshetUinhExamplesURLPrefix = "https://cdn.jsdelivr.net/gh/nk2028/[email protected]/";
export const tshetUinhExamplesURLPrefix =
"https://raw.githubusercontent.com/nk2028/qieyun-examples/dev-tshet-uinh-0.15/";
export const tshetUinhTextLabelURLPrefix = "https://cdn.jsdelivr.net/gh/nk2028/[email protected]/";
export const tshetUinhExamplesURLPrefix = "https://cdn.jsdelivr.net/gh/nk2028/tshet-uinh-examples@main/";
//export const tshetUinhExamplesURLPrefix = "https://raw.githubusercontent.com/nk2028/tshet-uinh-examples/main/";
export const tshetUinhTextLabelURLPrefix = "https://cdn.jsdelivr.net/gh/nk2028/tshet-uinh-text-label@main/";

export const newFileTemplate = /* js */ `
/* 在此輸入描述……
Expand Down

0 comments on commit 9f5a770

Please sign in to comment.