1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-07-01 08:10:27 +08:00

初步完成step1前端设计

This commit is contained in:
源文雨
2023-04-24 00:59:06 +08:00
parent ff831f2f7a
commit aabd25ea19
10 changed files with 326 additions and 77 deletions

View File

@@ -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 {