Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
Seems like Jsdelivr does not recognize "v2" as a Github branch name (but
a version number apparently). Using an alternate name instead.
  • Loading branch information
syimyuzya committed Aug 31, 2024
1 parent 6c31213 commit e290dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class Main extends React.Component<any, MainState> {
};

if (this.state.option === "convertPresetArticle" && !presetArticle) {
fetchFile("https://cdn.jsdelivr.net/gh/nk2028/qieyun-text-label@v2/index.txt", article => {
fetchFile("https://cdn.jsdelivr.net/gh/nk2028/qieyun-text-label@qieyun-0.13/index.txt", article => {
presetArticle = article;
this.handlePredefinedOptions();
});
Expand Down

0 comments on commit e290dcc

Please sign in to comment.