Skip to content

Commit

Permalink
refactor: 重写了导入和导出的方法,让它适用于全平台
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Jul 14, 2024
1 parent 2e8a163 commit a8859ef
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 263 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "eco-paste",
"description": "一款开源的跨平台剪切板管理工具",
"private": true,
"version": "0.0.3",
"type": "module",
Expand Down
205 changes: 3 additions & 202 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "eco-paste"
version = "0.0.3"
description = "A Tauri App"
authors = ["you"]
description = "一款开源的跨平台剪切板管理工具"
authors = ["ayangweb", "Azir-11", "orangelckc", "pkptzx", "AuroraTea"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -22,8 +22,8 @@ window-shadows = "0.2.2"
clipboard-rs = "0.1.7"
tauri-plugin-context-menu = { git = "https://github.com/c2r0b/tauri-plugin-context-menu", branch = "main" }
mouse_position = "0.1.4"
zip = "2.1.3"
walkdir = "2.5.0"
flate2 = "1.0.30"
tar = "0.4.41"

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down
Loading

0 comments on commit a8859ef

Please sign in to comment.