opensource-f2f / website

《开源面对面》官网
https://osf2f.net
Apache License 2.0
45 stars 14 forks source link

feat: add ai-assistant link & add home button & add a qrcode #68

Closed xiaowangxiaowang256256 closed 8 months ago

xiaowangxiaowang256256 commented 8 months ago

本次功能新增说明: 1、在网站全局添加了 AI小助手图标,及link入口 #62 2、所使用的图片,署名了出处及协议内容 3、当产生视觉遮挡时,可点击close按钮,缩小图标显示 4、功能:网站左上角 新增home按钮 #69 5、功能:添加微信公众号二维码 #30

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opensource-f2f-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2024 9:06am
xiaowangxiaowang256256 commented 8 months ago

为本功能引入 element-plus 似乎有些没必要,考虑到它会增加 bundle size 因为我们有了 unpluin-icons,所以没有必要使用 @element-plus/icons-vue 我们可以考虑把版权声明页面底部 这是一个很专业的建议。我的代码已调整,请审查。

xiaowangxiaowang256256 commented 8 months ago

Tweaked some design details of AI assistant

  • Moved to the right-bottom corner.
  • Memorize the state of if show AI assistant

This looks great