Skip to content

Commit

Permalink
fix: 首页路径
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed May 11, 2024
1 parent 05ed70f commit 7458e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class App {
registerCommand(COMMANDS.getContentLocalBook, this.getContentLocalBook, this),
registerCommand(COMMANDS.star, this.star, this),
registerCommand(COMMANDS.unstar, this.unstar, this),
registerCommand(COMMANDS.home, () => this.webView.navigateTo('/'), this.webView),
registerCommand(COMMANDS.home, () => this.webView.navigateTo('/rules'), this.webView),
registerCommand(COMMANDS.getBookSource, this.getBookSource, this),
registerCommand(
COMMANDS.historyRefresh,
Expand Down

0 comments on commit 7458e71

Please sign in to comment.