改不了一点儿

This commit is contained in:
张梦南 2025-03-03 19:06:47 +08:00
parent 9d09c8c8c9
commit 742346ea7a

View File

@ -18,7 +18,7 @@
</head> </head>
<body> <body>
<header> <header>
<input type="text" id="search-input" placeholder="搜索工具..." /> <input type="text" id="search-input" placeholder="搜索工具...." />
<button class="toggle-menu" id="toggle-menu"></button> <button class="toggle-menu" id="toggle-menu"></button>
<button id="fullscreen-button" class="fullscreen-btn"> <button id="fullscreen-button" class="fullscreen-btn">
<span class="icon">&#x26F6;</span> <span class="icon">&#x26F6;</span>
@ -206,5 +206,6 @@
<script src="javascape/scroll.js"></script> <script src="javascape/scroll.js"></script>
<script src="javascape/search.js"></script> <script src="javascape/search.js"></script>
<script src="javascape/sidebar.js"></script> <script src="javascape/sidebar.js"></script>
</body> </body>
</html> </html>