wongdean
wongdean
修改成功了,写一下我的配置: ```conf location = /chat/ { alias /var/www/html/wordpress/chat/; index index.html index.htm; } location /api { proxy_set_header X-Real-IP $remote_addr; #转发用户IP proxy_pass http://127.0.0.1:3002; } ``` 然后,需要前端打包修改一个文件`vite.config.ts`,加一行(我加在了34行) ``` base: '/chat/', ``` 这样可以通过 `域名/chat...
抱歉,这个暂时无法做到,如果要通过第三方脚本切换,势必需要连接Rime和系统的API,暂时没有精力,非常抱歉。这个请求建议去rime主仓库提问
遇到的问题:macOS 12.6.3,安装完成后输入法添加里没有鼠须管候选项了。**重启解决**,供参考