1
0

添加测试文章

This commit is contained in:
2022-03-05 19:27:27 +08:00
parent 3cc331c54f
commit 86dc252934
2 changed files with 130 additions and 1 deletions

View File

@@ -1,5 +1,18 @@
var appConfig = {
contentList: [],
contentList: [
{
name: 'default',
label: '默认',
items: [
{
name: 'test',
title: '测试Test',
createdAt: '2018-11-11',
updatedAt: '2021-10-31'
},
]
},
],
};