mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-07-01 08:10:27 +08:00
初步完成step1前端设计
This commit is contained in:
@@ -235,7 +235,7 @@ func (f *FileDatabase) AddFile(lstid int, reg *Regex, istemp bool, progress func
|
||||
m := md5.Sum(sb.Bytes())
|
||||
que := &Question{
|
||||
ID: int64(binary.LittleEndian.Uint64(m[:8])),
|
||||
FileID: file.ID,
|
||||
ListID: *lst.ID,
|
||||
Major: majorq.Name,
|
||||
Plain: base14.BytesToString(sb.Bytes()),
|
||||
Images: func() []byte {
|
||||
|
||||
Reference in New Issue
Block a user