mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-15 12:27:49 +00:00
feat: add custom style workspace setting
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user