Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VanZY-CN authored Mar 14, 2022
1 parent cdcfdad commit 715409a
Show file tree
Hide file tree
Showing 11 changed files with 11,709 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/assets.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package assets

import (
"embed"
)

//go:embed dict.txt minwpdict.txt ua.txt
var Dict embed.FS
Loading

0 comments on commit 715409a

Please sign in to comment.