feat(sync): 持久化类型化主题与编辑器偏好并支持草稿恢复

This commit is contained in:
2026-09-08 19:54:24 +08:00
parent cf39b1a905
commit 5c995e66be
20 changed files with 681 additions and 16 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-record-get"
description = "Enables the record_get command without any pre-configured scope."
commands.allow = ["record_get"]
[[permission]]
identifier = "deny-record-get"
description = "Denies the record_get command without any pre-configured scope."
commands.deny = ["record_get"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-record-write"
description = "Enables the record_write command without any pre-configured scope."
commands.allow = ["record_write"]
[[permission]]
identifier = "deny-record-write"
description = "Denies the record_write command without any pre-configured scope."
commands.deny = ["record_write"]