代小呆

Results 9 issues of 代小呆

## Description See #1378. Please note this is a prototype and need future discussions. Please carefully read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) before making any pull requests. And,...

enhancement
feature

**Is your feature request related to a problem? Please describe.** The Anime Game's key gameplay is about getting resources. To pull gacha, collect materials in the big world, kill monsters...

enhancement
suggestion

目前应用锁的密码似乎是明文存储的,为安全考虑是否应该加盐后哈希保存?

enhancement

很多 API 在返回时都会使用状态码标识返回结果,因此可能会出现多种非“正常”但有效的状态码。目前 ClientWorker 在遇到非 200 或手动设置的状态码时会失败,而预期应将“合理”失败的结果(4xx)正确返回给前端。

# Feature request ## Is your feature request related to a problem? Please describe. There is a scenario that we need to close the connection and shut down the realtime...

enhancement

Why not break it? will fix in #1028 related to OI-Wiki/OI-Wiki#4196 OI-Wiki/OI-Wiki#4497 OI-wiki/mkdocs-material#37

目前目录是由一个 `src/` 下写死的文件 `sidebar.yaml` 统一维护的。为便于维护,试提出一种新的目录格式。 1. 目录保存在 docs 目录下,与文档文件同级 2. 目录按层级拆分为不同文件 3. 一般使用名称 `index.yml` index.yml 应提供一个数组,其中包含当前项其下的子目录和页面。 单项只提供一个字符串时,表示文档的文件名,标题由文档元数据提供;提供一个 **只有一项的 K-V Pair** 时,K 表示标题,V 表示文件名。 对于子目录,必须提供一个标题。只有子目录文件需要提供文件扩展名按文件搜索,其余的文档路径以Gatsby创建的页面路径为准。 在解析文件名时,以当前 index 文件所在目录为相对目录。文件名前有 `/` 的以文档目录顶部目录开始解析 例如:...

need discussion

- 用来表示一道题目的组件 - 可以从预定义的几种来源按题号增加或是直接使用链接 - 使用方法也许可以从 note 上魔改 一种可能的方法: ???+problem luogu P1001 .... - 支持显示题目来源、题号,点击跳转到相应OJ、题目描述 - 题目标程、空间时间限制...?

enhancement