change mock data

This commit is contained in:
Pan
2017-06-15 13:44:48 +08:00
parent 5a8755ec9f
commit 2927e08d06
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ for (let i = 0; i < count; i++) {
title: '@ctitle(10, 20)',
forecast: '@float(0, 100, 2, 2)',
importance: '@integer(1, 3)',
'type|1': ['FD', 'FE', 'BI', 'VN'],
'type|1': ['CN', 'US', 'JP', 'EU'],
'status|1': ['published', 'draft', 'deleted'],
pageviews: '@integer(300, 5000)'
}));