Qingyu Deng
Qingyu Deng
**你想添加的新功能** 私有小组概览接口 **你希望的解决方案** 新增接口 GET `/p/group/${name}` 期望返回: | 字段 | 类型 | 意义 | |---|---|---| | `title` | `string` | 小组名称 | | `created_at` | `string` | 创建时间,格式 `YYYY-MM-DD HH:mm`...
## Question I'm a bit confused on how to develop and build a docz website with gatsby. According to [document](https://www.docz.site/docs/getting-started#build), `yarn docz dev` or `yarn docz build` should be used...
设计: https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=1272%3A3740&t=tKoW0IziY9Rn1FBQ-0 TODO: - [ ] 同步设计稿新改动 - [ ] reactions ## reactions 设计稿 https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF?node-id=1376:5183#414367557 API 见新响应新字段 https://github.com/bangumi/frontend/pull/540 这里的值跟具体表情之间要map好几次,我不太清除为什么sai老板一开始要这么写... https://github.com/trim21/bangumi-server-private/blob/478f6d8e298c434a197c13456b160a46f606e9dd/lib/orm/entity/like.ts#L33
- [ ] 概览 tab - [x] title - [x] Wiki box - [x] 简介 - [ ] 出演 - [x] 关联条目 - [ ] CV 信息 暂无法获取 - [...
还缺少的: - [ ] 用户登出 - [x] 异常状态提示 - [x] 用户登录入口
开发启动前的待解决问题
这个 Issue 列出正式开发前待讨论/待解决的问题: - [x] CSS 预处理/后处理:LESS 好了 - [x] CSS linter? - [x] 贡献指南 https://github.com/bangumi/frontend/pull/26 - [x] Mock 框架:msw - [x] 使用 husky / 配合 husky,增加 eslint、commitlint 欢迎补充
- 组件库不使用 CSS Module, 但仍需要一定规范避免组件库内的类名冲突,如 [BEM](http://getbem.com/), #39 里类似这种命名规范? - 根据 Slack 里 Sai 老板给的用户浏览器分布,可以确定下支持浏览器的范围(IE 可以不支持了!bgm38) - Edge - Chrome - Firefox - Andriod - iOS 国产移动端浏览器,个人是感觉...不用兼容,开发起来问题挺多的。(但是修复问题的 PR 是欢迎的) Refs: 1....
设计:https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=0%3A1 公用组件 页面:
Add documents for constructors of both `tty.ReadStream` and `tty.WriteStream`. Fixes: https://github.com/nodejs/node/issues/37780