-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mars
committed
Feb 6, 2025
1 parent
80f4ba6
commit 85e8531
Showing
8 changed files
with
199 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
# Change Log | ||
|
||
## 1.0.5 (2025-02-06) | ||
|
||
Optimize fetch data | ||
|
||
## 1.0.4 (2025-02-06) | ||
|
||
Optimize fetch data | ||
|
||
## 1.0.3 (2025-01-27) | ||
|
||
- Optimize display effect | ||
Optimize display effect | ||
|
||
## 1.0.2 (2025-01-26) | ||
|
||
- Transfer to LeekHub organization | ||
Transfer to LeekHub organization | ||
|
||
## 1.0.0 (2025-01-25) | ||
|
||
Initial release of leek-fund-lite: | ||
|
||
- Support fund data display | ||
- Support stock data display | ||
- Auto refresh data | ||
- Manual refresh data | ||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const APP_NAME = 'Leek Fund Lite'; | ||
export const CONCURRENCY = 10; | ||
export const FUND_CONFIG_KEY = 'leek-fund.funds'; | ||
export const STOCK_CONFIG_KEY = 'leek-fund.stocks'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.