调整readme和footer
This commit is contained in:
tangly1024
2021-11-25 12:41:41 +08:00
parent 4a5083d114
commit 6806a346e1
4 changed files with 7 additions and 10 deletions

View File

@@ -18,15 +18,6 @@
</p>
演示地址:[https://www.tangly1024.com/](https://www.tangly1024.com/)
<details><summary>截图</summary>
<img src='https://github.com/tangly1024/NotionNext/blob/main/screenshot2.png?raw=true'/>
</details>
<details><summary>其他曾用主题样式</summary>
<img src='https://github.com/tangly1024/NotionNext/blob/main/screenshot.png?raw=true'/>
</details>
## 亮点 ✨
**🚀 &nbsp;秒开,设备全适配**
@@ -75,7 +66,13 @@
## 页面样式主题
- 仿照 [fukasawa](https://andersnoren.se/themes/fukasawa)
<details><summary>fukasawa截图</summary>
<img src='https://github.com/tangly1024/NotionNext/blob/main/docs/screenshot-fukasawa.png?raw=true'/>
</details>
- 仿照 [youtube](https://youtube.com)
<details><summary>youtube截图</summary>
<img src='https://github.com/tangly1024/NotionNext/blob/main/docs/screenshot-youtube.png?raw=true'/>
</details>
## License

View File

@@ -7,7 +7,7 @@ const Footer = ({ fullWidth = true }) => {
<footer
className='bg-gray-800 dark:bg-black dark:border-gray-900 border-t flex-shrink-0 justify-center text-center m-auto w-full text-gray-400 text-sm p-6'
>
<span className='fa fa-copyright leading-6'> {` ${y}`} <span> <a href='https://www.tangly1024.com/article/about' className='underline font-bold text-gray-100'>tangly1024.com</a>. Powered by <a href='https://notion.so' className='underline font-bold text-gray-100'>Notion</a> & <a href='https://vercel.com' className='underline font-bold text-gray-100'>Vercel</a>.</span> </span>
<span className='fa fa-copyright leading-6'> {` ${y}`} <span> <a href='https://www.tangly1024.com/article/about' className='underline font-bold text-gray-100'>tangly1024.com</a>. Powered by <a href='https://notion.so' className='underline font-bold text-gray-100'>Notion</a> & <a href='https://github.com/tangly1024/NotionNext' className='underline font-bold text-gray-100'>NotionNext</a>.</span> </span>
<br />
<span className='fa fa-shield leading-6 mr-2'> <a href='https://beian.miit.gov.cn/' className='ml-1 font-bold'>闽ICP备20010331号</a></span>
<span > <a href='/article/privacy-policy' className='ml-1 font-bold underline'>隐私政策</a></span>

View File

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 352 KiB

View File

Before

Width:  |  Height:  |  Size: 767 KiB

After

Width:  |  Height:  |  Size: 767 KiB