Skip to content

Commit

Permalink
chore: api
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 28, 2024
1 parent 103523e commit 186a675
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"linuxdo": "linuxdo",
"coze": "coze",
"vv佬": "vv giant(Recommended)",
"官网反代": "Official website reverse proxy",
"蒙恬大将军": "Mengtian General(Recommended)",
"custom": "Custom"
},
Expand Down
1 change: 1 addition & 0 deletions app/i18n/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"caifree": "caifree(推荐)",
"linuxdo": "linuxdo",
"coze": "扣子coze(我亲自维护)",
"官网反代": "官网反代",
"vv佬": "vv佬(推荐)",
"蒙恬大将军": "蒙恬大将军(推荐)",
"custom": "自定义"
Expand Down
5 changes: 5 additions & 0 deletions components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const Settings = ({ lng }: { lng: string }) => {
apiKey: "sk-MaEuOo9qIeWKK3PRCdCb9b3d47E64e36Ad6022724b780592",
upstreamUrl: "https://one.caifree.com",
},
{
name: t("configurations.官网反代"),
apiKey: "3b73ec02-3255-4b27-a202-42ab9a6e85ba",
upstreamUrl: "https://plus.liuweiqing.top",
},
{
name: t("configurations.vv佬"),
apiKey: "nk-23118",
Expand Down

0 comments on commit 186a675

Please sign in to comment.