888go
888go
https://github.com/golang/go/issues/52918 我去提交了. 人家说正常.... ------------ 主要是像我一样不懂英文的新人拉取下来, 第一次运行不起来, 就会认为是库没人维护了, 库有问题. 其实自己改改文件夹名称就行. 
错误:panic: Failed to find XEditor_SetStyleFunction procedure in xcgui.dll: The specified procedure could not be found. 备注: 自带的代码编辑框的demo, 出错. 把 3.3.3的dll复制过来又可以. 是否这个函数被删除了? 
### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...
### 1. What version of `Go` and system type/arch are you using? win, go1.19.1 386 ### 2. What version of `GoFrame` are you using? [email protected] ### 3. Can this issue...
提个好建议...
建议可视化编辑器增加一个"移动端定制配置", 就是mobile 属性. 现在是只能写在代码里面. 但是这个功能又需求频繁, 用习惯了编辑器, 经常会忘记以前写过mobile 属性. 这个功能爱速搭应该也很需要吧, 现在企业管理软件都讲究pc和手机同步. 否则就得开发两套系统. 
提个想法
比如说定义以下结构: type User struct { Name string `bson:"name"` Age int `bson:"age"` } 查询的时候或者更新的时候, 像下面这样, 有可能会拼错"name" update.Set("name", "Mingyong Chen") 或者后期重构的时候, 也有可能漏改了部分的"name" 有没什么方式能从User结构里面直接获取名称, 你有这种困扰么? 另外一个想法, qmgo索引支持有点差, 比如全文索引创建和列出索引就没实现. 我感觉索引很重要, 不知道为啥他们不咋关心这
用layui, 不会vue, 有编译好的cdn吗? 直接调用那种.
窗口尺寸变化, 会影响到选区 