ai-manus/chat-client/mock/controller/description.js

19 lines
574 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const data = {
description:
'最近更新1、重磅更新主题配置功能背景配置。2、累计完成6种布局、7种主题。3、重构RBAC角色权限、菜单管理、角色管理。4、支持https环境下网站更新提醒。建党百年惊喜福利买一得二<a href="https://vue-admin-beautiful.com/authorization/" target="_blank">点我购买</a>',
}
module.exports = [
{
url: '/description/getList',
type: 'get',
response: () => {
return {
code: 200,
msg: 'success',
data,
}
},
},
]