chore: remove resource relative path setting

This commit is contained in:
Steven
2023-09-29 19:55:13 +08:00
parent 8cd976791e
commit fa8d2f6639
9 changed files with 166 additions and 235 deletions

View File

@ -39,14 +39,12 @@ message WorkspaceSetting {
string license_key = 1;
// Whether to enable other users to sign up.
bool enable_signup = 2;
// The relative path of the resource directory.
string resource_relative_path = 3;
// The custom style.
string custom_style = 4;
string custom_style = 3;
// The custom script.
string custom_script = 5;
string custom_script = 4;
// The auto backup setting.
AutoBackupWorkspaceSetting auto_backup = 6;
AutoBackupWorkspaceSetting auto_backup = 5;
}
message AutoBackupWorkspaceSetting {