Skip to content

基础配置

标题部分代码为

<title>Noise主页</title>

其中页面标题为main标签的about部分

 <div class="main">
        <div class="about">
            <h2 class="chtitle">欢迎访问<span>Noise</span>主页</h2>

标题后为标签部分,可自行修改

网址网站

你可以根据标签来找到,其中

 <h2 class="chtitle"><span>社交</span>媒体</h2>

为社交配置

 <h2 class="chtitle"><span>网站</span>合集</span>【滑动或左右键可切换】</h2>

为网站配置

组件部分

在main标签后已注释相关组件,其中包括

 <!-- rss订阅文字代码-->
 <!-- 弹出文字代码-->
 <!-- 隐藏式数字时钟-->
 <!-- 一言流动代码-->
 <!-- 手机端向下滑动提示-->
 <!-- 右侧菜单列表 -->
 <!-- 右键鼠标菜单列表 -->
 <!--音乐-->

核心

核心css为main.css、style.css

其中index.css、home.css为旧版本页面代码

核心js为main.js