feat: 添加数据库资产、命令拦截器、授权资产等功能,修复GitHub Actions工作流
This commit is contained in:
@@ -10,13 +10,13 @@ type AccessSettingApi struct{}
|
||||
|
||||
func (api AccessSettingApi) GetEndpoint(c echo.Context) error {
|
||||
return Success(c, maps.Map{
|
||||
"fontSize": "14",
|
||||
"lineHeight": "1.5",
|
||||
"fontFamily": "JetBrains Mono, Consolas, monospace",
|
||||
"selectionCopy": "true",
|
||||
"rightClickPaste": "true",
|
||||
"treeExpandedKeys": "",
|
||||
"useSnippets": "true",
|
||||
"fontSize": "14",
|
||||
"lineHeight": "1.5",
|
||||
"fontFamily": "JetBrains Mono, Consolas, monospace",
|
||||
"selectionCopy": "true",
|
||||
"rightClickPaste": "true",
|
||||
"treeExpandedKeys": "",
|
||||
"useSnippets": "true",
|
||||
"interceptSearchShortcut": "false",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user