@@ -524,24 +524,29 @@ <h4 style="margin: 0; font-size: 0.95em; line-height: 1;">Active Reminder</h4>
524524 < div style ="display: flex; align-items: center; justify-content: space-between; ">
525525 < div style ="display: flex; align-items: center; gap: 12px; ">
526526 < i class ="fas fa-cogs " style ="font-size: 0.95em; line-height: 1; position: relative; top: 7px; "> </ i >
527- < h4 style ="margin: 0; font-size: 0.95em; line-height: 1; "> FSRS参数优化 </ h4 >
527+ < h4 style ="margin: 0; font-size: 0.95em; line-height: 1; "> Fsrs Param Optim </ h4 >
528528 </ div >
529529 < div style ="display: flex; gap: 8px; ">
530- < button id ="exportRevlogsBtn " class ="btn btn-sm btn-outline-secondary " style =" font-size: 0.8em; ">
531- 导出记录
530+ < button id ="exportRevlogsBtn " class ="btn btn-icon btn-icon-sm " data-bs-toggle =" tooltip " data-bs-placement =" top " title =" 导出记录 ">
531+ < i class =" fas fa-file-export " style =" font-size: 0.85em; " > </ i >
532532 </ button >
533- < button id ="optimizeParamsBtn " class ="btn btn-sm btn-primary " style =" font-size: 0.8em; ">
534- 优化参数
533+ < button id ="optimizeParamsBtn " class ="btn btn-icon btn-icon-sm " data-bs-toggle =" tooltip " data-bs-placement =" top " title =" 优化参数 ">
534+ < i class =" fas fa-magic " style =" font-size: 0.85em; " > </ i >
535535 </ button >
536536 </ div >
537537 </ div >
538538
539539 < div class ="fsrs-info " style ="padding: 8px; border-radius: 4px; ">
540- < small style ="display: block; margin-bottom: 2px; font-size: 0.8em; ">
541- 当前复习记录数: < span id ="revlogCount "> 0</ span >
540+
541+ < small style ="display: block; margin-bottom: 2px; font-size: 0.8em; " class ="reminder-tips ">
542+ Current review count: < span id ="revlogCount_en "> 0</ span >
543+ </ small >
544+
545+ < small style ="display: block; font-size: 0.8em; " class ="reminder-tips ">
546+ Click to optimize FSRS parameters
542547 </ small >
543- < small style ="display: block; font-size: 0.8em; ">
544- 点击按钮优化FSRS算法参数
548+ < small style ="display: block; font-size: 0.8em; " class =" reminder-tips " >
549+ (Fit best parameters when you have enough data.)
545550 </ small >
546551 </ div >
547552 </ div >
0 commit comments