chore: add favicon provider workspace setting

This commit is contained in:
Steven
2024-04-06 23:58:56 +08:00
parent 69f2c7ad89
commit 07c863b251
9 changed files with 229 additions and 145 deletions

View File

@ -39,6 +39,8 @@ message WorkspaceProfile {
string custom_style = 5;
// The custom script.
string custom_script = 6;
// The url of custom favicon provider.
string favicon_provider = 7;
}
message WorkspaceSetting {
@ -55,6 +57,8 @@ message WorkspaceSetting {
AutoBackupWorkspaceSetting auto_backup = 6;
// The default visibility of shortcuts and collections.
Visibility default_visibility = 7;
// The url of custom favicon provider.
string favicon_provider = 8;
}
message AutoBackupWorkspaceSetting {