Skip to content

Commit

Permalink
[doc]Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 2, 2024
1 parent 4b5981c commit f7b3379
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion docs/site/src/components/tab/Tab.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
// 将nav首字母大写
const navFirst = nav.slice(0, 1).toUpperCase() + nav.slice(1);
// main -> next
codeValue = `https://github.com/any-tdf/stdf/blob/next/packages/stdf/components/${nav}/${navFirst}.svelte`;
codeValue = `https://github.com/any-tdf/stdf/blob/next/packages/stdf/src/lib/components/${nav}/${navFirst}.svelte`;
showCode = true;
};
</script>
Expand Down
7 changes: 0 additions & 7 deletions jsconfig.json

This file was deleted.

20 changes: 0 additions & 20 deletions package.json

This file was deleted.

0 comments on commit f7b3379

Please sign in to comment.