chenxuuu

Results 91 comments of chenxuuu
trafficstars

Here is another error example: https://oldswf.com/game/71121 Text is not correct and invisible, but it can copy out. It shound decode as GB2312(included by GBK), not Windows-1252 ```text ÄãÐÑÀ²£¡Äã½ñÔç´Óº£ÉÏÆ¯µ½Õâ¸ö ``` ![Image](https://github.com/user-attachments/assets/7db16aab-6390-4258-bace-e665e4bff5c2)

I try to change all Windows-1252 to GBK in project, it works fine for my games. maybe this need to provide a config param for user?

一个板子用at固件,另一个板子用esp32c3代码改改刷进去就行了,连wifi部分逻辑稍微改改

不分包无法触发接收脚本?这是bug了 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2025年3月1日(周六) 上午10:37 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [chenxuuu/llcom] 能否做一个分包,但是不显示时间戳的功能 (Issue #190) 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe. 现在的版本下,如果不开启分包功能,就无法触发接收脚本, 但是开启分包就会在每条数据前有时间戳,而且无法完整复制, 描述您想要的解决方案...

那可能当时设计的就是这样? 从直觉上来说不分包确实也没有处理的必要,用户自己判断分包截断太麻烦了 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2025年3月2日(周日) 中午1:58 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [chenxuuu/llcom] 能否做一个分包,但是不显示时间戳的功能 (Issue #190) 从代码上来看,不分包就是不会触发的 https://github.com/chenxuuu/llcom/blob/080a6684c707d8b31967249fc360d185b6b711fd/llcom/Pages/DataShowPage.xaml.cs#L79 https://github.com/chenxuuu/llcom/blob/080a6684c707d8b31967249fc360d185b6b711fd/llcom/Pages/DataShowPage.xaml.cs#L97 — Reply to this email directly, view it on...

参考 https://github.com/chenxuuu/llcom/issues/34 试试看?

提供一下设备管理器该设备的截图吧

这只是不同字体的显示效果,并不是作了特殊处理 ![Image](https://github.com/user-attachments/assets/8141cbc2-4551-48f1-b000-4040aa2fe7f5)

你要是可以提供一个字体的话,可以尝试嵌入进去看看效果