Alex3236

Results 13 issues of Alex3236

## 问题 如图,目前分组数量显示的 Badge 默认情况下是椭圆,多个数字时变成长轴更长的椭圆。 ![image](https://user-images.githubusercontent.com/45303195/159481339-015a3c48-58e5-4b7a-bffd-6f8a99c82bbf.png) ![image](https://user-images.githubusercontent.com/45303195/159481372-8ba211a2-5f0e-4a07-8c6c-eabf8a7a2172.png) ## 预期行为 如图所示,无论几位数字,Badge 应保持药丸状。 ![image](https://user-images.githubusercontent.com/45303195/159482108-7501729a-fb7e-4c67-9af6-3517db1b550d.png) ![image](https://user-images.githubusercontent.com/45303195/159481714-7185954c-d755-4bf0-ba3e-2d01b993a7f2.png) ## 补充 当然 这并不是什么严重的问题 只是 Badge 弄成椭圆比较丑,不符合 UI 风格(

现在的样子有的暗有的亮,非常不舒服。 从 iconfont 找了一些我觉得合适的,供你们参考(包括了当前主题支持的所有社交网络) [ZIP文件](https://files.catbox.moe/i4rzhn.zip)

**Describe the bug** ``` java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1620) at io.github.cottonmc.cotton.gui.client.CottonHud.lambda$static$0(CottonHud.java:30) at net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback.lambda$static$0(HudRenderCallback.java:27) at net.minecraft.class_329.handler$zgc000$render(class_329.java:1529) at net.minecraft.class_329.method_1753(class_329.java:415) at net.minecraft.class_757.method_3192(class_757.java:858) at net.minecraft.class_310.method_1523(class_310.java:1122) at net.minecraft.class_310.method_1514(class_310.java:737) at net.minecraft.client.main.Main.main(Main.java:236) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at...

bug

If different plugins register the same command, MCDR adds them to the command tree separately. That implies a conflict. Consider the following scenario: plugin A registers `!!tp ` and plugin...

WAI

Currently, the Algolia index runs every 2 days at 17:00. This results in a lot of unnecessary reindexing, and users may be redirected to an invalid link when searching. So...

Create a bold link to the "Quick Start" part of the documentation after the description in the README, guiding the user to get started quickly, just like [PluginCatalogue](https://github.com/MCDReforged/PluginCatalogue) or [Hexo](https://github.com/hexojs/hexo)....

documentation

As [PEP 668](https://peps.python.org/pep-0668/), pip will refuse to install module in a externally-managed-environment under specific conditions. For example, if you try to install MCDR by `pip3 install` on Debian 12, error...

documentation
low priority

提供一个选项,如果仅有部分文件无法备份,那么允许用户忽略错误,形成不完整备份并输出失败的文件列表。用户可以选择保留或删除这个不完整备份。

enhancement