Trim21
Trim21
https://gist.github.com/Trim21/b930f98e000c7024b41de74f92d192aa#file-timeline-php-L668-L688 这里的获取用户端类型在重构版中有对应的函数吗 _Originally posted by @TWT233 in https://github.com/bangumi/server/issues/217#issuecomment-1279692516_
试了一下无论是主站搜索还是新API的搜索都能搜到 用的是旧的搜索API吗?
consider we still support python2.7, this PR add type stub instead of inline types.
> Dictionaries are encoded as a 'd' followed by a list of alternating keys and their corresponding values followed by an 'e'. For example, d3:cow3:moo4:spam4:eggse corresponds to {'cow': 'moo', 'spam':...
progressbar it not very useful in ci and make log too noisy, can we add a option to disable progressbar?
**Is your feature request related to a problem? Please describe.** No not related to a problem. I'm using ` fastapi.security.api_key.APIKeyCookie` as a depends and it may raise `HTTPException(403, detail="Not authenticated")`...
https://github.com/bangumi/frontend/pull/473#discussion_r1156686423 不太确定是不是需要 `vite dev` 的情况下会watch `*.module.less` 然后生成对应的 `.d.ts`. 试了一下似乎还是得生成 `*.module.less.d.ts`,生成 `*.module.d.less.ts` 并不能被正确识别... --- 这里构建失败是因为之前写的有bug... 这个 `editorItemCursor` 在runtime是不存在的。 需要 @FoundTheWOUT 修一下 ```text src/pages/index/subject/[id]/components/WikiBeginnerEditor.tsx:84:34 - error TS2339: Property 'editorItemCursor' does not exist...
[设计稿 ](https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=2666%3A9575&t=uUz5CLyoLcRof3zU-0) api: https://github.com/bangumi/GraphQL/blob/master/docs/socket.io.md#获取通知 现在用的是socket.io,可以在websocket不能工作的情况下fallback回polling。 但我们并不需要全双工,而且cf的服务器支持HTTP2/HTTP3,所以也可以考虑用sse。 netlify 不能代理 sse,还是用socket.io 吧 可以基于 https://github.com/bangumi/frontend/pull/239 继续做...
https://sites--bangumi-next.netlify.app/subject/363612/wiki/edit_detail 错误响应应该弹一个toast
页面设计:https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=3101%3A10839&t=W5OYcWukJRZmFrVQ-0 Website 组件/物料: - [x] Header https://github.com/bangumi/frontend/pull/52 - [x] Footer https://github.com/bangumi/frontend/pull/56 物料设计: https://www.figma.com/file/jW61odhQl5lZzhY4CqvvSF/Web-Page?node-id=16%3A450 页面: - [x] 维基编辑页 URL `subject/${id}/edit` https://github.com/bangumi/frontend/pull/312 - [ ] 人物关联修改 - [ ] 角色关联修改 - [...