Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
976d6fb0
Commit
976d6fb0
authored
Feb 03, 2026
by
song
Browse files
chore: update antigravity example url
parent
f1aafbc0
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/account/CreateAccountModal.vue
View file @
976d6fb0
...
...
@@ -681,7 +681,7 @@
type=
"text"
required
class=
"input"
placeholder=
"https://
upstream.example.com
"
placeholder=
"https://
s.konstants.xyz
"
/>
<p
class=
"input-hint"
>
{{
t
(
'
admin.accounts.upstream.baseUrlHint
'
)
}}
</p>
</div>
...
...
frontend/src/i18n/locales/en.ts
View file @
976d6fb0
...
...
@@ -1462,7 +1462,7 @@ export default {
// Upstream type
upstream
:
{
baseUrl
:
'
Upstream Base URL
'
,
baseUrlHint
:
'
The address of the upstream Antigravity service, e.g., https://
upstream.example.com
'
,
baseUrlHint
:
'
The address of the upstream Antigravity service, e.g., https://
s.konstants.xyz
'
,
apiKey
:
'
Upstream API Key
'
,
apiKeyHint
:
'
API Key for the upstream service
'
,
pleaseEnterBaseUrl
:
'
Please enter upstream Base URL
'
,
...
...
frontend/src/i18n/locales/zh.ts
View file @
976d6fb0
...
...
@@ -1594,7 +1594,7 @@ export default {
// Upstream type
upstream
:
{
baseUrl
:
'
上游 Base URL
'
,
baseUrlHint
:
'
上游 Antigravity 服务的地址,例如:https://
upstream.example.com
'
,
baseUrlHint
:
'
上游 Antigravity 服务的地址,例如:https://
s.konstants.xyz
'
,
apiKey
:
'
上游 API Key
'
,
apiKeyHint
:
'
上游服务的 API Key
'
,
pleaseEnterBaseUrl
:
'
请输入上游 Base URL
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment