mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 04:31:22 +08:00
feat: add cron
cheatsheet.
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
|
||||
export function footer() {
|
||||
return {
|
||||
type: 'element',
|
||||
tagName: 'footer',
|
||||
properties: {
|
||||
class: 'footer-warp',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
type: 'element',
|
||||
tagName: 'footer',
|
||||
properties: {
|
||||
class: ['max-container'],
|
||||
},
|
||||
children: [
|
||||
{ type: 'text', value: '© 2022 Kenny Wang, All rights reserved.' }
|
||||
],
|
||||
}
|
||||
],
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user