W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
Notadd 后臺管理的首頁(Dashboard),是可以通過插件或擴(kuò)展,進(jìn)行添加自定義模塊的。
{
content: '這是 Button 文本內(nèi)容',
link: 'http://www.hao123.com',
span: 12,
theme: 'primary',
title: '這是 Button 標(biāo)題',
type: 'button',
}
{
content: {
title: {
text: 'Notadd 圖標(biāo)測試',
},
tooltip: {},
xAxis: {
data: ['Shirt', 'Sweater', 'Chiffon Shirt', 'Pants', 'High Heels', 'Socks'],
},
yAxis: {},
series: [
{
name: 'Sales',
type: 'bar',
data: [5, 20, 36, 10, 10, 20],
},
],
},
span: 12,
style: 'height: 300px;',
title: '這是 Chart 標(biāo)題',
type: 'chart',
}
{
content: '這是 Html 文本內(nèi)容',
span: 12,
title: '這是 Html 標(biāo)題',
type: 'html',
}
{
content: '這是 Text 文本內(nèi)容',
span: 12,
title: '這是 Text 標(biāo)題',
type: 'text',
}
基于 Notadd 后臺前端框架,實(shí)現(xiàn)該頁面的注入,僅需要前端模塊注入的install方式中使用useBoard函數(shù)進(jìn)行注入即可。
參考代碼如下:
export default function (injection) {
injection.useBoard({
content: {
title: {
text: 'Notadd Content 模塊圖標(biāo)測試',
},
tooltip: {},
xAxis: {
data: ['資訊', '科技', '文化', '講座', '娛樂', '軟件'],
},
yAxis: {},
series: [
{
name: 'Sales',
type: 'bar',
data: [5, 20, 36, 10, 10, 20],
},
],
},
span: 12,
style: 'height: 300px;',
title: '這是 Chart 標(biāo)題',
type: 'chart',
});
}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: