mirror of
https://github.com/duguosheng/6.S081-All-in-one.git
synced 2026-05-06 13:21:41 +08:00
12 lines
220 B
JavaScript
12 lines
220 B
JavaScript
module.exports = {
|
|
// Extend website resources and html
|
|
website: {
|
|
assets: "./book",
|
|
js: [
|
|
"chapter-fold.js"
|
|
],
|
|
css: [
|
|
"chapter-fold.css"
|
|
]
|
|
}
|
|
}; |