leafer-ui 2.0.7 → 2.0.9
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-CN.md +394 -0
- package/README.md +118 -62
- package/dist/web.cjs +2 -0
- package/dist/web.esm.js +2 -0
- package/dist/web.esm.min.js +1 -1
- package/dist/web.esm.min.js.map +1 -1
- package/dist/web.js +24 -9
- package/dist/web.min.cjs +1 -1
- package/dist/web.min.cjs.map +1 -1
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/dist/web.module.js +26 -9
- package/dist/web.module.min.js +1 -1
- package/dist/web.module.min.js.map +1 -1
- package/package.json +13 -12
package/README-CN.md
ADDED
|
@@ -0,0 +1,394 @@
|
|
|
1
|
+
[English](./README.md) | 简体中文
|
|
2
|
+
|
|
3
|
+
<br/>
|
|
4
|
+
|
|
5
|
+
# LeaferJS:好用的 Canvas 引擎
|
|
6
|
+
|
|
7
|
+
轻松实现图形交互与编辑,AI 时代的无限画布引擎
|
|
8
|
+
|
|
9
|
+
官网: [leaferjs.com](https://www.leaferjs.com)
|
|
10
|
+
|
|
11
|
+
**👉 在浏览器里“跑得动 100 万个图形”的 Canvas 引擎**
|
|
12
|
+
**👉 第一个可以做“Figma级编辑器”的 Canvas 内核**
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://www.bilibili.com/video/BV1E56vBwEiB" target="_blank">
|
|
16
|
+
<img src="https://www.leaferjs.com/image/video/leaferjs.jpg?d=1126" />
|
|
17
|
+
</a>
|
|
18
|
+
</p>
|
|
19
|
+
<p align="center">
|
|
20
|
+
<b>极致性能 · 极低内存 · 类 DOM API · 图形编辑 · 跨平台 · 零依赖 · 轻量 (70KB min+gzip)</b>
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<div align="center">
|
|
24
|
+
|
|
25
|
+
[](https://www.npmjs.com/package/leafer-ui)
|
|
26
|
+
[](https://github.com/leaferjs/leafer-ui/stargazers)
|
|
27
|
+
[](https://github.com/leaferjs/leafer-ui/releases)
|
|
28
|
+
[](https://github.com/leaferjs/leafer-ui/blob/main/LICENSE)
|
|
29
|
+
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
## 🧐 为什么选择LeaferJS?
|
|
33
|
+
|
|
34
|
+
在 Web 图形开发中,开发者常面临“性能与易用性”的选型困境。
|
|
35
|
+
|
|
36
|
+
**LeaferJS 致力于终结这种权衡。** 它从底层重构,不仅在性能上挑战 Web 渲染和交互的物理极限,更在开发体验上追求极致的简单。它是为了解决“大规模、高密度、海量图层”的生产力工具而诞生的标准化引擎。
|
|
37
|
+
|
|
38
|
+
## 🏗️ 为什么是 AI 时代的无限画布引擎?
|
|
39
|
+
|
|
40
|
+
在 AI 生成内容爆发的今天,图形引擎的挑战已从 **“如何画出来”** 转变为 **“如何编排与精修”**:
|
|
41
|
+
|
|
42
|
+
- **⚡ 极致承载力:** 突破极限,百万交互图层依然保持丝滑响应,完美承载 AI 生成的海量碎片。
|
|
43
|
+
- **🤖 语义化编辑:** 结构化场景树让 AI 能像操作 DOM 一样操控图形,构建真正的 AI 协同工作流。
|
|
44
|
+
- **🛠️ 原生编辑器:** 内置 Editor 插件,让AI 生成的内容一键获得精准旋转、缩放、多选等工业级编辑能力。
|
|
45
|
+
|
|
46
|
+
[Leafer AI 知识库](https://github.com/leaferjs/ai-docs) | [MCP & Skills](https://context7.com/leaferjs/ai-docs?tab=skills) | [Ask AI](https://context7.com/leaferjs/ai-docs?tab=chat)
|
|
47
|
+
|
|
48
|
+
## 🎨 应用场景
|
|
49
|
+
|
|
50
|
+
LeaferJS 的极致性能与标准化能力,使其成为以下领域的理想底座:
|
|
51
|
+
|
|
52
|
+
- 🤖 **AI 场景:** AI 无限画布、AI 设计工具、生成式 UI 交互。
|
|
53
|
+
- 🛠️ **生产力工具:** 图形编辑器、在线设计平台(Figma/Canva 类)、电子白板、低代码引擎。
|
|
54
|
+
- 📊 **工业可视化:** 万级节点电力组态、流程图、资产监控、大规模拓扑图。
|
|
55
|
+
- 🎬 **数字内容生成:** 批量生成图片/海报、短视频帧渲染(Node.js 端)、互动 H5。
|
|
56
|
+
- 🎮 **互动应用:** 轻量小游戏、品牌互动应用、高频交互数据大屏。
|
|
57
|
+
|
|
58
|
+
## 🔥 性能表现
|
|
59
|
+
|
|
60
|
+
LeaferJS 将 Web 图形处理的“天花板”向上推举了约 10 倍。
|
|
61
|
+
|
|
62
|
+
| 测试项 (100万个可交互矩形) | 传统 Canvas 库 | **LeaferJS** | 提升 |
|
|
63
|
+
| :------------------------- | :-------------------- | :----------- | :--------------- |
|
|
64
|
+
| **首屏创建速度** | ~10 - 15 秒 | **1.28 秒** | **约快10 倍 🎉** |
|
|
65
|
+
| **内存占用** | ~3GB (浏览器可能崩溃) | **320 MB** | **约节省 10 倍** |
|
|
66
|
+
| **单元素拖拽帧率** | 0 - 1 FPS | **60 FPS** | **完美流畅** |
|
|
67
|
+
|
|
68
|
+
测试环境: 2K屏笔记本 / Chrome V143.0,数据仅供参考,实际表现取决于硬件性能。
|
|
69
|
+
|
|
70
|
+
[性能对比详情](https://www.leaferjs.com/#performance) | [性能基准测试](https://benchmark.leaferjs.com/leafer/)
|
|
71
|
+
|
|
72
|
+
## ⚡️ 核心能力
|
|
73
|
+
|
|
74
|
+
- **🎨 强大的图形系统:** 完整的场景树结构,支持矢量图形、SVG 路径及像素操作。
|
|
75
|
+
- **🧠 极致的交互响应:** 原生支持拖拽、缩放、多点触控,毫秒级的命中检测(Hit Testing)。
|
|
76
|
+
- **🛠️ 原生编辑器支持:** 内置 **Editor 插件**,一键开启图形的**缩放、旋转、移动、多选**等功能。
|
|
77
|
+
- **🧩 现代布局引擎:** 业内罕见地在 Canvas 引擎中原生支持 **Flex 布局**,像写 HTML 一样自然。
|
|
78
|
+
- **🎬 状态驱动动画:** 内置高性能过渡效果与路径动画,让动态交互更简单。
|
|
79
|
+
- **🌍 全平台适配:** 一套代码完美运行于 Web、Node.js、微信小程序及移动端 H5 环境。
|
|
80
|
+
|
|
81
|
+
[功能列表详情](https://www.leaferjs.com/#different) | [在线体验](https://www.leaferjs.com/examples/)
|
|
82
|
+
|
|
83
|
+
## 🛠️ 快速上手
|
|
84
|
+
|
|
85
|
+
```sh
|
|
86
|
+
npm install leafer-ui
|
|
87
|
+
|
|
88
|
+
# 需使用插件时,推荐同时安装跨平台核心包,防止出现更新版本不同步问题
|
|
89
|
+
npm install leafer-ui @leafer-ui/core @leafer-ui/draw
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
```ts
|
|
93
|
+
import { Leafer, Rect } from 'leafer-ui'
|
|
94
|
+
|
|
95
|
+
// 创建一个自适应窗口的交互应用
|
|
96
|
+
const leafer = new Leafer({ view: window })
|
|
97
|
+
|
|
98
|
+
// 创建一个可以被拖拽的矩形
|
|
99
|
+
const rect = new Rect({
|
|
100
|
+
x: 100,
|
|
101
|
+
y: 100,
|
|
102
|
+
width: 200,
|
|
103
|
+
height: 200,
|
|
104
|
+
fill: '#32cd79',
|
|
105
|
+
draggable: true,
|
|
106
|
+
})
|
|
107
|
+
|
|
108
|
+
leafer.add(rect)
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
[在线运行示例](https://www.leaferjs.com/examples/#official%2Fstart%2Fcreate.ts) | [图形编辑示例](https://www.leaferjs.com/examples/#official%2Fplugin%2Feditor%2Fframe%2Ftransparent.ts)
|
|
112
|
+
|
|
113
|
+
## 💼 商业支持与可持续性
|
|
114
|
+
|
|
115
|
+
从“一个引擎”到“一个成熟产品”之间存在巨大的研发鸿沟。为了支持开源引擎的长久维护,并协助企业跨越复杂场景的开发瓶颈,我们构建了透明且健康的生态:
|
|
116
|
+
|
|
117
|
+
- **LeaferJS 永久开源 (MIT):** 核心功能和基础插件始终保持开源与自由,保障每一位开发者的选型安全与技术掌控权。
|
|
118
|
+
- **[PxGrow](https://www.pxgrow.com/) 商业插件 (可选):** 专注于解决**工业级应用**中的复杂业务难题。它封装了高级编辑器套件、极端场景性能优化及复杂图形算法,旨在帮企业节省数月甚至数年的业务功能研发周期。
|
|
119
|
+
- **良性循环与长期主义:** 所有的商业收入将用于反哺开源引擎的持续迭代,确保 LeaferJS 始终处于 Web 图形技术的领先水平。
|
|
120
|
+
|
|
121
|
+
### LeaferJS 仓库组成一览表
|
|
122
|
+
|
|
123
|
+
| 仓库名称 | 功能描述 | 开源地址 |
|
|
124
|
+
| :------------ | :--------------------------- | :---------------------------------------------- |
|
|
125
|
+
| **LeaferJS** | 主集成仓库,支持直接运行代码 | [GitHub](https://github.com/leaferjs/LeaferJS) |
|
|
126
|
+
| **leafer** | 引擎核心仓库 | [GitHub](https://github.com/leaferjs/leafer) |
|
|
127
|
+
| **leafer-ui** | UI 表现层仓库 | [GitHub](https://github.com/leaferjs/leafer-ui) |
|
|
128
|
+
| **leafer-in** | 官方插件仓库 | [GitHub](https://github.com/leaferjs/leafer-in) |
|
|
129
|
+
| **leafer-x** | 社区插件提交/展示仓库 | [GitHub](https://github.com/leaferjs/leafer-x) |
|
|
130
|
+
| **test** | 自动化测试仓库 | [GitHub](https://github.com/leaferjs/test) |
|
|
131
|
+
| **code** | 示例代码仓库 | [GitHub](https://github.com/leaferjs/code) |
|
|
132
|
+
| **docs** | 在线文档仓库 | [GitHub](https://github.com/leaferjs/docs) |
|
|
133
|
+
|
|
134
|
+
## 🌟 参与贡献:五年沉淀,始于初心
|
|
135
|
+
|
|
136
|
+
LeaferJS 是一个持续打磨了五年的原创开源引擎。我们致力于把“图形系统底座”这件事标准化,让开发者专注产品创意,而非底层实现。
|
|
137
|
+
|
|
138
|
+
**如果你支持原创、追求极致性能,请为我们点亮一颗 Star!**
|
|
139
|
+
|
|
140
|
+
<div style="display:flex; gap: 12px">
|
|
141
|
+
<a target="_blank" href="https://github.com/leaferjs/leafer-ui" aria-label="github" rel="noopener">
|
|
142
|
+
<img width="120" title="github" src="https://www.leaferjs.com/svg/github-stars.svg?d=20260416" />
|
|
143
|
+
</a>
|
|
144
|
+
</div>
|
|
145
|
+
|
|
146
|
+
- 🌟 **Star 仓库:** 你的认可对我们至关重要。
|
|
147
|
+
- 🐞 **提交反馈:** 每一个 Issue 都是我们进步的机会。
|
|
148
|
+
- 🤝 **加入社区:** 与社区开发者共同探索 Web 图形技术的极限。
|
|
149
|
+
|
|
150
|
+
## 贡献指南
|
|
151
|
+
|
|
152
|
+
当你使用 LeaferJS 时, 你就已成为了 这个充满活力的大家庭 的一员,踏入这座建设中的“技术城堡”。只有通过每位成员的热情参与与贡献,这座城堡才能逐步走向完善。
|
|
153
|
+
|
|
154
|
+
[社区行为准则](./contributor/CODE_OF_CONDUCT.md)
|
|
155
|
+
|
|
156
|
+
[代码提交规范](./contributor/COMMIT_CONVENTION.md)
|
|
157
|
+
|
|
158
|
+
[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md#%E6%8F%90%E9%97%AE%E7%9A%84%E6%99%BA%E6%85%A7)
|
|
159
|
+
|
|
160
|
+
## 致谢贡献者
|
|
161
|
+
|
|
162
|
+
[每一位贡献代码的社区成员](https://github.com/leaferjs/leafer-ui/graphs/contributors)
|
|
163
|
+
|
|
164
|
+
[每一位参与生态的社区成员](https://www.leaferjs.com/ui/contribute/)
|
|
165
|
+
|
|
166
|
+
## 赞助商
|
|
167
|
+
|
|
168
|
+
<p><h3 align="center">金牌赞助商</h3></p>
|
|
169
|
+
<p style="display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;">
|
|
170
|
+
<a target="_blank" href="https://easysearch.cn">
|
|
171
|
+
<img width="180" title="Easysearch - 企业级的分布式搜索型数据库" src="https://www.leaferjs.com/image/sponsor/gold/easysearch.png" loading="lazy" />
|
|
172
|
+
</a>
|
|
173
|
+
<a target="_blank" href="https://boardos.online">
|
|
174
|
+
<img width="180" title="在线实时白板协作系统" src="https://www.leaferjs.com/image/sponsor/gold/boardos.svg" loading="lazy" />
|
|
175
|
+
</a>
|
|
176
|
+
<a target="_blank" href="https://www.photiu.ai">
|
|
177
|
+
<img width="180" title="Photiu" src="https://www.leaferjs.com/image/sponsor/gold/photiu.png" loading="lazy" />
|
|
178
|
+
</a>
|
|
179
|
+
<a target="_blank" href="https://xpai.design">
|
|
180
|
+
<img width="180" title="迅排设计" src="https://www.leaferjs.com/image/sponsor/gold/xp.jpg" loading="lazy" />
|
|
181
|
+
</a>
|
|
182
|
+
<a target="_blank" href="https://github.com/dromara/yft-design">
|
|
183
|
+
<img width="180" title="yft-design" src="https://www.leaferjs.com/image/sponsor/gold/yft.jpg" loading="lazy" />
|
|
184
|
+
</a>
|
|
185
|
+
<a target="_blank" href="https://www.finclip.com/landing/miniappgame?from=leafer">
|
|
186
|
+
<img width="180" title="FinClip" src="https://www.leaferjs.com/image/sponsor/gold/finclip.jpg" loading="lazy" />
|
|
187
|
+
</a>
|
|
188
|
+
<a target="_blank" href="https://f.style">
|
|
189
|
+
<img width="180" title="hiif" src="https://www.leaferjs.com/image/sponsor/gold/hiif.jpg" loading="lazy" />
|
|
190
|
+
</a>
|
|
191
|
+
<a target="_blank" href="https://www.seafox.cc">
|
|
192
|
+
<img width="180" title="seafox" src="https://www.leaferjs.com/image/sponsor/gold/seafox.jpg" loading="lazy" />
|
|
193
|
+
</a>
|
|
194
|
+
<a target="_blank" href="https://dooring.vip">
|
|
195
|
+
<img width="180" title="dooring" src="https://www.leaferjs.com/image/sponsor/gold/dooring.jpg" loading="lazy" />
|
|
196
|
+
</a>
|
|
197
|
+
<a target="_blank" href="https://pro.kuaitu.cc">
|
|
198
|
+
<img width="180" title="快图设计" src="https://www.leaferjs.com/image/sponsor/gold/kuaitu.jpg" loading="lazy" />
|
|
199
|
+
</a>
|
|
200
|
+
<a target="_blank" href="https://chensuiyi.me">
|
|
201
|
+
<img width="180" title="前端之虎陈随易" src="https://www.leaferjs.com/image/sponsor/gold/chensuiyi.jpg" loading="lazy" />
|
|
202
|
+
</a>
|
|
203
|
+
<a target="_blank" href="http://www.yunform.cn">
|
|
204
|
+
<img width="180" title="数据查询录入表单页面制作效率工具" src="https://www.leaferjs.com/image/sponsor/gold/yunform.svg" loading="lazy" />
|
|
205
|
+
</a>
|
|
206
|
+
<a target="_blank" href="https://www.pxgrow.com/vip/logo/">
|
|
207
|
+
<img width="180" title="赞助我们" src="https://www.leaferjs.com/image/sponsor/gold/add.jpg" loading="lazy" />
|
|
208
|
+
</a>
|
|
209
|
+
</p>
|
|
210
|
+
|
|
211
|
+
<p><h3 align="center">银牌赞助</h3></p>
|
|
212
|
+
<p style="display: flex;flex-wrap: wrap;justify-content: center;gap: 5px;">
|
|
213
|
+
<a target="_blank" href="">
|
|
214
|
+
<img width="40" title="black" src="https://api.pxgrow.com/uploads/avatar/249/AzA/4v/u.jpg" loading="lazy" />
|
|
215
|
+
</a>
|
|
216
|
+
<a target="_blank" href="">
|
|
217
|
+
<img width="40" title="ARAM" src="https://api.pxgrow.com/uploads/avatar/3Pv/P26/zw/u.jpg" loading="lazy" />
|
|
218
|
+
</a>
|
|
219
|
+
<a target="_blank" href="">
|
|
220
|
+
<img width="40" title="Winning" src="https://www.pxgrow.com/image/user/default/4.jpg" loading="lazy" />
|
|
221
|
+
</a>
|
|
222
|
+
<a target="_blank" href="">
|
|
223
|
+
<img width="40" title="刘洋" src="https://www.pxgrow.com/image/user/default/2.jpg" loading="lazy" />
|
|
224
|
+
</a>
|
|
225
|
+
<a target="_blank" href="">
|
|
226
|
+
<img width="40" title="张老爷" src="https://api.pxgrow.com/uploads/avatar/76z/6wz/Px/u.jpg" loading="lazy" />
|
|
227
|
+
</a>
|
|
228
|
+
<a target="_blank" href="">
|
|
229
|
+
<img width="40" title="KevinJiaCN" src="https://www.pxgrow.com/image/user/default/3.jpg" loading="lazy" />
|
|
230
|
+
</a>
|
|
231
|
+
<a target="_blank" href="">
|
|
232
|
+
<img width="40" title="goosen" src="https://www.pxgrow.com/image/sponsor/user/122.jpeg" loading="lazy" />
|
|
233
|
+
</a>
|
|
234
|
+
<a target="_blank" href="">
|
|
235
|
+
<img width="40" title="dev_chen" src="https://www.pxgrow.com/image/sponsor/user/137.jpg" loading="lazy" />
|
|
236
|
+
</a>
|
|
237
|
+
<a target="_blank" href="frameelf">
|
|
238
|
+
<img width="40" title="o" src="https://api.pxgrow.com/uploads/avatar/3Pv/P2S/ww/u.jpg" loading="lazy" />
|
|
239
|
+
</a>
|
|
240
|
+
<a target="_blank" href="">
|
|
241
|
+
<img width="40" title="Y" src="https://www.pxgrow.com/image/sponsor/user/131.jpg" loading="lazy" />
|
|
242
|
+
</a>
|
|
243
|
+
<a target="_blank" href="https://github.com/daodaolee">
|
|
244
|
+
<img width="40" title="道里" src="https://www.pxgrow.com/image/sponsor/user/108.jpg" loading="lazy" />
|
|
245
|
+
</a>
|
|
246
|
+
<a target="_blank" href="">
|
|
247
|
+
<img width="40" title="dong" src="https://www.pxgrow.com/image/sponsor/user/yellow.png" loading="lazy" />
|
|
248
|
+
</a>
|
|
249
|
+
<a target="_blank" href="">
|
|
250
|
+
<img width="40" title="三一" src="https://www.pxgrow.com/image/sponsor/user/151.jpeg" loading="lazy" />
|
|
251
|
+
</a>
|
|
252
|
+
<a target="_blank" href="https://www.fastadmin.net">
|
|
253
|
+
<img width="40" title="F4nniu" src="https://api.pxgrow.com/uploads/avatar/3Pv/P26/P3/u.jpg" loading="lazy" />
|
|
254
|
+
</a>
|
|
255
|
+
<a target="_blank" href="">
|
|
256
|
+
<img width="40" title="风之影" src="https://www.pxgrow.com/image/sponsor/user/81.jpg" loading="lazy" />
|
|
257
|
+
</a>
|
|
258
|
+
<a target="_blank" href="">
|
|
259
|
+
<img width="40" title="😊" src="https://www.pxgrow.com/image/sponsor/user/79.jpg" loading="lazy" />
|
|
260
|
+
</a>
|
|
261
|
+
<a target="_blank" href="https://pro.kuaitu.cc/">
|
|
262
|
+
<img width="40" title="快图设计" src="https://www.pxgrow.com/image/sponsor/user/72.jpg" loading="lazy" />
|
|
263
|
+
</a>
|
|
264
|
+
<a target="_blank" href="">
|
|
265
|
+
<img width="40" title="ycteng" src="https://www.pxgrow.com/image/sponsor/user/purple.png" loading="lazy" />
|
|
266
|
+
</a>
|
|
267
|
+
<a target="_blank" href="https://afdian.com/a/herobeast">
|
|
268
|
+
<img width="40" title="herobeast" src="https://www.pxgrow.com/image/sponsor/user/63.jpeg" loading="lazy" />
|
|
269
|
+
</a>
|
|
270
|
+
<a target="_blank" href="">
|
|
271
|
+
<img width="40" title="Evel" src="https://www.pxgrow.com/image/sponsor/user/62.jpeg" loading="lazy" />
|
|
272
|
+
</a>
|
|
273
|
+
<a target="_blank" href="">
|
|
274
|
+
<img width="40" title="icezeros" src="https://www.pxgrow.com/image/sponsor/user/purple.png" loading="lazy" />
|
|
275
|
+
</a>
|
|
276
|
+
<a target="_blank" href="">
|
|
277
|
+
<img width="40" title="林伟强@青柠设计" src="https://www.pxgrow.com/image/sponsor/user/purple.png" loading="lazy" />
|
|
278
|
+
</a>
|
|
279
|
+
<a target="_blank" href="https://github.com/Misakey-Mikoto">
|
|
280
|
+
<img width="40" title="misakey" src="https://www.pxgrow.com/image/sponsor/user/orange.png" loading="lazy" />
|
|
281
|
+
</a>
|
|
282
|
+
<a target="_blank" href="">
|
|
283
|
+
<img width="40" title="junna" src="https://www.pxgrow.com/image/sponsor/user/57.jpeg" loading="lazy" />
|
|
284
|
+
</a>
|
|
285
|
+
<a target="_blank" href="http://www.nickspace.cn">
|
|
286
|
+
<img width="40" title="NickSpace" src="https://www.pxgrow.com/image/sponsor/user/purple.png" loading="lazy" />
|
|
287
|
+
</a>
|
|
288
|
+
<a target="_blank" href="https://afdian.com/a/ziiziz">
|
|
289
|
+
<img width="40" title="YGG" src="https://www.pxgrow.com/image/sponsor/user/55.jpeg" loading="lazy" />
|
|
290
|
+
</a>
|
|
291
|
+
<a target="_blank" href="">
|
|
292
|
+
<img width="40" title="tony" src="https://www.pxgrow.com/image/sponsor/user/51.jpeg" loading="lazy" />
|
|
293
|
+
</a>
|
|
294
|
+
<a target="_blank" href="">
|
|
295
|
+
<img width="40" title="lk" src="https://api.pxgrow.com/uploads/avatar/39A/334/wC/u.jpg" loading="lazy" />
|
|
296
|
+
</a>
|
|
297
|
+
<a target="_blank" href="">
|
|
298
|
+
<img width="40" title="用户z89CSwv9" src="https://www.pxgrow.com/image/user/default/2.jpg" loading="lazy" />
|
|
299
|
+
</a>
|
|
300
|
+
<a target="_blank" href="">
|
|
301
|
+
<img width="40" title="南" src="https://www.pxgrow.com/image/sponsor/user/purple.png" loading="lazy" />
|
|
302
|
+
</a>
|
|
303
|
+
<a target="_blank" href="">
|
|
304
|
+
<img width="40" title=".." src="https://www.pxgrow.com/image/sponsor/user/44.jpg" loading="lazy" />
|
|
305
|
+
</a>
|
|
306
|
+
<a target="_blank" href="">
|
|
307
|
+
<img width="40" title="__tynam" src="https://www.pxgrow.com/image/sponsor/user/43.jpg" loading="lazy" />
|
|
308
|
+
</a>
|
|
309
|
+
<a target="_blank" href="https://github.com/zhixiaotong">
|
|
310
|
+
<img width="40" title="知晓同丶" src="https://www.pxgrow.com/image/sponsor/user/42.png" loading="lazy" />
|
|
311
|
+
</a>
|
|
312
|
+
<a target="_blank" href="">
|
|
313
|
+
<img width="40" title="馒头" src="https://www.pxgrow.com/image/sponsor/user/41.jpeg" loading="lazy" />
|
|
314
|
+
</a>
|
|
315
|
+
<a target="_blank" href="">
|
|
316
|
+
<img width="40" title="刘杨" src="https://www.pxgrow.com/image/sponsor/user/26.jpeg" loading="lazy" />
|
|
317
|
+
</a>
|
|
318
|
+
<a target="_blank" href="">
|
|
319
|
+
<img width="40" title="Biu" src="https://www.pxgrow.com/image/sponsor/user/32.jpeg" loading="lazy" />
|
|
320
|
+
</a>
|
|
321
|
+
<a target="_blank" href="https://www.leaferjs.com">
|
|
322
|
+
<img width="40" title="Leafer" src="https://www.pxgrow.com/image/sponsor/user/4.jpeg" loading="lazy" />
|
|
323
|
+
</a>
|
|
324
|
+
<a target="_blank" href="">
|
|
325
|
+
<img width="40" title="sunboy" src="https://www.pxgrow.com/image/sponsor/user/36.jpeg" loading="lazy" />
|
|
326
|
+
</a>
|
|
327
|
+
<a target="_blank" href="">
|
|
328
|
+
<img width="40" title="张恒来啦" src="https://www.pxgrow.com/image/sponsor/user/35.jpeg" loading="lazy" />
|
|
329
|
+
</a>
|
|
330
|
+
<a target="_blank" href="">
|
|
331
|
+
<img width="40" title="呆若牦牛" src="https://www.pxgrow.com/image/sponsor/user/34.jpeg" loading="lazy" />
|
|
332
|
+
</a>
|
|
333
|
+
<a target="_blank" href="">
|
|
334
|
+
<img width="40" title="艳霞" src="https://www.pxgrow.com/image/sponsor/user/33.jpeg" loading="lazy" />
|
|
335
|
+
</a>
|
|
336
|
+
<a target="_blank" href="">
|
|
337
|
+
<img width="40" title="skywalker512" src="https://www.pxgrow.com/image/sponsor/user/21.jpeg" loading="lazy" />
|
|
338
|
+
</a>
|
|
339
|
+
<a target="_blank" href="https://www.u-tools.cn/plugins/detail/%E6%88%AA%E5%9B%BE%E5%B7%A5%E5%85%B7%20Plus/index.html">
|
|
340
|
+
<img width="40" title="xiaou@截图工具" src="https://www.pxgrow.com/image/sponsor/user/135.png" loading="lazy" />
|
|
341
|
+
</a>
|
|
342
|
+
<a target="_blank" href="">
|
|
343
|
+
<img width="40" title="黄鸭梨" src="https://www.pxgrow.com/image/sponsor/user/yellow.png" loading="lazy" />
|
|
344
|
+
</a>
|
|
345
|
+
<a target="_blank" href="">
|
|
346
|
+
<img width="40" title="子洋" src="https://www.pxgrow.com/image/sponsor/user/17.jpeg" loading="lazy" />
|
|
347
|
+
</a>
|
|
348
|
+
<a target="_blank" href="">
|
|
349
|
+
<img width="40" title="一只胖憨憨" src="https://api.pxgrow.com/uploads/avatar/249/AzA/32/u.jpg" loading="lazy" />
|
|
350
|
+
</a>
|
|
351
|
+
<a target="_blank" href="danshen.me">
|
|
352
|
+
<img width="40" title="channely" src="https://www.pxgrow.com/image/sponsor/user/15.jpeg" loading="lazy" />
|
|
353
|
+
</a>
|
|
354
|
+
<a target="_blank" href="">
|
|
355
|
+
<img width="40" title="ibryang" src="https://www.pxgrow.com/image/user/default/2.jpg" loading="lazy" />
|
|
356
|
+
</a>
|
|
357
|
+
<a target="_blank" href="">
|
|
358
|
+
<img width="40" title="用户3PvP2Sxw" src="https://www.pxgrow.com/image/user/default/2.jpg" loading="lazy" />
|
|
359
|
+
</a>
|
|
360
|
+
<a target="_blank" href="">
|
|
361
|
+
<img width="40" title="kooriookami" src="https://www.pxgrow.com/image/user/default/3.jpg" loading="lazy" />
|
|
362
|
+
</a>
|
|
363
|
+
<a target="_blank" href="">
|
|
364
|
+
<img width="40" title="毛豆花生" src="https://www.pxgrow.com/image/sponsor/user/8.jpeg" loading="lazy" />
|
|
365
|
+
</a>
|
|
366
|
+
<a target="_blank" href="https://afdian.com/a/programschool">
|
|
367
|
+
<img width="40" title="编程学院" src="https://www.pxgrow.com/image/sponsor/user/7.jpg" loading="lazy" />
|
|
368
|
+
</a>
|
|
369
|
+
<a target="_blank" href="https://afdian.com/u/8230187ef5a811eeba2d5254001e7c00">
|
|
370
|
+
<img width="40" title="Jikun" src="https://www.pxgrow.com/image/sponsor/user/5.jpeg" loading="lazy" />
|
|
371
|
+
</a>
|
|
372
|
+
<a target="_blank" href="">
|
|
373
|
+
<img width="40" title="robot" src="https://www.pxgrow.com/image/sponsor/user/29.jpeg" loading="lazy" />
|
|
374
|
+
</a>
|
|
375
|
+
<a target="_blank" href="">
|
|
376
|
+
<img width="40" title="黄某人" src="https://www.pxgrow.com/image/user/default/3.jpg" loading="lazy" />
|
|
377
|
+
</a>
|
|
378
|
+
<a target="_blank" href="">
|
|
379
|
+
<img width="40" title="爱发电用户_xugk" src="https://www.pxgrow.com/image/sponsor/user/yellow.png" loading="lazy" />
|
|
380
|
+
</a>
|
|
381
|
+
<a target="_blank" href="https://www.pxgrow.com/vip/logo/">
|
|
382
|
+
<img width="40" title="赞助我们" src="https://www.leaferjs.com/image/sponsor/silver/add.jpg" loading="lazy" />
|
|
383
|
+
</a>
|
|
384
|
+
</p>
|
|
385
|
+
|
|
386
|
+
<p><h3 align="center">铜牌赞助</h3></p>
|
|
387
|
+
<p style="display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;">
|
|
388
|
+
用户zw8T394C 用户zw8T398C 龙眼吃多了上火 用户zw8T392T 用户z89CSw69 用户CzP9SCAz Kim 用户249AzA8v l0f5c7bf 夏先生 yinuo 用户3wTwAz78 用户zw8T39zT 用户249AzA82 用户CzP9SCvz 用户39A334xT 用户3wTwAz3x 用户zw8T39zC 稀饭、微凉 用户CzP9SCT4 便宜VPS服务器 菲鸽 szhua Cheng Suezp beyond 用户3PvP2S63 o Arvin finallycc 用户39A3346C 大雷 用户CzP9SC4z 随风 用户z89CSwT9 用户3wTwAzCx UPMuling 军杨 桔子雨工作室 用户zw8T37xC 前端炒饭仔 用户z89CSw46 崮生 互动矩阵 ZhanYoHo 何佳Q coderhyh 早上好啊 快图设计 do 毛哥哥 迅排设计 用���z89CSw86 糖果 南城以北 黑色摩天仑 Charm Lauginwing 在路上 Jerry 张余🌈 李狗嗨。💢 用户zw8T376T 用户249AzA2v ʚ LMT ɞ 格子 等等 goosen F4nniu 梁福斌 江万江 杨超 ToB Dev 前端之虎陈随易 A☀️云☀️A zhk 爱发电用户_c9c82 轻简历 爱发电用户_0fac0 wangyesheji.cn 风间 爱发电用户_Tqsm 爱发电用户_6KpE 星小志 zwm 爱发电用户_3725c Noth1ng 纳西妲の√ 爱发电用户_Ahb9 爱发电用户_7617d 冷漠 爱发电用户_9RXB 今日值得读 爱发电用户_49sT 爱发电用户_NFCS 爱发电用户_43ad8 爱发电用户_30455 砖吐筷筷 xiaozhang 爱发电用户_b47b3 longbow1998 爱发电用户_5d755 爱发电用户_b76b8 爱发电用户_e70c2 xiaou@截图工具 ousiri 爱发电用户_039dc 花祁 爱发电用户_99f39 坤坤 爱发电用户_X6hp ycteng 曹吉美爸爸 啸沧海 Ronny 爱发电用户_UXEV Biu 王志强 SaltedFish 爱发电用户_76f9d PD.新城คิดถึง 糖颂缘冥倾 ALBERT. 爱发电用户_Pbm7 Leafer 赞助我们 </p>
|
|
389
|
+
|
|
390
|
+
## License
|
|
391
|
+
|
|
392
|
+
MIT 开源许可协议,可以免费使用,且能用于商业场景。
|
|
393
|
+
|
|
394
|
+
Copyright © 2023-present Chao (Leafer) Wan
|