@giopic/lsky-plugin 1.0.1-beta.1 → 1.0.1-beta.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/README.md +0 -44
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@giopic/lsky-plugin",
3
3
  "type": "module",
4
- "version": "1.0.1-beta.1",
4
+ "version": "1.0.1-beta.4",
5
5
  "description": "兰空插件,同时支持社区版和企业版v1",
6
6
  "author": "isYangs",
7
7
  "license": "AGPL-3.0",
@@ -20,19 +20,19 @@
20
20
  "access": "public"
21
21
  },
22
22
  "peerDependencies": {
23
- "@giopic/core": "1.0.1-beta.1"
23
+ "@giopic/core": "1.0.1-beta.4"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^20.10.5",
27
27
  "source-map-support": "^0.5.21",
28
28
  "tsdown": "^0.12.0",
29
29
  "typescript": "^5.3.3",
30
- "@giopic/core": "1.0.1-beta.1"
30
+ "@giopic/core": "1.0.1-beta.4"
31
31
  },
32
32
  "plugin": {
33
33
  "id": "giopic-lsky",
34
34
  "name": "兰空图床",
35
- "version": "1.0.1-beta.1",
35
+ "version": "1.0.1-beta.4",
36
36
  "author": "isYangs",
37
37
  "description": "兰空插件,同时支持社区版和企业版v1",
38
38
  "type": "lsky"
package/README.md DELETED
@@ -1,44 +0,0 @@
1
- # @giopic/lsky-plugin
2
-
3
- > GioPic 图床插件 - 兰空 (Lsky)
4
-
5
- ## 概述
6
-
7
- `@giopic/lsky-plugin` 是 [GioPic](https://github.com/isYangs/GioPic) 的官方插件,集成兰空图床平台的支持。该插件同时兼容 Lsky 社区版和企业版 API。
8
-
9
- ## 先决条件
10
-
11
- - 已安装 [GioPic](https://github.com/isYangs/GioPic)
12
- - 拥有 Lsky 图床实例(社区版或企业版 v1)
13
- - 获取有效的 API Token
14
-
15
- ## 安装
16
-
17
- 在 GioPic 软件内通过「插件管理」安装。
18
-
19
- ## 功能
20
-
21
- | 功能 | 描述 |
22
- |------|------|
23
- | 双版本支持 | 同时支持 Lsky 社区版和企业版 |
24
- | 策略管理 | 自动适配多策略配置 |
25
- | 图片上传 | 支持拖拽、粘贴、批量上传 |
26
- | 相册管理 | 远程相册同步与浏览 |
27
-
28
- ## 快速开始
29
-
30
- 1. 在 GioPic 中打开「插件管理」
31
- 2. 安装并启用 `@giopic/lsky-plugin`
32
- 3. 配置兰空图床地址和 Token
33
- 4. 开始使用
34
-
35
- ## 配置说明
36
-
37
- | 参数 | 必填 | 描述 |
38
- |------|------|------|
39
- | `api` | 是 | 兰空图床 API 地址 |
40
- | `token` | 是 | 访问令牌 |
41
-
42
- ## 许可证
43
-
44
- [AGPL-3.0](./LICENSE)