zeroframework/Web/ZeroFramework.DeviceCenter.Web/mock/rule.mock.ts

182 lines
5.4 KiB
TypeScript
Raw Normal View History

2023-12-05 09:22:48 +00:00
// @ts-ignore
import { Request, Response } from 'express';
export default {
'GET /api/rule': (req: Request, res: Response) => {
res.status(200).send({
data: [
{
key: 83,
disabled: true,
href: 'https://preview.pro.ant.design/dashboard/analysis',
avatar: 'https://avatars1.githubusercontent.com/u/8186664?s=40&v=4',
name: '杜桂英',
owner: 'White',
desc: '验和又比不出七断行天价入线候历界正报。',
callNo: 90,
status: 92,
updatedAt: 'AVkAm',
createdAt: '1@t8',
progress: 64,
},
{
key: 66,
disabled: false,
href: 'https://umijs.org/',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png',
name: '郝强',
owner: 'Smith',
desc: '见比往别规切复个划安团化象且。',
callNo: 77,
status: 93,
updatedAt: 'K&c*',
createdAt: '%qg*V',
progress: 78,
},
{
key: 84,
disabled: true,
href: 'https://procomponents.ant.design/',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
name: '杨刚',
owner: 'Martin',
desc: '示便任么战受回专其正认国群见日除。',
callNo: 90,
status: 87,
updatedAt: 'hapQqe',
createdAt: 'J(C*xm',
progress: 69,
},
{
key: 94,
disabled: true,
href: 'https://ant.design',
avatar: 'https://avatars1.githubusercontent.com/u/8186664?s=40&v=4',
name: '周霞',
owner: 'Robinson',
desc: '具体数想节提拉所写论响日铁活持证。',
callNo: 78,
status: 77,
updatedAt: 'XCO6X',
createdAt: 'XBz^&',
progress: 80,
},
{
key: 65,
disabled: false,
href: 'https://umijs.org/',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png',
name: '杜娟',
owner: 'Rodriguez',
desc: '声真构期心属去多反中边厂查商。',
callNo: 72,
status: 94,
updatedAt: 'j*whF',
createdAt: '5*q8',
progress: 78,
},
{
key: 72,
disabled: false,
href: 'https://ant.design',
avatar: 'https://avatars1.githubusercontent.com/u/8186664?s=40&v=4',
name: '黄勇',
owner: 'Anderson',
desc: '非级委取越电效做议除党约。',
callNo: 93,
status: 70,
updatedAt: 'JYdWV',
createdAt: 'GZCvPA',
progress: 86,
},
{
key: 89,
disabled: true,
href: 'https://umijs.org/',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png',
name: '秦磊',
owner: 'Hall',
desc: '导据近二示就铁话比便很经龙干听上。',
callNo: 68,
status: 75,
updatedAt: 'g%@SD',
createdAt: 'KyZ',
progress: 77,
},
{
key: 100,
disabled: true,
href: 'https://preview.pro.ant.design/dashboard/analysis',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/udxAbMEhpwthVVcjLXik.png',
name: '朱艳',
owner: 'Davis',
desc: '马江矿价社该技程论到指设。',
callNo: 74,
status: 76,
updatedAt: 'k5oR',
createdAt: 'G&3',
progress: 93,
},
{
key: 65,
disabled: false,
href: 'https://ant.design',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png',
name: '孙磊',
owner: 'Hall',
desc: '此太再效此口论解就路组被心。',
callNo: 66,
status: 65,
updatedAt: '$bB3M',
createdAt: '6KieUJ0',
progress: 78,
},
{
key: 68,
disabled: true,
href: 'https://github.com/umijs/dumi',
avatar: '',
name: '孟霞',
owner: 'Moore',
desc: '活光断对带人地文难务值性热党么。',
callNo: 86,
status: 65,
updatedAt: 'LP3E$',
createdAt: 'hs4',
progress: 65,
},
{
key: 69,
disabled: false,
href: 'https://github.com/umijs/dumi',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png',
name: '白霞',
owner: 'Williams',
desc: '一关石知严历型五义权新线设根级者你。',
callNo: 94,
status: 88,
updatedAt: 'e4Wtu',
createdAt: 'lgLV)T',
progress: 62,
},
{
key: 88,
disabled: true,
href: 'https://github.com/umijs/dumi',
avatar: 'https://avatars1.githubusercontent.com/u/8186664?s=40&v=4',
name: '薛强',
owner: 'Davis',
desc: '看被计那格结九且电面养时千物只用。',
callNo: 62,
status: 80,
updatedAt: 'z8O5lq',
createdAt: '[xPeY&',
progress: 63,
},
],
total: 76,
success: false,
});
},
};