惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
量子位
aimingoo的专栏
aimingoo的专栏
V
V2EX
Vercel News
Vercel News
B
Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
N
News and Events Feed by Topic
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
S
Secure Thoughts
U
Unit 42
博客园 - 叶小钗
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
Help Net Security
Help Net Security
S
Security Affairs
Microsoft Security Blog
Microsoft Security Blog
W
WeLiveSecurity
博客园 - Franky
Forbes - Security
Forbes - Security
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Schneier on Security
Schneier on Security
I
InfoQ
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Webroot Blog
Webroot Blog
AWS News Blog
AWS News Blog
Last Week in AI
Last Week in AI
Security Archives - TechRepublic
Security Archives - TechRepublic
C
CERT Recently Published Vulnerability Notes
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
Lohrmann on Cybersecurity
SecWiki News
SecWiki News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
J
Java Code Geeks

默小班

如何为宝塔面板添加腾讯云cos备份账号,实现自动备份功能? – 默小班 如何开启http3,实现站点的高速传输? – 默小班 浪浪云香港轻量半全面测评文章 – 默小班 如何优化你的WordPress站点,实现网站秒开? – 默小班 2024年 教你免费域名us.kg白嫖,并托管到cloudflare! – 默小班 如何使用虚拟主机搭建属于自己的网站? – 默小班 WordPress套cdn+waf后台不可用前台样式丢失? – 默小班 免费 领取网易云音乐黑胶vip – 默小班 如何做搜索功能优化,增加网站的b格 – 默小班
如何美化uptime kuma(水文章) – 默小班
默小班 · 2026-05-30 · via 默小班

本文最后更新于 553 天前,其中的信息可能已经失效或是发生改变。 如有疑问,请发送邮件📧到:post@memxb.top

前言

最近因为手头有点富裕了,所以去土云把之前老板给我那台机器拿来当副主机来用了,先是安装了1panel,然后直接装了uptimekuma。这个是我美化后的图

方法(代码)

接下来是美化代码,这个代码是我用ai写的,需要的可以自取

body {    background-color: #f5f7fa; /* 浅背景色 */    color: #333; /* 字体颜色 */    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; /* 使用中文字体 */    margin: 20px; /* 页面边距 */}h1, h2 {    color: #4a90e2; /* 标题颜色 */    font-size: 24px; /* 标题字体大小 */    margin-bottom: 15px; /* 标题下边距 */}.service-container {    background-color: #ffffff; /* 服务容器背景 */    border-radius: 10px; /* 圆角效果 */    padding: 20px; /* 内边距 */    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */    margin-bottom: 20px; /* 外边距 */}.service-item {    display: flex;    justify-content: space-between;    align-items: center;    padding: 10px 0; /* 每个服务项的内边距 */    border-bottom: 1px solid #eaeaea; /* 分隔线 */    overflow: hidden; /* 防止溢出 */}.service-item:last-child {    border-bottom: none; /* 去掉最后一个项的分隔线 */}.service-name {    font-weight: bold; /* 加粗 */    white-space: nowrap; /* 防止换行 */    overflow: hidden; /* 防止溢出 */    text-overflow: ellipsis; /* 超出部分用省略号表示 */}.status-indicator {    color: #2ecc71; /* 状态指示器颜色 */}.progress {    background-color: #e0e0e0; /* 进度条背景 */    border-radius: 15px; /* 圆角进度条 */    height: 10px; /* 进度条高度 */    flex-grow: 1; /* 进度条占据剩余空间 */    margin-left: 10px; /* 左边距 */}.progress-bar {    background-color: #4caf50; /* 进度条颜色 */    height: 100%; /* 进度条高度 */    border-radius: 15px; /* 圆角效果 */}/* 小组件的样式 */.widget {    background-color: #ffffff; /* 小组件背景 */    border-radius: 10px;    padding: 15px; /* 内边距 */    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 阴影效果 */}

这个代码在你添加状态页之后复制进自定义css即可

这个纯属没事更新的文章,有不足欢迎在评论区讨论!

本站所有文章受 Axiom-CP 原创作品许可协议进行保护
Axiom-CP 原创作品许可协议详情

文章标题: 如何美化uptime kuma(水文章)
文章固定链接: https://www.memxb.top/archives/402
文章作者: 默小班

|´・ω・)ノ

ヾ(≧∇≦*)ゝ

(☆ω☆)

(╯‵□′)╯︵┴─┴

 ̄﹃ ̄

(/ω\)

∠( ᐛ 」∠)_

(๑•̀ㅁ•́ฅ)

→_→

୧(๑•̀⌄•́๑)૭

٩(ˊᗜˋ*)و

(ノ°ο°)ノ

(´இ皿இ`)

⌇●﹏●⌇

(ฅ´ω`ฅ)

(╯°A°)╯︵○○○

φ( ̄∇ ̄o)

ヾ(´・ ・`。)ノ"

( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃

(ó﹏ò。)

Σ(っ °Д °;)っ

( ,,´・ω・)ノ"(´っω・`。)

╮(╯▽╰)╭

o(*////▽////*)q

>﹏<

( ๑´•ω•) "(ㆆᴗㆆ)

😂

😀

😅

😊

🙂

🙃

😌

😍

😘

😜

😝

😏

😒

🙄

😳

😡

😔

😫

😱

😭

💩

👻

🙌

🖕

👍

👫

👬

👭

🌚

🌝

🙈

💊

😶

🙏

🍦

🍉

😣

Source: github.com/k4yt3x/flowerhd

Source: https://github.com/MengXi2021/Argon-Emoji-DailyNotes

Source: https://github.com/Ghost-chu/argon-huhu-emotions

Source: github.com/zhheo/Sticker-Heo

颜文字

Emoji

小恐龙

花!

每日手帐

呼呼

Heo

B站基础表情

B站节日表情

B站游戏表情

B站活动表情