# watch **Repository Path**: velor2012/watch ## Basic Information - **Project Name**: watch - **Description**: 一个监控服务器工具的前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-21 - **Last Updated**: 2023-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hotaru_theme **Notice:** See: https://github.com/cokemine/hotaru_theme/commit/ae80618 基于 Vue 3 和 Semantic UI 打造的“船新” ServerStatus 主题。 本仓库存放了 ServerStatus-Hotaru 默认前端的源码。 关于自定义主题: 如果仅修改标题、副标题、页脚和更新数据的间隔,可以直接修改根目录下的`config.js`文件。 其他如更换图片、对其他文字的修改等建议修改本仓库代码并重新打包。 ServerStatus-Hotaru: https://github.com/cokemine/ServerStatus-Hotaru 默认图片引用说明: 本仓库引入了以下图片 Pixiv: 86597206 nisekoi.jp 如需用做商业用途请更换以上图片。 样式参考自: 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 ```