2025-2-26-fixed
This commit is contained in:
19
themes/next/scripts/events/lib/injects-point.js
Normal file
19
themes/next/scripts/events/lib/injects-point.js
Normal file
@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
views: [
|
||||
'head',
|
||||
'header',
|
||||
'sidebar',
|
||||
'postMeta',
|
||||
'postBodyEnd',
|
||||
'footer',
|
||||
'bodyEnd',
|
||||
'comment'
|
||||
],
|
||||
styles: [
|
||||
'variable',
|
||||
'mixin',
|
||||
'style'
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user