Hexo

[!banner-icon] 👋 首一

![[Container1.jpg|banner]]

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title: ""
graphType: default
dateRangeValue: 360
dateRangeType: LATEST_DAYS
startOfWeek: 1
showCellRuleIndicators: true
titleStyle:
textAlign: center
fontSize: 15px
fontWeight: normal
dataSource:
type: PAGE
value: ""
dateField:
type: FILE_MTIME
fillTheScreen: true
enableMainContainerShadow: false
mainContainerStyle:
backgroundColor: "#ffffff00"
cellStyleRules:
- id: default_b
color: "#9be9a8"
min: 1
max: 2
- id: default_c
color: "#40c463"
min: 2
max: 5
- id: default_d
color: "#30a14e"
min: 5
max: 10
- id: default_e
color: "#216e39"
min: 10
max: 999
cellStyle:
borderRadius: ""

🏗 Project
  • DF
    • [[2.Area/FirstPage|FirstPage]]
    • DS
  • DDGF
    • DGDG
  • asdf
    • df
🌈 Resources
  • [[3.Resources/Software/FirstPage|SoftWare]]
  • AutoCAD
  • Automatic control
  • CODE
  • collection
  • obsidian
🌿 Area
  • DSF
    • DGDG
    • DSF
    • SD
🔗recent files

$=dv.list(dv.pages('').sort(f=>f.file.mtime.ts,"desc").limit(10).file.link)

1
2
3
4
5
6
7
8
9
10
11
12
let ftMd = dv.pages("").file.sort(t => t.cday)[0]
let total = parseInt([new Date() - ftMd.ctime] / (60*60*24*1000))
let totalDays = " 🌻You have used 💎 "+total+" days,"
let nofold = '!"misc/templates"'
let allFile = dv.pages(nofold).file
let totalMd = "Total created "+
allFile.length+" notes"
let totalTag = allFile.etags.distinct().length+" tags"
let totalTask = allFile.tasks.length+" todos。 "
dv.paragraph(
totalDays+totalMd+"、"+totalTag+"、"+totalTask
)

© 2026 Hexo

Elegant theme by Shiro · Made by Acris with ❤️