Open iswangyk opened 1 month ago
Please follow the issue template to update title and description of your issue.
这里的插件数据存储在 store中, 只要保证这个store的数据能同步,就可以跨设备使用
这里的插件数据存储在 store中, 只要保证这个store的数据能同步,就可以跨设备使用
Thanks @lloydzhou 有点疑惑,怎么找到这个store呢,我是用docker部署,本地用浏览器打开,是在cookie里吗
这个store之前在locastorage里面,现在应该在indexeddb里面
现在有一个内置插件的方式:
/plugins.json
拿到一个内置的插件列表,进行初始化。Contributor
我用docker-compose 部署,把自己的 plugins.json 映射 也成功了 volumes:
我看你在 #20 里面已经解决了
我看你在 #20 里面已经解决了
对。另一个问题是对于没有托管在 github的schema (openai.json / openai.yaml), 也是无法通过plugin.json 内置 ; 比如gapier 和 webpilot.
我只能Fork你的把这俩加上去
有没有可能通过docker配置plugin,这样切换设备就不用重新配置了