piclist 2.0.3 → 2.0.4
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/CHANGELOG.md +13 -0
- package/dist/i18n/zh-CN.d.ts +2 -0
- package/dist/index.js +2 -2
- package/dist/types/index.d.ts +2 -0
- package/eslint.config.js +2 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## (2025-11-14)
|
|
2
|
+
|
|
3
|
+
* :arrow_up: Upgrade(custom): upgrade deps dcb971f
|
|
4
|
+
* :arrow_up: Upgrade(custom): upgrade deps e25e7c7
|
|
5
|
+
* :arrow_up: Upgrade(custom): upgrade deps e0358be
|
|
6
|
+
* :arrow_up: Upgrade(custom): upgrade deps ebc991a
|
|
7
|
+
* :bug: Fix(custom): fix wayland image upload bug 41a9b96, closes #19
|
|
8
|
+
* :package: Chore(custom): update tseslint usage a0dc819
|
|
9
|
+
* :sparkles: Feature(custom): add webpath for github c7eb33c
|
|
10
|
+
* :sparkles: Feature(custom): optimize cli script 1e2792c
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## (2025-09-25)
|
|
2
15
|
|
|
3
16
|
* :arrow_up: Upgrade(custom): upgrade deps 7b29f04
|
package/dist/i18n/zh-CN.d.ts
CHANGED
|
@@ -90,11 +90,13 @@ export declare const ZH_CN: {
|
|
|
90
90
|
PICBED_GITHUB_TOKEN: string;
|
|
91
91
|
PICBED_GITHUB_REPO: string;
|
|
92
92
|
PICBED_GITHUB_PATH: string;
|
|
93
|
+
PICBED_GITHUB_WEBPATH: string;
|
|
93
94
|
PICBED_GITHUB_BRANCH: string;
|
|
94
95
|
PICBED_GITHUB_CUSTOMURL: string;
|
|
95
96
|
PICBED_GITHUB_MESSAGE_REPO: string;
|
|
96
97
|
PICBED_GITHUB_MESSAGE_BRANCH: string;
|
|
97
98
|
PICBED_GITHUB_MESSAGE_PATH: string;
|
|
99
|
+
PICBED_GITHUB_MESSAGE_WEBPATH: string;
|
|
98
100
|
PICBED_GITHUB_MESSAGE_CUSTOMURL: string;
|
|
99
101
|
PICBED_QINIU: string;
|
|
100
102
|
PICBED_QINIU_ACCESSKEY: string;
|