feat: implement frontend ssr service

This commit is contained in:
Steven
2023-12-17 21:56:10 +08:00
parent 6eb3ff412d
commit dbd3888fe1
8 changed files with 223 additions and 62 deletions

View File

@ -416,6 +416,7 @@
| custom_style | [string](#string) | | |
| custom_script | [string](#string) | | |
| auto_backup | [AutoBackupWorkspaceSetting](#slash-store-AutoBackupWorkspaceSetting) | | |
| instance_url | [string](#string) | | |
@ -438,6 +439,7 @@
| WORKSPACE_SETTING_CUSTOM_STYLE | 4 | The custom style. |
| WORKSPACE_SETTING_CUSTOM_SCRIPT | 5 | The custom script. |
| WORKSPACE_SETTING_AUTO_BACKUP | 6 | The auto backup setting. |
| WORKSPACE_SETTING_INSTANCE_URL | 7 | The instance URL. |