chore: update embed frontend

This commit is contained in:
Steven
2023-12-24 01:05:15 +08:00
parent 91708da5fc
commit 88606e0a0c
11 changed files with 218 additions and 185 deletions

View File

@ -44,12 +44,14 @@ message WorkspaceSetting {
string license_key = 1;
// Whether to enable other users to sign up.
bool enable_signup = 2;
// The instance URL.
string instance_url = 3;
// The custom style.
string custom_style = 3;
string custom_style = 4;
// The custom script.
string custom_script = 4;
string custom_script = 5;
// The auto backup setting.
AutoBackupWorkspaceSetting auto_backup = 5;
AutoBackupWorkspaceSetting auto_backup = 6;
}
message AutoBackupWorkspaceSetting {