plugin integration round 2
This commit is contained in:
parent
a757521313
commit
ad6ce0d73f
29 changed files with 3863 additions and 100 deletions
9
quartz/resources.ts
Normal file
9
quartz/resources.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
export interface JSResource {
|
||||
src: string
|
||||
loadTime: 'beforeDOMReady' | 'afterDOMReady'
|
||||
}
|
||||
|
||||
export interface StaticResources {
|
||||
css: string[],
|
||||
js: JSResource[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue