Skip to content

Commit

Permalink
Update repo names in links
Browse files Browse the repository at this point in the history
qieyun-{examples,text-label} -> tshet-uinh-...
  • Loading branch information
syimyuzya committed Sep 9, 2024
1 parent b60da75 commit 4c4e4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class Main extends React.Component<any, MainState> {
};

if (this.state.option === "convertPresetArticle" && !presetArticle) {
fetchFile("https://cdn.jsdelivr.net/gh/nk2028/qieyun[email protected]/index.txt", article => {
fetchFile("https://cdn.jsdelivr.net/gh/nk2028/tshet-uinh[email protected]/index.txt", article => {
presetArticle = article;
this.handlePredefinedOptions();
});
Expand Down
2 changes: 1 addition & 1 deletion src/SchemaEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SchemaEditor extends React.Component<SchemaProps, any> {

loadSchema(event?: any) {
if (event) event.preventDefault();
fetchFile(`https://cdn.jsdelivr.net/gh/nk2028/qieyun[email protected]/${this.props.name}.js`, input => {
fetchFile(`https://cdn.jsdelivr.net/gh/nk2028/tshet-uinh[email protected]/${this.props.name}.js`, input => {
if (event && this.props.input && this.props.input !== this.props.original) {
Swal.fire({
showClass: { popup: "" },
Expand Down

0 comments on commit 4c4e4e6

Please sign in to comment.