修复服务区样式缓存问题
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
.services-section {
|
||||
position: relative;
|
||||
scroll-margin-top: 24px;
|
||||
padding: 30px 42px 34px;
|
||||
background: rgba(255, 255, 255, 0.78);
|
||||
border: 1px solid rgba(215, 226, 242, 0.95);
|
||||
@@ -49,7 +50,7 @@
|
||||
|
||||
.services {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
|
||||
+4
-4
@@ -6,9 +6,9 @@
|
||||
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、Syncthing、Gemini 与 DeepSeek 等常用服务导航。" />
|
||||
<meta name="theme-color" content="#f7fbff" />
|
||||
<title>sumi.work - 服务入口</title>
|
||||
<link rel="stylesheet" href="assets/css/base.css" />
|
||||
<link rel="stylesheet" href="assets/css/layout.css" />
|
||||
<link rel="stylesheet" href="assets/css/components.css" />
|
||||
<link rel="stylesheet" href="assets/css/base.css?v=20260509-1" />
|
||||
<link rel="stylesheet" href="assets/css/layout.css?v=20260509-1" />
|
||||
<link rel="stylesheet" href="assets/css/components.css?v=20260509-1" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
@@ -175,6 +175,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="assets/js/main.js"></script>
|
||||
<script src="assets/js/main.js?v=20260509-1"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user