We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
完成管理员群发消息、公告页面相关功能
The text was updated successfully, but these errors were encountered:
公告页:是is_notice为true的Page 公告页面与普通页面的区别:公告页面的评论部分为“公告”和“用户评论”,普通页面则是“精彩评论”和“最新评论” 建议的后端实现:添加一个NoticeController, 写出管理员添加和删除公告的方法。定义公告为特殊的评论,其 position 字段为 "notice"。添加新的路由指向这个Controller的两个新方法。
Sorry, something went wrong.
lmtss
Shengneup
No branches or pull requests
完成管理员群发消息、公告页面相关功能
The text was updated successfully, but these errors were encountered: