🎨 Add Default fill specific time switch to database date field https://github.com/siyuan-note/siyuan/issues/12089

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-24 17:14:39 +08:00
parent e6a9db0253
commit 0147a6573d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
18 changed files with 77 additions and 9 deletions

View file

@ -58,7 +58,8 @@ type TOperation =
| "setAttrViewFitImage"
| "setAttrViewShowIcon"
| "setAttrViewWrapField"
| "setAttrViewColDate"
| "setAttrViewColDateFillCreated"
| "setAttrViewColDateFillSpecificTime"
| "setAttrViewViewDesc"
| "setAttrViewColDesc"
| "setAttrViewBlockView"
@ -942,6 +943,7 @@ interface IAVColumn {
calc: IAVCalc,
date?: {
autoFillNow: boolean,
fillSpecificTime: boolean,
}
// 选项列表
options?: {