0xasahi / neogroup

Donation: https://ko-fi.com/neogroup
https://neogrp.club/
MIT License
12 stars 5 forks source link

fix: topic title&menu icon click&grouCard href #4

Closed anig1scur closed 1 year ago

anig1scur commented 1 year ago

修复一些小问题:

  1. topic 页面 title
  2. mobile 版 menu icon 不可点击的问题
  3. 新增 groupCard href

已经将 build 后的文件上传, deploy 时更新静态文件即可,无需再手动 yarn build (虽然这种方式很不现代化)


preview https://anig1scur-probable-space-bassoon-jqx65gr7g973pw7w-8000.preview.app.github.dev

0xasahi commented 1 year ago
common/static/react/group.js
common/static/react/style.css

@anig1scur 刚注意到,这两个文件是不是不应该提交?是build出来的才对 代码我先合并了,后续探讨

0xasahi commented 1 year ago

@anig1scur 最新代码已部署

anig1scur commented 1 year ago
common/static/react/group.js
common/static/react/style.css

@anig1scur 刚注意到,这两个文件是不是不应该提交?是build出来的才对 代码我先合并了,后续探讨

是的,按照现代化流程 应该交给 ci 或者什么去 build ,但是这不是完全前后端分离稍稍有点困难么,现在这是比较传统的本地 build + html 嵌入方式


你那边有什么集成的好方式吗?