mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
🎨 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:
parent
e6a9db0253
commit
0147a6573d
18 changed files with 77 additions and 9 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -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?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue