Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ball
core
Commits
a5634f72
Commit
a5634f72
authored
Apr 26, 2026
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
86e0dc51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
format.ts
helpers/format.ts
+2
-2
No files found.
helpers/format.ts
View file @
a5634f72
...
@@ -30,9 +30,9 @@ export function oddTypeText(type: OddType) {
...
@@ -30,9 +30,9 @@ export function oddTypeText(type: OddType) {
case
'win2'
:
case
'win2'
:
return
'客胜'
return
'客胜'
case
'btts_yes'
:
case
'btts_yes'
:
return
'
双方
有进球'
return
'有进球'
case
'btts_no'
:
case
'btts_no'
:
return
'
双方
无进球'
return
'无进球'
}
}
}
}
...
...
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