transtone

Results 59 comments of transtone

`windows11 22621` 和 `windows11 Insider Preview 25206` 用着暂时都没什么问题。 Tray 方式和 Service 方式都能用。 不管用哪种方式,都必须先用`MacWiz`设置一下。有字体替换的,要确保安装了字体。 ![image](https://user-images.githubusercontent.com/46688/204070431-0dab5b50-9609-4c46-bd99-d882d5bef575.png)

> 这个东西暂时不会放到文档里面,目前还不计划作为公开特性 已经两年了,这个特性还在,是稳定了吗?

@kimip Could you please share your patched drivers?

https://github.com/nuxt/nuxt/issues/25016

> +1 同样的问题,去掉了自动导入,用了一段时间,组件内按需加载也会出现相同的问题 @itangqiao 用起来有什么问题没有?我这边只发现了后台警告,倒没发现什么前端异常,战战兢兢啊。 https://github.com/x-extends/vxe-table/blob/7d062132a2af9393ac61ba2fd45f47f80d1d1ec5/packages/table/src/table.ts#L5832 搜了一下源码,这个 `setupTable` 是个钩子函数,不知道干什么用的,也不知道为什么就覆盖它了。

出现提示的几个地方: https://github.com/x-extends/vxe-table/blob/a34a749ba7396b648eafc40a13594340d3135da9/packages/locale/lang/zh-CN.ts#L26 https://github.com/x-extends/vxe-table/blob/ebf08b87fb4361de1a1a4c208305014fa78c429d/packages/v-x-e-table/src/store.ts#L25-L31 https://github.com/x-extends/vxe-table/blob/5ea78d1cc22b1bfb256ac2d08df70badb0eb2051/packages/v-x-e-table/src/renderer.ts#L696-L701 全部加了开发环境检测,照这么说生产环境不会受影响?

已确认,在最开始引入VXETable的时候就报警告了。 ```js import VXETable from 'vxe-table' import 'vxe-table/lib/style.min.css' export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VXETable) }) ``` 这个时候还没有任何 vextable 实例呢。

vue3+vex-table-4.5.21 使用 xGrid.toggleCheckboxRow(row) 的时候也有类似问题,非常卡顿。只有50条数据。

> @transtone hi, can you make a PR? ```lua -- // KeyMatch5Func is the wrapper for KeyMatch5. function BuiltInFunctions.keyMatch5Func(args) BuiltInFunctions.validateVariadicArgs(2, args) return BuiltInFunctions.keyMatch5(args[1], args[2]) end -- KeyMatch5 determines whether key1...