bing-wallpaper-robot 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/docs/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://app.netlify.com/sites/bing-wallpaper-robot/deploys)
|
|
11
11
|
[](https://gitpod.io/#https://github.com/tonyc726/bing-wallpaper-robot)
|
|
12
12
|
|
|
13
|
-
通过 Github Action,每日自动记录 Bing 壁纸数据,同步壁纸(原图)至 [imagekit.io](https://imagekit.io/registration?code=45js2315),生成预览地址,当前已经记录了
|
|
13
|
+
通过 Github Action,每日自动记录 Bing 壁纸数据,同步壁纸(原图)至 [imagekit.io](https://imagekit.io/registration?code=45js2315),生成预览地址,当前已经记录了 2684 条壁纸数据。
|
|
14
14
|
|
|
15
15
|
### :monocle_face: 在线预览
|
|
16
16
|
|
package/docs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const version = "2.0";
|
|
2
|
-
export const dataVersion = "md5:
|
|
3
|
-
export const generatedAt = "2026-02-
|
|
2
|
+
export const dataVersion = "md5:f5244e10f81f1c6f2e5240974fb4423a";
|
|
3
|
+
export const generatedAt = "2026-02-27T14:53:49.516Z";
|
|
4
4
|
export const totalWallpapers = 1834;
|
|
5
5
|
export const monthList = ["2026-02","2025-11","2025-10","2025-09","2025-08","2025-07","2025-06","2025-05","2025-04","2025-03","2025-02","2025-01","2024-12","2024-11","2024-10","2024-09","2024-08","2024-07","2024-06","2024-05","2024-04","2024-03","2024-02","2024-01","2023-12","2023-11","2023-10","2023-09","2023-08","2023-07","2023-06","2023-05","2023-04","2023-03","2023-02","2023-01","2022-12","2022-11","2022-10","2022-09","2022-08","2022-07","2022-06","2022-01","2021-12","2021-11","2021-10","2021-09","2021-08","2021-07","2021-06","2021-05","2021-04","2021-03","2021-02","2021-01","2020-12"];
|
|
6
6
|
export const latestMonth = "2026-02";
|