chore: 全量图片替换为 WebP 格式
|
Before Width: | Height: | Size: 45 KiB |
BIN
docs/project/ClipboardManager/assets/gi4.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 178 KiB |
BIN
docs/project/ClipboardManager/assets/gi5.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 695 KiB |
BIN
docs/project/ClipboardManager/assets/img_1.webp
Normal file
|
After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 536 KiB |
BIN
docs/project/ClipboardManager/assets/img_2.webp
Normal file
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 711 KiB |
BIN
docs/project/ClipboardManager/assets/img_3.webp
Normal file
|
After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 673 KiB |
BIN
docs/project/ClipboardManager/assets/img_4.webp
Normal file
|
After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 501 KiB |
BIN
docs/project/ClipboardManager/assets/img_5.webp
Normal file
|
After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 54 KiB |
BIN
docs/project/ClipboardManager/assets/logo.webp
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 18 KiB |
BIN
docs/project/ClipboardManager/assets/mac-chmod.webp
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 266 KiB |
BIN
docs/project/ClipboardManager/assets/sign-mac-2.webp
Normal file
|
After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 60 KiB |
BIN
docs/project/ClipboardManager/assets/sign-mac.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 494 KiB |
BIN
docs/project/ClipboardManager/assets/webdav.webp
Normal file
|
After Width: | Height: | Size: 89 KiB |
@@ -29,17 +29,17 @@ aside: false
|
||||
sudo codesign --force --deep --sign -
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
然后将此目录中的`clipboard-event-handler-mac`文件拖入终端执行命令
|
||||
|
||||

|
||||

|
||||
|
||||
**2. 授权**
|
||||
|
||||
左上角🍎 / 系统偏好设置 / 安全性与隐私 / 通用 / 点击允许
|
||||
|
||||

|
||||

|
||||
|
||||
## 如何创造自己的功能按钮
|
||||
|
||||
@@ -98,8 +98,8 @@ sudo codesign --force --deep --sign -
|
||||
|
||||
需要注意的是,因为自定义功能按钮实现的是**携带数据跳转不同插件**,所以`redirect`后的内容并不应该是普通关键字(普通关键字仅能作为插件入口,而不能携带数据),而应该是`文本`/`图片`/`文件或文件夹`:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
- `id`: `String` 全局唯一 必须以`custom`开头 建议以时间戳为后缀
|
||||
- `title`: `String` 鼠标悬停时展示的文本
|
||||
@@ -120,7 +120,7 @@ sudo codesign --force --deep --sign -
|
||||
- 主面板下拉菜单中支持主动上传/主动下载数据;
|
||||
- 主面板用户信息左侧的同步的状态指示灯用以显示当前的同步状态,点击状态指示灯可以主动下载/上传数据;
|
||||
|
||||

|
||||

|
||||
|
||||
同时,每次本地剪贴板内容发生变化,都会将最新数据同步到同步到服务器。
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@ aside: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
import img1 from './assets/img_1.png'
|
||||
import img2 from './assets/img_2.png'
|
||||
import img3 from './assets/img_3.png'
|
||||
import img4 from './assets/img_4.png'
|
||||
import img5 from './assets/img_5.png'
|
||||
import url from './assets/logo.webp'
|
||||
import img1 from './assets/img_1.webp'
|
||||
import img2 from './assets/img_2.webp'
|
||||
import img3 from './assets/img_3.webp'
|
||||
import img4 from './assets/img_4.webp'
|
||||
import img5 from './assets/img_5.webp'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 更强大的剪贴板管理工具。',
|
||||
logo: url,
|
||||
|
||||
|
Before Width: | Height: | Size: 317 KiB |
BIN
docs/project/JSRunner/assets/img1.webp
Normal file
|
After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 415 KiB |
BIN
docs/project/JSRunner/assets/img2.webp
Normal file
|
After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 368 KiB |
BIN
docs/project/JSRunner/assets/img3.webp
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 310 KiB |
BIN
docs/project/JSRunner/assets/img4.webp
Normal file
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
docs/project/JSRunner/assets/logo.webp
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -6,11 +6,11 @@ aside: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
import img1 from './assets/img1.png'
|
||||
import img2 from './assets/img2.png'
|
||||
import img3 from './assets/img3.png'
|
||||
import img4 from './assets/img4.png'
|
||||
import url from './assets/logo.webp'
|
||||
import img1 from './assets/img1.webp'
|
||||
import img2 from './assets/img2.webp'
|
||||
import img3 from './assets/img3.webp'
|
||||
import img4 from './assets/img4.webp'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ JavaScript运行器 支持多种运行环境 快速验证代码逻辑',
|
||||
logo: url,
|
||||
|
||||
|
Before Width: | Height: | Size: 443 KiB |
BIN
docs/project/Markdown/assets/img1.webp
Normal file
|
After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 527 KiB |
BIN
docs/project/Markdown/assets/img2.webp
Normal file
|
After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 305 KiB |
BIN
docs/project/Markdown/assets/img3.webp
Normal file
|
After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
docs/project/Markdown/assets/logo.webp
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -6,10 +6,10 @@ aside: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import url from './assets/logo.png'
|
||||
import img1 from './assets/img1.png'
|
||||
import img2 from './assets/img2.png'
|
||||
import img3 from './assets/img3.png'
|
||||
import url from './assets/logo.webp'
|
||||
import img1 from './assets/img1.webp'
|
||||
import img2 from './assets/img2.webp'
|
||||
import img3 from './assets/img3.webp'
|
||||
const titleInfo = {
|
||||
subTitle: '✨ 强大的Markdown编辑器',
|
||||
logo: url,
|
||||
|
||||