fix(education): ship 0.2.1 drag and Forgejo truth state

This commit is contained in:
冰朔 2026-08-08 09:54:45 +08:00
commit 28f68fa9ac
15 changed files with 171 additions and 17 deletions

View file

@ -1171,7 +1171,7 @@ dependencies = [
[[package]]
name = "guanghu-education-industry-os"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"serde",
"serde_json",

View file

@ -1,6 +1,6 @@
[package]
name = "guanghu-education-industry-os"
version = "0.2.0"
version = "0.2.1"
description = "Guanghu Education Subdomain operating system client"
authors = ["Guanghu"]
license = "LicenseRef-Guanghu"

View file

@ -3,5 +3,5 @@
"identifier": "default",
"description": "Base window capability for the Guanghu education workspace",
"windows": ["main"],
"permissions": ["core:default"]
"permissions": ["core:default", "core:window:allow-start-dragging"]
}

View file

@ -1 +1 @@
{"default":{"identifier":"default","description":"Base window capability for the Guanghu education workspace","local":true,"windows":["main"],"permissions":["core:default"]}}
{"default":{"identifier":"default","description":"Base window capability for the Guanghu education workspace","local":true,"windows":["main"],"permissions":["core:default","core:window:allow-start-dragging"]}}

View file

@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "光湖分域 · 教育",
"version": "0.2.0",
"version": "0.2.1",
"identifier": "com.guanghulab.subdomain.education",
"build": {
"frontendDist": "../dist",