[READ ONLY] This repository is a mirror, for issue tracking and development head to: https:⁄⁄githubcom⁄tauri-apps⁄plugins-workspace — land tauri-plugin-log-api Updated Dec 15, 2024 Rust Improve this page Add a description, image, and links ...
tauri-apps/tauri最新发布版本:tauri-v2.0.0-rc.14(2024-09-16 17:09:44) Updating crates.io index Cargo Audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 604 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning ...
"tauri-plugin-websocket", "tokio", "tokio-tungstenite", ] [[package]] name = "arrayref" version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] na...
tauri-plugin-graphql - Type-safe IPC for Tauri using GraphQL. tauri-plugin-sqlite - Interface to SQLite. sentry-tauri - Capture JavaScript errors, Rust panics and native crash minidumps to Sentry. tauri-plugin-aptabase - Privacy-first and minimalist analytics for desktop and mobile apps. tauri...
yarn run v1.22.22 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next $ rollup -c --configPlugin typescript [36m [1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src...
配置tauri-plugin-sql分为两步: 1. 安装核心插件,在Cargo.toml中添加插件配置 [dependencies.tauri-plugin-sql] git="https://github.com/tauri-apps/plugins-workspace" branch = "v1"features=["sqlite"] # or "postgres", or "mysql" 其中:
import { invoke } from "@tauri-apps/api/core"; async function MY_COMMAND() { greetMsg.value = await invoke("greet", { name: name.value }); console.log(await invoke.length); // 有几种可使用的自定义命令 console.log(await invoke('plugin:PLUGIN_NAME|COMMAND_NAME',{my_msg: "可爱幽灵...
/*** @desc Tauri2多窗口封装管理* @author: Andy QQ:282310962* @time 2024.9*/import{getAllWindows,getCurrentWindow}from'@tauri-apps/api/window'import{WebviewWindow,getAllWebviewWindows,getCurrentWebviewWindow}from'@tauri-apps/api/webviewWindow'import{relaunch,exit}from'@tauri-apps/plugin-process...
/** * tauri2.0自定义系统最大化/最小化/关闭 * by andy Q:282310962 */import{ref}from'vue'import{getCurrentWindow}from'@tauri-apps/api/window'import{listen}from'@tauri-apps/api/event'import{exit}from'@tauri-apps/plugin-process'import{authState}from'@/pinia/modules/auth'import{isTrue}from...
{ QuestionFilled, SwitchButton } from'@element-plus/icons-vue'import { getCurrentWindow } from'@tauri-apps/api/window'import { listen } from'@tauri-apps/api/event'import { exit } from'@tauri-apps/plugin-process'import { isTrue } from'@/utils'import { authState } from'@/pinia/modules...