-
求大佬帮忙写两个数据库模板
2024-06-14 16:52我换了个函数解决,分别是 2 个月 和 120 天 的:
.action{ if (index . "日期") } .action{ (index . "日期").AddDate 0 2 0 | date "2006-01-02" } .action{ end }
.action{ if (index . "日期") } .action{ (index . "日期").AddDate 0 0 120 | date "2006-01-02" } .action{ end }
-
求大佬帮忙写两个数据库模板
2024-06-14 11:25日期:
.action{ if (index . "日期") } .action{ $date := index . "日期" } .action{ $time := mulf 24 120 | toString } .action{ $time = list "+" $time "h" | join "" } .action{ $date = $date | date_modify $time | date "2006-01-02" } .action{ $date } .action{ end }
数字:
.action{ mulf 1.03 (index . "数字") }
有用请采纳,或者打赏我:https://afdian.net/a/JeffreyChen
-
数据库显示过于狭窄 | 在自适应宽度不勾选的情况下
2024-06-13 10:37这个是之前社区投票讨论过才改成数据库宽度跟文档宽度一致的,不太可能再改成其他的了。
所以要么用自适应宽度,要么用集市里的那个宽度插件调整文档宽度。