diff --git a/docs/assets/favicon.png b/docs/assets/favicon.png new file mode 100644 index 00000000..fa2ccbd0 Binary files /dev/null and b/docs/assets/favicon.png differ diff --git a/docs/component/index.md b/docs/component/index.md index 98260ae6..ead7e943 100644 --- a/docs/component/index.md +++ b/docs/component/index.md @@ -1 +1,3 @@ -# 框架组件 \ No newline at end of file +# 框架组件 + +还没写到这里,不着急 \ No newline at end of file diff --git a/docs/event/index.md b/docs/event/index.md index 710180da..787224a4 100644 --- a/docs/event/index.md +++ b/docs/event/index.md @@ -1 +1,4 @@ -# 事件和注解 \ No newline at end of file +# 事件和注解 + +还没写到这里,不着急 + diff --git a/docs/javascripts/config.js b/docs/javascripts/config.js index 24b17acc..0e13c35f 100644 --- a/docs/javascripts/config.js +++ b/docs/javascripts/config.js @@ -3,7 +3,7 @@ hljs.initHighlighting() var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?3d2aafad13637de271f50351e873b776"; - var s = document.getElementsByTagName("script")[0]; + hm.src = "https://hm.baidu.com/hm.js?f0f276cefa10aa31a20ae3815a50b795"; + var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); -})(); \ No newline at end of file +})(); diff --git a/docs/test.md b/docs/test.md index 42ffaa4f..1096dab0 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1,4 +1,4 @@ -# 测试文档 +# 还没写完 ## 测试锚点1 diff --git a/docs/update.md b/docs/update.md index 1b6c0b78..70aca789 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1 +1,3 @@ # 更新日志 + +还没写到这里,不着急 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0d191fd5..2ed82926 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,8 @@ edit_uri: 'blob/master/docs/' theme: name: material logo: assets/logos.png + favicon: assets/favicon.png + language: zh features: - navigation.tabs extra_javascript: