feat: add custom style workspace setting

This commit is contained in:
Steven
2023-09-20 23:13:30 +08:00
parent 7f020eade9
commit 0af4903657
11 changed files with 292 additions and 146 deletions

View File

@ -23,8 +23,12 @@ message WorkspaceSetting {
bool enable_signup = 1;
// The relative path of the resource directory.
string resource_relative_path = 2;
// The custom style.
string custom_style = 3;
// The custom script.
string custom_script = 4;
// The auto backup setting.
AutoBackupWorkspaceSetting auto_backup = 3;
AutoBackupWorkspaceSetting auto_backup = 5;
}
message AutoBackupWorkspaceSetting {