feat(sync): 持久化类型化主题与编辑器偏好并支持草稿恢复
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user