Skip to content

Commit

Permalink
feat(jzero): update navbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Jul 8, 2024
1 parent 6f24f01 commit 1ca0623
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ export default navbar([
"/",
{
link: "https://github.com/jzero-io/templates",
text: "模板仓库"
text: "模板仓库",
icon: "octicon:repo-16"
},
{
link: "https://github.com/jzero-io/jzero-contrib",
text: "扩展"
text: "扩展",
icon: "material-symbols:send-time-extension"
},
{
link: "https://github.com/jzero-io/examples",
text: "代码示例"
text: "代码示例",
icon: "vscode-icons:file-type-go"
},
]);

0 comments on commit 1ca0623

Please sign in to comment.