sync: Allow free hint
This commit is contained in:
parent
43be59b97d
commit
57d351c6c1
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
type ExerciceHintParams struct {
|
||||
Filename string
|
||||
Content string
|
||||
Cost int64
|
||||
Cost *int64
|
||||
Title string
|
||||
NeedFlag []ExerciceDependency `toml:"need_flag,omitempty"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue