Skip to content

Commit

Permalink
feat: 修改 readme 和更改整站 font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate1999 committed Jul 17, 2022
1 parent c6c1f0d commit 7081a37
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 85 deletions.
47 changes: 45 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
## 增加文档规范
## 项目介绍

本项目基于 [Digital-Support-Notes](https://github.com/PatelN123/Digital-Support-Notes)修改,内容为前端相关, 如果对您有帮助,不妨给本项目来个 start ⭐️,感谢您的支持!


## 项目规范

### 增加文档规范

现在文档书写流程简化成只需要配置根目录下的 `sidebarConfig.js` 文件,内附说明。

> 注意,每个文档目录需要添加一个 `index.mdx` 入口文件,对应落地页,可添加一段描述,例:`design-pattern/index.mdx`
> 注意,每个文档目录需要添加一个 `index.mdx` 入口文件,对应落地页,可添加一段描述,例:`design-pattern/index.mdx`

## 申明

博客中的每篇文章都是我一字一句敲出来的,如需转载,请附上原文链接,表示对原作者的尊重。谢谢合作!

本站以**分享互联网经验、学习知识为目的**,所有文章所涉及使用的工具、资源等均来自互联网, 仅供学习和研究使用,版权归作者所有,如果无意之中侵犯了您的版权,请来信告知。本站将在第一时间删除!另外, 本站内的文章多为博主原创,大部分是由 CSDN、掘金、公众号等平台搬迁过来,仅供学习交流之用,不参与商业用途。

遵守相关法律法规,由于本站资源部分来源于网络,开发也是使用开源模板,故无法核实资源侵权的真实性,无论出于何种目的要求本站删除内容,“您”均**需要提供相关证明,否则不予处理**

## 排版

笔记内容按照 <a href="https://mazhuang.org/wiki/chinese-copywriting-guidelines/">中文文案排版指北</a>进行排版。

## 结尾

一起交流学习可以加企鹅群【666151691】


<font color=chocolate>欢迎关注微信公众号:小狮子前端</font>

![](https://img-blog.csdnimg.cn/img_convert/43c196751f4984c71011557d06e7e9b6.png)

可以联系到我,谢谢您的支持!✿✿ヽ(°▽°)ノ✿

## Contribution

Thank you to all the people who already contributed to my project!

<a href="https://github.com/LionCubFrontEnd/docs/graphs/contributors"><img src="./contributors.svg?width=890" /></a>

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2022-present, Chocolate199
2 changes: 1 addition & 1 deletion src/components/ContextSwitcher.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const ContextSwitcher = ({ className }) => {
aria-hidden="true"
alt={context.name}
/>
<span className="lv0_link block truncate text-text">
<span className="lv0_link block truncate text-text text-base">
{context.name}
</span>
<span className="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2">
Expand Down
Loading

1 comment on commit 7081a37

@vercel
Copy link

@vercel vercel bot commented on 7081a37 Jul 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.