Uahh/ToastFish

修复日语学习bug

Opened this issue · 0 comments

Model/PushControl/PushGoinWords.cs PushGoinWords.cs .cs Modified 1 1
102 CurrentWord = GoinList[GoinProgress - 1];——>CurrentWord = GoinList[GoinProgress];

Model/SqliteControl/Select.cs Select.cs .cs Modified 1 1
97 CountList = DataBase.Query($"select * from Count where bookName = {TABLE_NAME}", Temp);——>CountList = DataBase.Query($"select * from Count where bookName = '{TABLE_NAME}'", Temp);