Skip to content

Commit

Permalink
更新readme文档
Browse files Browse the repository at this point in the history
  • Loading branch information
WHG555 committed Sep 19, 2023
1 parent 8004454 commit e933bad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 说明
这是一个支持农历显示的日历插件

![](screenshot.png)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export class LunarView extends ItemView {
return VIEW_TYPE;
}
getDisplayText(): string {
return "Vue Stater";
return "农历";
}
getIcon(): string {
return "dice";
}
return "calendar-with-checkmark";
}
async onOpen() {
const {contentEl} = this;
contentEl.empty();
Expand Down

0 comments on commit e933bad

Please sign in to comment.