Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
feat: crypto data & some feature
Browse files Browse the repository at this point in the history
  • Loading branch information
flytam committed Apr 5, 2023
1 parent 904599e commit 4faa45b
Show file tree
Hide file tree
Showing 14 changed files with 2,674 additions and 1,026 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ dist-ssr
*.sln
*.sw?
.rollup.cache
stats.html
playground.md
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

> 特点: 复刻官方,完全开源+免费
目前 MVP 版本已经在自用中,更多功能完善施工中...
MVP 版本已经在自用中,更多功能完善施工中...

### 使用

> 暂未上线插件市场
1. 下载[离线文件](https://github.com/flytam/utool-clipboard/releases),复制后打开 utool 进行安装
![](https://files.mdnice.com/user/8265/172f5f7b-d4b4-499a-a524-1fd1c89cef39.png)

2. 通过 utool 进行调起
![](https://files.mdnice.com/user/8265/3441940e-76db-4fd9-9e7d-1fc0c16bc1d7.png)

3. 打开跟随主程序启动

![](https://files.mdnice.com/user/8265/46bbb881-3753-4069-bb01-4d44bdabb958.png)
[离线文件](https://github.com/flytam/utool-clipboard/releases)
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ahooks": "^3.7.5",
"axios": "^1.3.4",
"clipboard-event": "^1.6.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"observe-element-in-viewport": "^0.0.15",
Expand All @@ -29,6 +30,7 @@
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.3",
Expand All @@ -45,6 +47,7 @@
"rollup": "^3.20.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"utools-api-types": "^3.0.0",
Expand Down
Loading

0 comments on commit 4faa45b

Please sign in to comment.