BIGSING

Results 40 issues of BIGSING

The default i18n appears in the node_comodules directory, which is quite bad

## Description Describe the issue that you're seeing. ### Steps to reproduce Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible,...

![927fe34f73f57a7c2582afa0c5842b6](https://github.com/user-attachments/assets/27767c24-c9b5-4a59-861d-db94f499b5a4)

方法一: 常规读取的方式: ``` while (csv.Read()) { int columnIndex = 0; DataRow row = dt.NewRow(); foreach (DataColumn column in dt.Columns) { row[columnIndex] = csv.GetField(column.DataType, columnIndex); columnIndex++; } dt.Rows.Add(row); } ``` 方法二:...

feature

@ParkHanbum Which version of AOSP is used for this project

参考:https://github.com/x-nas/WinsockPacketEditor/issues/43

https://github.com/x-nas/WinsockPacketEditor 互相借鉴吧

![c18e4d1ac4c3e1763f4acd48fbbaf5b](https://github.com/user-attachments/assets/5fdb6a17-15de-4de7-afbf-48760b089683)

### 缺陷描述 / Bug description ### 版本信息 / Version Info - 影梭版本 / GoGoGo Version : - 系统版本 / OS Version : ### 复现步骤 / Steps to Reproduce 1. 2.

bug

很高兴能看到类似的工具,而且还是c#语言编写的,提一些想法和建议供参考。 1、侧边栏可以设置左边或右边,右侧边栏更符合使用习惯一些,当然可以设置最好; 2、侧边栏可以扩展,增加一些类似插件的东西,例如:提醒、理财、AI问答…… 3、侧边栏的空白区域可以添加一些最常用的图标,支持用户自己添加或从图标列表里右键导入; 4、输入框可以增加类似英文翻译、AI问答的功能,接入类似Deepseek的接口,让用户自己配置APIKEY; 我是自己写的自己用,因此比较粗糙,就没有开源出来,以下是效果图,参考,将来希望能用上您开发的软件。