| 面板编译信息 |
{{
- systemInfo?.go_version +
+ systemInfo?.build_id +
+ ' ' +
+ systemInfo?.build_user +
'/' +
- systemInfo?.build_time +
- '/' +
- systemInfo?.build_host +
- '/' +
- systemInfo?.build_id || '加载中...'
+ systemInfo?.build_host || '加载中...'
}}
|
@@ -809,11 +813,11 @@ if (import.meta.hot) {