mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:19:30 +08:00
8 lines
127 B
Text
8 lines
127 B
Text
export default {
|
|
parse: {
|
|
prelude: null,
|
|
block() {
|
|
return this.Block(true);
|
|
}
|
|
}
|
|
};
|