TinsFox
TinsFox
Need to handle the situation of jumping to non-existent pages
> Thanks for submitting the PR! This feature is really useful, but it looks a bit off visually. The pagination component itself has a lot of room for improvement, and...
@yetone 增加多模型同时翻译怎么样?可行的话我可以来个 PR
> 关注实际框架和election结合需要改动的东西,比如路由配置,因为离线包是需要绝对路径的,umi默认又是相对路径,所以打包出来是不能双击打开index.html的,业务层主要解决这些问题,各个框架也可以调用基础层来实现快速生成election的效果 `umi默认又是相对路径` 这里的相对路径指的是打包之后的 `index.html` 里面的 js/css 的路径吗?我这里打包出来的是绝对路径 双击能打开的是相对路径吧?🤔 这里面是因为 Electron 解析的原因,SPA 下的路径解析找不到,可以使用 [electron-serve](https://github.com/sindresorhus/electron-serve) 解决,或者修改 Electron 的 协议,参考 electron-serve 源码 > 签名 Electron 的签名主要是因为自动更新的时候需要使用,尤其是 macOS 下,macOS 下没有签名是做不了 自动更新的。 BTW,`Electron` 不是...
> @TinsFox hi bro, did you find any way to build desktop successfully? I haven’t devoted much energy to research recently🤣
Where should I run it? I now execute `yarn dev` in `packages/frontend/core` and `packages/frontend/electron` The following is my operation video [Demo Video](https://buckets.tinsfox.com/Export-1701689785504.mp4)
It works successfully, but I think there is a potential bug.
是不是开一个RFCs仓库集中讨论会比较好呢
初始化遇到同样的问题,初始化 `redis` 报错,没有修改过 `docker-compose.yml` 文件 
I'm very sorry, I just saw that the project uses antfu's eslint configuration, and antfu does not use prettier. Maybe my PR should be closed. But there are some issues...