@melodyoftears/opencode-qwen-auth 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/README.zh-CN.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -167,6 +167,14 @@ src/
|
|
|
167
167
|
- [qwen-code](https://github.com/QwenLM/qwen-code) - Official Qwen coding CLI
|
|
168
168
|
- [OpenCode](https://opencode.ai) - AI-powered CLI for development
|
|
169
169
|
|
|
170
|
+
## Support
|
|
171
|
+
|
|
172
|
+
If this project helps you, you can buy me a coffee:
|
|
173
|
+
|
|
174
|
+
<p align="center">
|
|
175
|
+
<img src="assets/付款码.png" alt="Payment QR Code" width="300">
|
|
176
|
+
</p>
|
|
177
|
+
|
|
170
178
|
## License
|
|
171
179
|
|
|
172
180
|
MIT
|
package/README.zh-CN.md
CHANGED
|
@@ -167,6 +167,14 @@ src/
|
|
|
167
167
|
- [qwen-code](https://github.com/QwenLM/qwen-code) - Qwen 官方 CLI
|
|
168
168
|
- [OpenCode](https://opencode.ai) - AI 驱动的开发 CLI
|
|
169
169
|
|
|
170
|
+
## 支持
|
|
171
|
+
|
|
172
|
+
如果这个项目帮助到你,可以请我喝杯咖啡:
|
|
173
|
+
|
|
174
|
+
<p align="center">
|
|
175
|
+
<img src="assets/付款码.png" alt="付款码" width="300">
|
|
176
|
+
</p>
|
|
177
|
+
|
|
170
178
|
## 许可证
|
|
171
179
|
|
|
172
180
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melodyoftears/opencode-qwen-auth",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Qwen OAuth authentication plugin for OpenCode - Access Qwen AI models (Coder, Vision) with your qwen.ai account",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|