fix: PDF extraction bbox compatibility, update date formats, and bump max retries
- Fix bbox format detection in pdf_image_extractor (support Rect and tuple) - Update date display format to include year (%Y-%m-%d) across templates - Increase SUMMARY_MAX_RETRIES from 1 to 2 for better error recovery - Widen date input field for better usability
This commit is contained in:
@@ -1356,7 +1356,7 @@ mark {
|
||||
/* 管理后台日期输入框样式 */
|
||||
.kami-date-input {
|
||||
cursor: pointer;
|
||||
width: 110px;
|
||||
min-width: 130px;
|
||||
}
|
||||
.kami-date-input::placeholder {
|
||||
color: var(--ink-muted);
|
||||
|
||||
Reference in New Issue
Block a user