1
0

fix(web): 增加ware的归档信息格式

This commit is contained in:
2025-01-23 15:07:49 +08:00
parent 2ad3035f87
commit e167a4467d
3 changed files with 105 additions and 68 deletions

View File

@@ -3,88 +3,96 @@ import {useAmis} from "../../components/constants.js";
useAmis((information) => {
return {
"type": "wrapper",
"size": "none",
"body": [
{
"type": "property",
"items": [
{
"content": "API资源",
"label": "名称"
},
{
"label": "标签",
"span": 2,
"content": [
{
"type": "tag",
"label": "API"
}
]
},
{
"label": "简介",
"span": 3,
"content": "API 资源"
},
{
"span": 3,
"content": "<p>这是API<strong>资源</strong></p>",
"label": "内容"
},
],
"title": "商品信息"
},
{
"type": "divider"
},
{
"type": "wrapper",
"body": [
{
"type": "property",
"items": [
{
"label": "资源名称",
"span": 3,
"content": "文件资源"
},
{
"content": "FIle",
"span": 3,
"label": "资源描述"
}
],
"type": "property"
},
{
"type": "divider"
},
{
"title": "资源类型定义",
"type": "property",
"items": [
{
"span": 3,
"label": "资源类型",
"content": "文件"
"content": "API资源"
},
{
"span": 3,
"content": {
"type": "flex",
"alignItems": "start",
"items": [
{
"label": "arthas-bin.zip",
"api": {
"method": "get",
"url": "${base}/upload/download/3557040775256064",
"headers": {
"token": "${token|default:undefined}"
},
"responseType": "blob"
},
"actionType": "ajax",
"type": "action",
"level": "link"
}
],
"direction": "column"
},
"label": "文件"
},
{
label: '格式详情',
content: {
type: 'editor',
language: 'json',
value: {
"name": "arthas-bin.zip",
"size": 1024,
"type": "application/zip",
"lastModified": 1673920000000,
"lastModifiedDate": "2023-01-14T14:40:00.000Z",
"webkitRelativePath": ""
}
},
"label": "资源描述",
"content": "这是API资源"
}
]
},
{
"type": "divider"
},
{
"items": [
{
"span": 3,
"content": "API",
"label": "资源类型"
},
{
"span": 1,
"content": "administrator@eshore.com",
"label": "用户名"
},
{
"label": "密码",
"content": "bLiN+,qAss,uo'nxoH_:d@HEdD*WdZWAudq$J'a$5Z#aS>K-*dWN5L-i<m:w/U,R",
"span": 2
},
{
"span": 3,
"content": "http://baidu.com",
"label": "地址"
}
],
"title": "资源类型定义",
"type": "property"
},
{
"type": "divider"
},
{
"items": [
{
"label": "格式类型",
"content": "Json"
"span": 3,
"content": "文件"
}
],
"type": "property",
@@ -97,6 +105,7 @@ useAmis((information) => {
"type": "divider"
},
{
"type": "property",
"items": [
{
"label": "创建人",
@@ -104,8 +113,8 @@ useAmis((information) => {
"content": "administrator@eshore.com"
},
{
"content": "2025-01-14 14:41:56",
"label": "创建时间"
"label": "创建时间",
"content": "2025-01-23 14:24:15"
},
{
"span": 2,
@@ -113,12 +122,12 @@ useAmis((information) => {
"label": "修改人"
},
{
"content": "2025-01-14 14:41:56",
"label": "修改时间"
"label": "修改时间",
"content": "2025-01-23 14:24:15"
}
],
"type": "property"
]
}
]
],
"size": "none"
}
})