菜单
本页目录

侧边栏添加mac操作栏

进入themes/theme-Joe3/templates/modules/widgets/asideWidget.html 在指定位置添加<span class="title-right_icon"></span> 首页文章卡片顶部添加 进入/themes/theme-Joe3/templates/index.html 在指定位置添加<span class="title-right_icon"></span>

mac操作栏css代码如下

/* 侧边栏的卡片添加一个仿mac操作栏 */
.joe_aside__item .title-right_icon {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d !important;
    width: 11px;
    height: 11px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    float: right;
    right: 55px;
    top: 17px;
} 


/*文章目录mac操作栏*/
.toc-container .title-right_icon {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d !important;
    width: 11px;
    height: 11px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    float: right;
    right: 55px;
    top: 17px;
}

/*首页文章卡片顶部mac操作栏*/
.joe_index__title-notice .title-right_icon {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d !important;
    width: 11px;
    height: 11px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    float: right;
    right: 550px;
}

moe备案

<!-- 修改开始 -->
<div class="site_life">
<i class="joe-font joe-icon-unreal"></i><a href="https://icp.gov.moe/?keyword=20220522" target="_blank" style="text-align: center;text-decoration: none;">萌ICP备20220522号(●'◡'●)ノ♥</a>
</div>
<!-- 修改结束 -->