feat: add workspace custom branding setting

This commit is contained in:
Steven
2024-07-29 22:22:06 +08:00
parent d513e89438
commit a113d82e9b
8 changed files with 214 additions and 131 deletions

View File

@ -18,7 +18,8 @@ message WorkspaceSetting {
message GeneralSetting {
string secret_session = 1;
string license_key = 2;
string custom_style = 3;
bytes branding = 3;
string custom_style = 4;
}
message ShortcutRelatedSetting {