Skip to content

Commit

Permalink
feat:TS 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
984507092 committed Apr 29, 2024
1 parent 493debe commit 4f02437
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/plugin/sidebar_blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ let arr = [
text: "问题",
link: "view/problem",
},
{
text: "TS问题",
link: "view/typescript-problem",
},
];

export default {
Expand Down
4 changes: 4 additions & 0 deletions docs/view/问题记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import typeScriptProblem from "../components/TypeScript/dataList.vue"
</script>

### 随机问题

<problemRecord />

### TS 相关的问题

<typeScriptProblem />

0 comments on commit 4f02437

Please sign in to comment.