fix(education): ship 0.2.1 drag and Forgejo truth state
This commit is contained in:
parent
84a631d886
commit
28f68fa9ac
15 changed files with 171 additions and 17 deletions
|
|
@ -1171,7 +1171,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "guanghu-education-industry-os"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"]}}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue