Skip to content

Commit

Permalink
Gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ltadpoles committed Sep 17, 2019
1 parent c3fb3e0 commit 46478db
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CSS/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`css` 相关
`CSS` 相关
4 changes: 1 addition & 3 deletions JavaScript/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
`JavaScript` 相关

主要记录一些 `JavaScript` 方面的知识点和有趣的东西
`JavaScript` 相关
1 change: 1 addition & 0 deletions Other/面试相关/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
常见前端面试经典问题
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,20 @@
### | 版权

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />本<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">作品</span>采用<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">知识共享署名-相同方式共享 4.0 国际许可协议</a>进行许可

<link rel="stylesheet" href="https://cdn.bootcss.com/gitalk/1.5.0/gitalk.min.css">
<script src="https://cdn.bootcss.com/gitalk/1.5.0/gitalk.min.js"></script>
<div id="gitalk-container"></div>

<script>
var gitalk = new Gitalk({
clientID: 'b8e65b4c70537cf35da5',
clientSecret: 'b0df889c76f99bd601fd99f9f45e9504c3def189',
repo: 'web-document',
owner: 'Roamen',
admin: ['Roamen'],
id: location.pathname,
})

gitalk.render('gitalk-container');
</script>
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion React/react基础(三).md → React/react生命周期.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 概念

什么是声明周期
什么是生命周期

> 简单来说:一个组件从创建到最后消亡所经历的各种状态,就是一个组件的生命周期
Expand Down
33 changes: 33 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# Summary

* [首页](README.md)

* [HTML](HTML/README.md)

* [CSS](CSS/README.md)

* [JavaScript](JavaScript/README.md)
* [声明变量详解](JavaScript/JavaScript声明变量详解.md)
* [数据类型](JavaScript/JavaScript中的数据类型.md)
* [语句](JavaScript/JavaScript中的那些语句.md)
* [原型与原型连](JavaScript/JavaScript中的原型与原型链.md)
* [继承](JavaScript/JavaScript中的继承.md)
* [浅拷贝与深拷贝](JavaScript/JavaScript中的浅拷贝与深拷贝.md)
* [闭包](JavaScript/JavaScript中的闭包.md)

* [React](React/README.md)
* [基础一](React/react基础(一).md)
* [基础二](React/react基础(二).md)
* [生命周期](React/react生命周期.md)
* [组件通信](React/react组件通信.md)
* [RN环境搭建](React/RN环境搭建.md)

* [Webpack](Webpack/README.md)
* [基础配置](Webpack/webpack基础配置.md)
* [发布策略](Webpack/webpack发布策略.md)

* [面试相关](Other/面试相关/README.md)
* [HTML+CSS](Other/面试相关/前端面试题-HTML+CSS.md)
* [JavaScript](Other/面试相关/前端面试题-JavaScript.md)
* [Vue](Other/面试相关/前端面试题-Vue.md)
* [小程序](Other/面试相关/前端面试题-小程序.md)
* [Webpack](Other/面试相关/前端面试题-Webpack.md)
* [综合](Other/面试相关/前端面试题-综合.md)
22 changes: 13 additions & 9 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
"website": "Other/GitBook/style/website.css"
},
"plugins": [
"-lunr",
"-search",
"-lunr",
"-search",
"-sharing",
"-livereload",
"search-plus@^0.0.11",
"github-buttons@2.1.0",
"tbfed-pagefooter@^0.0.1",
"anchors",
"back-to-top-button",
"anchors",
"donate@^1.0.2",
"expandable-chapters-small@^0.1.7",
"anchor-navigation-ex"
"chapter-fold",
"code",
"advanced-emoji",
"edit-link"
],
"pluginsConfig": {
"github-buttons": {
Expand All @@ -36,15 +39,16 @@
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "Other/images/weixin.jpg",
"alipay": "Other/images/pay.jpg",
"wechat": "/Other/images/weixin.jpg",
"alipay": "/Other/images/pay.jpg",
"title": "",
"button": "",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"anchor-navigation-ex": {
"showLevel": false
"edit-link": {
"base": "https://github.com/Roamen/web-document/tree/master",
"label": "在Github上编辑此页"
}
}
}

0 comments on commit 46478db

Please sign in to comment.