# hotaru_theme **Repository Path**: yanchenur/hotaru_theme ## Basic Information - **Project Name**: hotaru_theme - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hotaru_theme 基于Vue 3.0和Semantic UI打造的”船新“ServerStatus主题,借鉴了一点KRATOS主题的样式,模仿了Loc大佬分享的主题样式。 本仓库存放了ServerStatus-Hotaru默认主题的源码。 关于本仓库默认使用的图片素材的说明请见下方项目仓库。 关于自定义主题: 如果仅修改标题、副标题、页脚和更新数据的间隔,可以直接修改根目录下的`config.js`文件。其他如更换素材、背景图片、对其他文字的修改等建议修改本仓库代码并重新打包。 ServerStatus-Hotaru: https://github.com/CokeMine/ServerStatus-Hotaru 原模板: https://www.hostloc.com/thread-494384-1-1.html https://www.hostloc.com/thread-493783-1-1.html ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```