Rantetsu Inori

Results 128 comments of Rantetsu Inori

根据最新会议讨论,目前网页版不会实现账号切换功能,仅会在本地客户端中实现。 According to the latest meeting discussions, the account switching feature will not be implemented in the webpage at present, but will only be implemented in the native application.

`text-spacing` 实际上是 `text-spacing-trim` 和 `text-autospace` 两个属性的简写。

This should depend on the language of the comment, if the language of the comment is Chinese, Japanese, or Korean, it should be justified alignment, and left alignment for other...

奇怪,不是可以为空格吗?你没更新? https://github.com/KIRAKIRA-DOUGA/KIRAKIRA-Cerasus/blob/develop/i18n%2Flocales%2FChinese%20Simplified.ts#L394-L394 > 1~20个字符,仅可包含数字、大小写拉丁字母、越南语字母、汉字、常用平/片假名、现代谚文音节、特殊符号 「-」 「_」 **以及非前导尾随连续空格**。 但仅包含空格应该是无效的。

试试能不能在开启 offcanvas 的时候突变成现在的形式,关闭时则变成根元素滚动形式?

主要我没 iOS 设备,也没法进行测试调试。 很烦。

> ```ts > ButtonHTMLAttributes > ``` I am just using the button as an example and should actually support all elements.

I found the solution. In file `@vue/runtime-core/dist/runtime-core.d.ts`, find the type declaration of `ComponentPublicInstance`, then change its property `$props` from ```ts $props: Prettify; ``` to ```ts $props: Prettify; ``` Where type...