{gird column="3" gap="15"}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{gird-item}
{/gird-item}
{/gird}
| 功能 | 介绍 |
|---|---|
| 主题样式 | 内置6种主题样式 |
| 多样式化 | 顶部 侧栏 均可自定义内容 |
| 评论样式 | 内置2种评论区样式 |
| 置顶文章 | 可在后台设置需要置顶显示的文章 |
| pjax加载 | 页面切换流畅度非常丝滑,几乎感觉不到卡顿 |
| 全局设置 | 导航栏丶内容栏丶侧边栏都可以自定义宽度 |
| 缩略图 | 默认显示内置缩略图,也可自定义随机缩略图(自动抓取文章中图片生成缩图插件) |
| 懒加载图 | 设置一个加载图,等图片完全加载出来了再显示文章的图 |
| 静态CDN | 可自定义网站的静态文件cdn加速 |
| 独立页面 | 内置多种独立页面,留言板丶闪念丶友链丶壁纸丶导航丶归档 |
| 短代码 | 编辑器多达40种丰富的短代码功能 |
| 其他功能 | 还有很多其他功能,已本站为准,本站有的功能都有 |
{dotted startColor="#ff6c6c" endColor="#73aaff"/}
{mp3 name="李琛 - 长安姑娘 (DJ伟然 Remix)" url="https://customer-service.cos.tx.xmcdn.com/storages/005a-customerservice/BE/8F/GKwRIRwNrVJLABAAAASHn69Y.mp3" cover="https://y.gtimg.cn/music/photo_new/T002R300x300M000003zQGuB0ghpPM_1.jpg" theme="#ff8040" /}
{dplayer src="https://aod.cos.tx.xmcdn.com/storages/4498-audiofreehighqps/74/7D/GAqhcW4NtA5EACAAAASKQtBM.mp4"/}
{bilibili bvid="BV1Yi4y1d7hd" page=""/}
{alert type="info"}
警告提示
{/alert}
{alert type="success"}
警告提示
{/alert}
{alert type="warning"}
警告提示
{/alert}
{alert type="error"}
警告提示
{/alert}
{message type="success" content="消息内容"/}
{message type="info" content="消息内容"/}
{message type="warning" content="消息内容"/}
{message type="error" content="消息内容"/}
{cloud title="默认网盘" type="default" url="" password=""/}
{cloud title="夸克网盘" type="quark" url="" password=""/}
{cloud title="迅雷云盘" type="xunlei" url="" password=""/}
{cloud title="360网盘" type="360" url="" password=""/}
{cloud title="百度网盘" type="bd" url="" password=""/}
{cloud title="天翼网盘" type="ty" url="" password=""/}
{cloud title="通城网盘" type="ct" url="" password=""/}
{cloud title="微云网盘" type="wy" url="" password=""/}
{cloud title="Github仓库" type="github" url="" password=""/}
{cloud title="蓝奏网盘" type="lz" url="" password="123456"/}
自定义自己想要的颜色 {abtn color="#73aaff" href="超链按钮" radius="" content=""/}
{自定义颜色按钮 {abtn color="#408080" href="超链按钮" radius="" content=""/}
{dotted startColor="#ff6c6c" endColor="#73aaff"/}
{hide}
需要隐藏的内容
{/hide}
{progress percentage="88" color="#ff6c6c"/}
{progress percentage="" color="#00ff00"/}
| 表头 | 表头 | 表头 |
|---|---|---|
| 表格 | 表格 | 表格 |
| 表格 | 表格 | 表格 |
| 表格 | 表格 | 表格 |
const obj = {
name: 'hi',
age: 18
}
// 判断某个属性是否在对象里
console.log('name' in obj)
// 删除对象某个属性
console.log(delete obj.name)
// 将对象的属性名提取成数组
console.log(Object.keys(obj)){tabs}
{tabs-pane label="标签一"}
标签一内容
{/tabs-pane}
{tabs-pane label="标签二"}
标签二内容
{/tabs-pane}
{/tabs}
{timeline}
{timeline-item color="#19be6b"}
正式上线
{/timeline-item}
{timeline-item color="#ed4014"}
删库跑路
{/timeline-item}
{/timeline}
{lamp/}
{collapse}
{collapse-item label="折叠标题一" open}
折叠内容一
{/collapse-item}
{collapse-item label="折叠标题二"}
折叠内容二
{/collapse-item}
{/collapse}