😮完善前端页面,实现暗色匹配
This commit is contained in:
@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="zh-CN" data-theme="light">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>文章卡片展示</title>
|
||||
<link rel="stylesheet" href="./static/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="random-article" class="random-article"></div>
|
||||
<div id="random-article"></div>
|
||||
<div id="articles-container" class="articles-container"></div>
|
||||
<button id="load-more-btn">显示更多</button>
|
||||
|
||||
@ -21,4 +23,5 @@
|
||||
</div>
|
||||
<script src="./static/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user