shang-zhen

Results 7 issues of shang-zhen

提示: Unhandled Exception: Unsupported operation: Unsupport download API in browser

The current method divides the translation based on tags. I have noticed that some inline tags, such as "span strong i," are being split during translation, resulting in inaccurate translations...

比如像您的另一个插件 Everright-filter 可以通过conditions接口获取到option 、select待选内容 这个插件可以添加2个特殊字段吗 比如: `type` = ‘server’,`condition-name`:`dept` 这样前端获取到json数据后可以发送到后台处理后,生成这种特殊字段的待选内容。

enhancement

建议增加一个类似tag的字段。用户可以输入多个值~或者提供个自定义字段的功能??

enhancement

When selecting the code, an error occurs when opening the chat window. but V2.6.0 does not have this issue. Relevant log output or stack trace ```shell java.lang.AssertionError: Wrong line separators:...

bug

### Describe the need of your request Can the prompt word selection box in the conversation window be designed to resemble an `html select` style? During use, we often change...

enhancement

### 描述你想要的新功能 希望能提供配置由用户完全自定义dns的设置。比如由用户提供的json格式文本完全替换现有的dns设置。 ### 描述你想要的解决方案 希望能提供配置由用户完全自定义dns的设置。比如由用户提供的json格式文本完全替换现有的dns设置。 遇到的问题是无法进行精准的dns分流。 目前自动生成的规则只有direct的才通过`127.0.0.1`解析,默认通过远程dns解析。 ``` { "queryStrategy": "UseIPv4", "port": 443, "_flag": "default", "address": "https:\/\/223.6.6.6\/dns-query" }, ``` 会导致一些没有在路由规则中的国内网站在有国外dns的情况下获取到国外的dns。从而分流到国外网站。希望能更灵活一些。提供用户自定义配置。 我自用的dns设置: ``` "dns": { "hosts": { "dns.alidns.com": "223.6.6.6", "doh.pub":...

enhancement