dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
heading linking
Jacky Zhao
2023-06-01
fcd81353f88b613e5e93c089e10e530d08695b3f
[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[]
}