dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
syntax higlighting
Jacky Zhao
2023-06-01
04eeb2d10c2bb8cac595a879446c1dcbfac4d6a6
[scapegoat/Docs2.git]
/
quartz
/
resources.ts
1
2
3
4
5
6
7
8
9
export interface JSResource {
src: string
loadTime: 'beforeDOMReady' | 'afterDOMReady'
}
export interface StaticResources {
css: string[],
js: JSResource[]
}