Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa044d82
authored
Jun 01, 2025
by
Apple\Apple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌏
i18n: Siderbar `Playground`
parent
03675397
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
web/src/components/SiderBar.js
+1
-1
web/src/i18n/locales/en.json
+3
-1
No files found.
web/src/components/SiderBar.js
View file @
aa044d82
...
...
@@ -249,7 +249,7 @@ const SiderBar = () => {
const
chatMenuItems
=
useMemo
(
()
=>
[
{
text
:
'Playground'
,
text
:
t
(
'操练场'
)
,
itemKey
:
'playground'
,
to
:
'/playground'
,
icon
:
<
IconTerminal
/>
,
...
...
web/src/i18n/locales/en.json
View file @
aa044d82
...
...
@@ -1531,5 +1531,6 @@
"关闭公告"
:
"Close Notice"
,
"搜索条件"
:
"Search Conditions"
,
"加载中..."
:
"Loading..."
,
"暂无公告"
:
"No Notice"
"暂无公告"
:
"No Notice"
,
"操练场"
:
"Playground"
}
\ No newline at end of file
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