Conversation
This was
linked to
issues
Dec 25, 2023
Open
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
后台
后端
图片文件不要使用时间戳命名,直接用photo_id/member_id,这样在相片更新的时候可以直接覆盖了无法这么处理,因为成员头像与投稿相片都处于同个目录当中,这就存在还是可以处理的,加前缀,投稿的就加上member_id与photo_id重合的可能性photo_前缀,成员的就加上member_前缀主页前端
“输入你的QQ号”组件在挂载后要能自动地聚焦(进入输入状态/弹起软键盘)safari是做不到自动焦距的拆掉多维数组的布局算法,改为一维数组这是一种过早优化,实际上做成了一维后反而会产生“抖动”的情况了。