bump: v0.4.3 - auto-set mode:local + Gateway self-heal

This commit is contained in:
晴天
2026-03-05 22:35:09 +08:00
parent 46928e798c
commit aae531a7bd
6 changed files with 18 additions and 14 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -328,7 +328,7 @@ dependencies = [
[[package]]
name = "clawpanel"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"base64 0.22.1",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "ClawPanel",
"version": "0.4.2",
"version": "0.4.3",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",