Skip to content

Commit

Permalink
feat: add GetCourseGroupHash and RefreshCourseGroupHash
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Sep 26, 2023
1 parent aa8a343 commit c1bb021
Show file tree
Hide file tree
Showing 14 changed files with 1,184 additions and 149 deletions.
4 changes: 4 additions & 0 deletions data/data.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package data

import (
"embed"
_ "embed"
"os"

Expand All @@ -14,6 +15,9 @@ var NamesFile []byte
//go:embed cedict_ts.u8
var CreditTs []byte

//go:embed keys
var Keys embed.FS

var NamesMapping map[string]string

func init() {
Expand Down
Loading

0 comments on commit c1bb021

Please sign in to comment.