mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
feature:
调整readme和footer
This commit is contained in:
15
README.md
15
README.md
@@ -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>
|
||||
## 亮点 ✨
|
||||
|
||||
**🚀 秒开,设备全适配**
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 352 KiB |
|
Before Width: | Height: | Size: 767 KiB After Width: | Height: | Size: 767 KiB |
Reference in New Issue
Block a user