tgxhx
tgxhx
When I use ChatGPT, it shows loading but nothing happens, and the console gives me an error: ChatGPT error: Could not establish the connection. The identifiers end does not exist....
项目名称:[基于vue的material design风格的cnode社区](https://github.com/tgxhx/vue-cnode) 子标题: vue material design cnode应用 相关介绍: 基于vue全家桶的Material Design风格Cnode社区 尽量接近原生App的Material Design风格,参考了Google Play,Cnode的Android客户端。 [预览地址](http://39.108.14.248/node)
### 新功能描述 参考 https://github.com/gkd-kit/gkd/issues/370 中提到的,之前的应用版本中的做法是编写规则到内存订阅中后,然后复制单个应用的规则到本地订阅中,最近更新版本之后发现在规则列表中无法复制单个应用的规则了,只能点开单个应用的某个规则详情,才能看到有一个复制按钮。 但是这种时候复制应用的单条规则,需确保规则id和本地订阅中同一个应用的所有规则id不冲突,如果本地订阅中某个应用的规则比较多,或者内存订阅中一个应用的规则比较多,这个事情就会非常麻烦。 之前版本的复制整个应用的所有规则的功能是移除了?还是说现在有新的方法能够比较方便地将内存订阅移到本地订阅中? 版本:v1.10.1  