docs: 添加赞助二维码并更新i18n翻译

在README各语言版本中添加赞助二维码图片和说明文字
更新i18n.js文件新增Orchids和Codex OAuth的翻译项
移除package-lock.json中冗余的peer字段
This commit is contained in:
hex2077 2026-01-17 00:44:58 +08:00
parent 3042ccd608
commit 6edbaf4a44
6 changed files with 23 additions and 3 deletions

View file

@ -589,6 +589,12 @@ AIClient-2-APIプロジェクトに貢献してくれたすべての開発者に
- [**落叶聚名**](https://github.com/mb5u88-debug "88")
- [**匿名**](https://github.com/404 "8.88")
### スキャンしてスポンサーになる
あなたのスポンサーシップはプロジェクトの継続的な発展の原動力です ❤️
<img src="static/coffee.png" alt="スキャンしてスポンサーになる" width="200">
### 🌟 Star History

View file

@ -586,6 +586,12 @@ kill -9 <PID>
- [**落叶聚名**](https://github.com/mb5u88-debug "88")
- [**匿名**](https://github.com/404 "8.88")
### 扫码赞助
您的赞助是项目持续发展的动力 ❤️
<img src="static/sponsor.png" alt="扫码赞助" width="200">
### 🌟 Star History

View file

@ -589,6 +589,12 @@ We are grateful for the support from our sponsors:
- [**落叶聚名**](https://github.com/mb5u88-debug "88")
- [**匿名**](https://github.com/404 "8.88")
### Scan to Sponsor
Your sponsorship is the driving force for the project's continued development ❤️
<img src="static/coffee.png" alt="Scan to Sponsor" width="200">
### 🌟 Star History

4
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "AIClient-2-API",
"name": "AIClient2API",
"lockfileVersion": 3,
"requires": true,
"packages": {
@ -101,7 +101,6 @@
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.27.1",
@ -2960,7 +2959,6 @@
}
],
"license": "MIT",
"peer": true,
"dependencies": {
"caniuse-lite": "^1.0.30001726",
"electron-to-chromium": "^1.5.173",

View file

@ -89,6 +89,8 @@ const translations = {
'dashboard.routing.nodeName.openai': 'OpenAI Custom',
'dashboard.routing.nodeName.qwen': 'Qwen OAuth',
'dashboard.routing.nodeName.iflow': 'iFlow OAuth',
'dashboard.routing.nodeName.orchids': 'Orchids OAuth',
'dashboard.routing.nodeName.codex': 'OpenAI Codex OAuth',
'dashboard.contact.title': '联系与赞助',
'dashboard.contact.wechat': '扫码进群,注明来意',
'dashboard.contact.wechatDesc': '添加微信获取更多技术支持和交流',
@ -792,6 +794,8 @@ const translations = {
'dashboard.routing.nodeName.openai': 'OpenAI Custom',
'dashboard.routing.nodeName.qwen': 'Qwen OAuth',
'dashboard.routing.nodeName.iflow': 'iFlow OAuth',
'dashboard.routing.nodeName.orchids': 'Orchids OAuth',
'dashboard.routing.nodeName.codex': 'OpenAI Codex OAuth',
'dashboard.contact.title': 'Contact & Support',
'dashboard.contact.wechat': 'Scan to Join Group',
'dashboard.contact.wechatDesc': 'Add WeChat for more technical support and communication',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 122 KiB