Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Aug 3, 2023
1 parent fdff9b4 commit 861bd67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
## Features | 功能
- 🍏 一言
- 🍏 Quotes
- 🎈 天气
- 🎈 Weather
- 🍊 日历
- 🍊 Calendar
- 🍋 自定义设置 (账号自动同步)
- 🍋 Customizable Settings (Account Auto Sync)
- 🍎 ChatGPT 搜索建议
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fystart",
"version": "1.0.0",
"version": "1.8.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file modified screenshot/customize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/script/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useRegisterSW } from "virtual:pwa-register/vue";
import { ref, watch } from "vue";

export const version = "1.7.1";
export const version = "1.8.0";

export const updater = ref<boolean>(false);

Expand Down

1 comment on commit 861bd67

@vercel
Copy link

@vercel vercel bot commented on 861bd67 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.