标签:OWIN 播放 dom lex css htm 样式 tom 功能
index.js
index.js是入口文件,它将用户配置和默认配置合并然后将它放到window对象下,根据用户所选主题加载主题入口文件theme.js
theme.js
使用window对象下的用户配置对象,构建主题
theme.css
主题样式文件
acg
或 light
请将博客默认皮肤设为 Buildtowin
<script src="https://guangzan.gitee.io/awescnb-files/js/flexible.min.js"></script>
<script src="https://github923665892.github.io/awesCnb-G/index.js"></script>
<script>$.awesCnb({
// 主题
theme: {
name: 'acg', // 'acg' (默认) | 'light' | 待添加
color: '#FFB3CC' // #FFB3CC (默认) | random
},
// 代码高亮
highLight: {
type: 'atomOneDark' // 'atomOneDark' (默认) | 'atomOneLight' | 'github'
},
// 代码行号
lineNumbers: {
enable: true // true (默认) | false
},
// 文章目录
catalog: {
enable: true // true (默认) | false
},
// 音乐播放器
musicPlayer: {
enable: true, // true (默认) | false
type: 'APlayer' // 'APlayer' (默认) | 'iframe'
},
// 底部友情链接
links: [
{
name: 'theme awesCnb',
link: 'https://github.com/github923665892/awesCnb-G'
}
]
});
</script>
<section id='loading'>
<div class="sk-fold">
<div class="sk-fold-cube"></div>
<div class="sk-fold-cube"></div>
<div class="sk-fold-cube"></div>
<div class="sk-fold-cube"></div>
</div>
</section>
acg
已完成的功能欢迎啊 欢迎啊 欢迎啊
代码地址点我?
theme
文件夹下新建主题文件夹如 demo
demo.js
demo.css
, 注意js文件名称与文件夹名称一致有任何问题你都可以评论在最后。
标签:OWIN 播放 dom lex css htm 样式 tom 功能
原文地址:https://www.cnblogs.com/guangzan/p/11990887.html