Skip to content

Commit

Permalink
【doc】update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tzfun committed Oct 15, 2024
1 parent 2d0333a commit ec85d2e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tauri-build = { version = "1", features = [] }
# [target.'cfg(target_os = "macos")'.dependencies]

[dependencies]
tauri = { version = "1", features = [ "os-all", "shell-open", "window-all", "dialog-open", "dialog-save","dialog-ask", "updater", "clipboard-write-text", "process-relaunch", "macos-private-api"] }
tauri = { version = "1", features = [ "os-all", "shell-open", "window-all", "dialog-open", "dialog-save", "dialog-ask", "updater", "clipboard-write-text", "process-relaunch", "macos-private-api"] }
#fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="generator" content="VitePress v1.4.0">
<link rel="preload stylesheet" href="/etcd-workbench/assets/style.DqNbwd3f.css" as="style">

<script type="module" src="/etcd-workbench/assets/app.D8BSfBt5.js"></script>
<script type="module" src="/etcd-workbench/assets/app.C1MZG4E7.js"></script>
<link rel="preload" href="/etcd-workbench/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" type="image/png" href="/etcd-workbench/images/ico.png">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
Expand Down

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

Large diffs are not rendered by default.

Loading

0 comments on commit ec85d2e

Please sign in to comment.