Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
types
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
types
Commits
9e3d5f99
Commit
9e3d5f99
authored
Apr 26, 2026
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新类型定义
parent
0de87ede
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
2 deletions
+51
-2
crown.d.ts
crown.d.ts
+37
-1
data.d.ts
data.d.ts
+14
-1
No files found.
crown.d.ts
View file @
9e3d5f99
...
...
@@ -230,6 +230,42 @@ declare namespace Crown {
* 上半场独赢平局水位
*/
ior_HMN
:
string
/**
* 全场双方进球
*/
sw_TS
:
'Y'
|
'N'
/**
* 全场双方有进球水位
*/
ior_TSY
:
string
/**
* 全场双方无进球水位
*/
ior_TSN
:
string
/**
* 上半场双方进球
*/
sw_HTS
:
'Y'
|
'N'
/**
* 上半场双方有进球水位
*/
ior_HTSY
:
string
/**
* 上半场双方无进球水位
*/
ior_HTSN
:
string
/**
* 滚球全场双方进球
*/
sw_RTS
:
'Y'
|
'N'
/**
* 滚球全场双方有进球水位
*/
ior_RTSY
:
string
/**
* 滚球全场双方无进球水位
*/
ior_RTSN
:
string
}
/**
...
...
@@ -245,7 +281,7 @@ declare namespace Crown {
interface
OddInfo
{
game_id
:
string
variety
:
Variety
type
:
'r'
|
'hr'
|
'ou'
|
'hou'
|
'm'
|
'hm'
type
:
'r'
|
'hr'
|
'ou'
|
'hou'
|
'm'
|
'hm'
|
'ts'
|
'hts'
condition
:
string
value_h
?:
string
value_c
?:
string
...
...
data.d.ts
View file @
9e3d5f99
...
...
@@ -76,7 +76,16 @@ declare type Period = 'regularTime' | 'period1'
/**
* 盘口类型
*/
declare
type
OddType
=
'ah1'
|
'ah2'
|
'over'
|
'under'
|
'draw'
|
'win1'
|
'win2'
declare
type
OddType
=
|
'ah1'
|
'ah2'
|
'over'
|
'under'
|
'draw'
|
'win1'
|
'win2'
|
'btts_yes'
|
'btts_no'
/**
* 盘口目标
...
...
@@ -154,6 +163,10 @@ declare interface PromotedData {
channel
:
string
crown_game_id
?:
string
/**
* 是否滚球推荐
*/
is_rockball
:
number
}
/**
...
...
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