🚧 WIP(custom): build-in web server for files

This commit is contained in:
Kuingsmile
2024-03-31 19:41:35 +08:00
parent 47e5afe963
commit 8ed24cb2b8
5 changed files with 18 additions and 0 deletions

View File

View File

@@ -204,6 +204,9 @@ interface ILocales {
SETTINGS_SET_SERVER_HOST: string
SETTINGS_SET_SERVER_PORT: string
SETTINGS_SET_SERVER_KEY: string
SETTINGS_SET_ENABLE_WEB_SERVER: string
SETTINGS_SET_WEB_SERVER_HOST: string
SETTINGS_SET_WEB_SERVER_PORT: string
SETTINGS_TIP_PLACEHOLDER_HOST: string
SETTINGS_TIP_PLACEHOLDER_PORT: string
SETTINGS_TIP_PLACEHOLDER_KEY: string