update: setup home page ui
This commit is contained in:
42
src-tauri/Cargo.lock
generated
42
src-tauri/Cargo.lock
generated
@@ -2,6 +2,27 @@
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "CS工具箱"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-clipboard-manager",
|
||||
"tauri-plugin-dialog",
|
||||
"tauri-plugin-fs",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-http",
|
||||
"tauri-plugin-notification",
|
||||
"tauri-plugin-os",
|
||||
"tauri-plugin-process",
|
||||
"tauri-plugin-shell",
|
||||
"window-vibrancy",
|
||||
"winreg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
version = "0.22.0"
|
||||
@@ -68,27 +89,6 @@ version = "1.0.89"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
||||
|
||||
[[package]]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-clipboard-manager",
|
||||
"tauri-plugin-dialog",
|
||||
"tauri-plugin-fs",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-http",
|
||||
"tauri-plugin-notification",
|
||||
"tauri-plugin-os",
|
||||
"tauri-plugin-process",
|
||||
"tauri-plugin-shell",
|
||||
"window-vibrancy",
|
||||
"winreg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arboard"
|
||||
version = "3.4.1"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
name = "CS工具箱"
|
||||
version = "0.0.1"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
authors = ["Purp1e"]
|
||||
license = ""
|
||||
repository = ""
|
||||
default-run = "app"
|
||||
default-run = "CS工具箱"
|
||||
edition = "2021"
|
||||
rust-version = "1.66"
|
||||
|
||||
|
||||
@@ -50,11 +50,13 @@
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "CS Toolbox",
|
||||
"width": 976,
|
||||
"title": "CS工具箱",
|
||||
"width": 920,
|
||||
"height": 720,
|
||||
"minWidth": 600,
|
||||
"minHeight": 480,
|
||||
"minWidth": 920,
|
||||
"minHeight": 720,
|
||||
"maxWidth": 1440,
|
||||
"maxHeight": 960,
|
||||
"decorations": false,
|
||||
"transparent": true,
|
||||
"theme": "Light",
|
||||
|
||||
Reference in New Issue
Block a user