odin后端接口
  1. 模板
odin后端接口
  • 页面
    • 新增/修改页面信息
      POST
    • 新增站群系统
      POST
    • 查询页面信息
      POST
    • 新增/修改页面路径
      POST
    • 获取页面路径
      POST
    • 查询该用户下所有的站群系统
      POST
    • 删除指定站群系统
      POST
    • 修改页面路径
      POST
    • 根据站群名称获取配置信息
      POST
    • 下载页面
      GET
    • 下载站群系统
      GET
  • 用户
    • 验证码
      • 手机号登陆-发送验证码
      • 手机号登陆-校验验证码
      • 发送邮箱验证码
    • 第三方登录
      • gitee
        • 第三方登录-gitee
        • 第三方登录回调-gitee
      • github
        • 第三方登录-github
        • 第三方登录回调-github
      • 是否为新用户
        • 是否新进入工作台
        • 是否新进入编辑器
      • 绑定现有账户
      • 绑定新增账户
      • 获取用户第三方账户信息
      • 解绑第三方账户
    • 用户登录
      POST
    • 退出登录
      POST
    • 更新用户
      POST
    • 删除用户
      POST
    • 新增用户
      POST
    • 修改用户密码
      POST
    • 忘记密码
      POST
    • 通过id查询用户
      GET
    • 通过姓名模糊查询用户
      GET
    • 获取角色和VIP等级对应关系
      GET
    • 分页查询所有用户(root)
      GET
  • 角色和权限
    • 角色域
      • 查询所有角色类型
      • 查询所有用户和角色对应关系
      • 查询该角色下的所有用户
      • 查询该用户角色
      • 增加或修改用户角色
      • 删除用户角色
    • 权限域
      • 查询所有权限类型
      • 增加用户/角色权限
      • 查询该用户权限
      • 删除用户权限
      • 为某个页面增加权限限制
      • 查询站群下所有的权限设置
      • 查询该路径的权限设置
    • 测试用户页面权限
  • 上传文件和图片
    • 获取用户所有文件
    • 下载文件
    • 上传文件
    • 上传图片
    • 删除图片或文件
    • 根据url获取文件信息
    • 分页查询所有文件和图片信息(Root权限)
    • 根据用户id获取所有图片
  • 支付
    • 支付宝支付
    • 分页查询所有订单信息(Root)
    • 分页查询所有vip用户的信息
    • 支付回调
  • 搜索
    • 模糊搜索页面
    • 模糊搜索站群
  • 帮助中心
    • 问答交流
      • 管理员
        • 获取所有待审核问题
        • 发布回答
        • 审核问题通过
        • 获取全部问题
      • 获取问题列表
      • 发布问题
      • 获取问题详情
      • 采纳回答
      • 更新问题
      • 点赞回答
      • 搜索问题
      • 点赞问题
      • 获取热搜词(前十)
    • 文章公告
      • 文章
        • 获取文章列表
        • 根据id获取文章
        • 添加文章
        • 修改文章
        • 删除文章
      • 公告
        • 获取公告
        • 添加公告
        • 修改公告
        • 删除公告
      • 联系方式
        • 获取联系方式
        • 修改联系方式
      • 新手教程
        • 获取所有新手教程
        • 添加新手教程
  • 模板
    • 获取模板展示页信息(不含页面json)
      GET
    • 获取全部模板并根据热度(权重)排序
      GET
    • 获取某模板展示信息(不含json)
      GET
    • 获取某模板具体信息(含json)
      GET
    • 根据分类获取模板(未完成)
      GET
    • 爬虫脚本上传到数据库
      POST
    • 搜索模板
      GET
    • 从模板中心新建站群
      POST
    • 新增模板
      POST
    • 更新模板
      POST
  • 后台接口
    • 更新模板权重
  1. 模板

获取某模板具体信息(含json)

GET
/api/template/detail

请求参数

Query 参数
id
string 
必需
示例值:
64075ff8ff4eac2e348c8e3f

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.92.1.39:8005/api/template/detail?id=64075ff8ff4eac2e348c8e3f'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{
  "success": true,
  "errCode": null,
  "errMessage": null,
  "data": {
    "id": "64058e21eb3680101a3f2ef9",
    "config": {
      "container": {
        "height": 3500
      },
      "blocks": [
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "componentProps": {
            "mode": "dark",
            "path": [
              {
                "path": "/",
                "label": "主页",
                "child": null
              },
              {
                "path": "/mbc",
                "label": "Mbc",
                "child": null
              },
              {
                "path": "https://www.apple.com.cn/ipad/",
                "label": "iPod",
                "child": null
              },
              {
                "path": "https://www.apple.com.cn/iphone/",
                "label": "ipple",
                "child": null
              },
              {
                "path": "https://www.apple.com.cn/watch/",
                "label": "Watch",
                "child": null
              },
              {
                "path": "https://www.apple.com.cn/airpods/",
                "label": "airPads",
                "child": null
              },
              {
                "path": "/denglu",
                "label": "登陆",
                "child": null
              }
            ]
          },
          "bgcColor": null,
          "top": 0,
          "size": 16,
          "borderRadius": 0,
          "left": 57,
          "width": 1208,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "导航栏",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 52,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "white",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": "rgba(255, 255, 255, 1)",
          "top": 50,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "",
          "opacity": 1,
          "key": "网站模块背景",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": -1,
          "height": 3450,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/3eaf60d031cd427491abe0dbf5824c07.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 50,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 650,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/e8d45d7d8d894868ae3abf0c3b3ceb27.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 710,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 524,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/9d6bfdb12d1d4f31b47402aecefe15c9.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 1231,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1498,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 659,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/9ba5591cb5f347cda414f31b37d17f87.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 1900,
          "size": 16,
          "borderRadius": 0,
          "left": 8,
          "width": 730,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 406,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/db60e2ae5e364d0fa962579210de2ad3.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 1902,
          "size": 16,
          "borderRadius": 0,
          "left": 754,
          "width": 733,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 404,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "componentProps": {
            "arrow": "hover",
            "loop": true,
            "bannerGroup": [
              "https://img-blog.csdnimg.cn/8bc2dc269f1e49dcb0bcb70ebb8e883f.png",
              "https://img-blog.csdnimg.cn/822a4eb0a56b41f59b01ac40b6956f44.png",
              "https://img-blog.csdnimg.cn/96483548a22044198708daea6020e7b2.png",
              "https://img-blog.csdnimg.cn/dda2581f158c44268bd25d50206f2515.png"
            ],
            "pauseOnHover": true,
            "indicatorPosition": "",
            "interval": 3000,
            "trigger": "hover",
            "type": "",
            "autoplay": true,
            "direction": "horizontal"
          },
          "bgcColor": null,
          "top": 2329,
          "size": 16,
          "borderRadius": 0,
          "left": 1,
          "width": 1499,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "轮播图",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 667,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 2,
          "size": 16,
          "borderRadius": 0,
          "left": 1263,
          "width": 237,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "站内搜索框",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 50,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "componentProps": {
            "fit": "cover",
            "src": "https://img-blog.csdnimg.cn/4ca1ae0d8f3d497c88fb7f13d1c40b59.png",
            "lazy": false,
            "alt": "",
            "loading": "eager"
          },
          "bgcColor": null,
          "top": 1,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 58,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "图片",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 55,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": "rgba(227, 222, 222, 1)",
          "top": 2580,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "网站模块背景",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 0,
          "height": 508,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": "rgba(255, 255, 255, 1)",
          "top": 0,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "网站模块背景",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 0,
          "height": 3500,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": "rgba(245, 241, 241, 1)",
          "top": 2973,
          "size": 16,
          "borderRadius": 0,
          "left": 0,
          "width": 1500,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "网站模块背景",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 525,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://github.com/NEUQer-Tech/odin",
          "zoom": 1,
          "bgcColor": null,
          "top": 3113,
          "size": 16,
          "borderRadius": 0,
          "left": 188,
          "width": 131,
          "text": "odin地址",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "http://121.36.109.90/login",
          "zoom": 1,
          "bgcColor": null,
          "top": 3290,
          "size": 16,
          "borderRadius": 0,
          "left": 193,
          "width": 131,
          "text": "登陆账户",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "http://121.36.109.90/index",
          "zoom": 1,
          "bgcColor": null,
          "top": 3245,
          "size": 16,
          "borderRadius": 0,
          "left": 191,
          "width": 131,
          "text": "odin主页",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.apple.com.cn/",
          "zoom": 1,
          "bgcColor": null,
          "top": 3201,
          "size": 16,
          "borderRadius": 0,
          "left": 192,
          "width": 131,
          "text": "苹果官网",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://github.com/NEUQer-Tech/odin",
          "zoom": 1,
          "bgcColor": null,
          "top": 3157,
          "size": 16,
          "borderRadius": 0,
          "left": 190,
          "width": 131,
          "text": "github仓库",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://github.com/LaoBuZhang",
          "zoom": 1,
          "bgcColor": null,
          "top": 3115,
          "size": 16,
          "borderRadius": 0,
          "left": 701,
          "width": 131,
          "text": "laobuzhang",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://www.neuq.edu.cn/",
          "zoom": 1,
          "bgcColor": null,
          "top": 3116,
          "size": 16,
          "borderRadius": 0,
          "left": "1184.5",
          "width": 171,
          "text": "东北大学秦皇岛分校",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "componentProps": {
            "borderStyle": "solid"
          },
          "bgcColor": null,
          "top": "3384.5",
          "size": 16,
          "borderRadius": 0,
          "left": 68,
          "width": 1373,
          "text": "请输入文本内容",
          "opacity": 1,
          "key": "分隔线",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 49,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3399,
          "size": 16,
          "borderRadius": 0,
          "left": "154.5",
          "width": 426,
          "text": "Copyright © 2023 Odin Inc. 保留所有权利。",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3400,
          "size": 16,
          "borderRadius": 0,
          "left": 586,
          "width": 526,
          "text": "隐私政策 | 使用条款 | 销售政策 | 法律信息 | 网站地图",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3438,
          "size": 12,
          "borderRadius": 0,
          "left": 152,
          "width": 549,
          "text": "京ICP备233号 营业执照 无线电发射设备销售备案编号114514",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3064,
          "size": 16,
          "borderRadius": 0,
          "left": "192.5",
          "width": 131,
          "text": "常用地址",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "bold",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3062,
          "size": 16,
          "borderRadius": 0,
          "left": "712.5",
          "width": 131,
          "text": "页面编辑",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "bold",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "zoom": 1,
          "bgcColor": null,
          "top": 3063,
          "size": 16,
          "borderRadius": 0,
          "left": "1247.5",
          "width": 131,
          "text": "单位",
          "opacity": 1,
          "key": "三级标题",
          "fontColor": null,
          "fontWeight": "bold",
          "zIndex": 1,
          "height": 62,
          "bgcSize": "cover"
        },
        {
          "bgcImage": null,
          "rotate": 0,
          "boxShadow": {
            "color": "#000",
            "blurRadius": 0,
            "x": 0,
            "y": 0,
            "SpreadRadius": 0
          },
          "link": "https://icqq5dmqiq.feishu.cn/drive/home/",
          "zoom": 1,
          "bgcColor": null,
          "top": "3177.5",
          "size": 16,
          "borderRadius": 0,
          "left": 702,
          "width": 112,
          "text": "不洗碗工作室",
          "opacity": 1,
          "key": "文本框",
          "fontColor": null,
          "fontWeight": "normal",
          "zIndex": 1,
          "height": 21,
          "bgcSize": "cover"
        }
      ],
      "zoom": 1
    },
    "configs": [
      {
        "route": "/",
        "id": "64058e21eb3680101a3f2ef9",
        "templateId": "64058e21eb3680101a3f2ef9",
        "config": {
          "container": {
            "height": 3500
          },
          "blocks": [
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "mode": "dark",
                "path": [
                  {
                    "path": "/",
                    "label": "主页",
                    "child": null
                  },
                  {
                    "path": "/mbc",
                    "label": "Mbc",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/ipad/",
                    "label": "iPod",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/iphone/",
                    "label": "ipple",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/watch/",
                    "label": "Watch",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/airpods/",
                    "label": "airPads",
                    "child": null
                  },
                  {
                    "path": "/denglu",
                    "label": "登陆",
                    "child": null
                  }
                ]
              },
              "bgcColor": null,
              "top": 0,
              "size": 16,
              "borderRadius": 0,
              "left": 57,
              "width": 1208,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "导航栏",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 52,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "white",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": "rgba(255, 255, 255, 1)",
              "top": 50,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "",
              "opacity": 1,
              "key": "网站模块背景",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": -1,
              "height": 3450,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/3eaf60d031cd427491abe0dbf5824c07.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 50,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 650,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/e8d45d7d8d894868ae3abf0c3b3ceb27.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 710,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 524,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/9d6bfdb12d1d4f31b47402aecefe15c9.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1231,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1498,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 659,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/9ba5591cb5f347cda414f31b37d17f87.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1900,
              "size": 16,
              "borderRadius": 0,
              "left": 8,
              "width": 730,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 406,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/db60e2ae5e364d0fa962579210de2ad3.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1902,
              "size": 16,
              "borderRadius": 0,
              "left": 754,
              "width": 733,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 404,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "componentProps": {
                "arrow": "hover",
                "loop": true,
                "bannerGroup": [
                  "https://img-blog.csdnimg.cn/8bc2dc269f1e49dcb0bcb70ebb8e883f.png",
                  "https://img-blog.csdnimg.cn/822a4eb0a56b41f59b01ac40b6956f44.png",
                  "https://img-blog.csdnimg.cn/96483548a22044198708daea6020e7b2.png",
                  "https://img-blog.csdnimg.cn/dda2581f158c44268bd25d50206f2515.png"
                ],
                "pauseOnHover": true,
                "indicatorPosition": "",
                "interval": 3000,
                "trigger": "hover",
                "type": "",
                "autoplay": true,
                "direction": "horizontal"
              },
              "bgcColor": null,
              "top": 2329,
              "size": 16,
              "borderRadius": 0,
              "left": 1,
              "width": 1499,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "轮播图",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 667,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 2,
              "size": 16,
              "borderRadius": 0,
              "left": 1263,
              "width": 237,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "站内搜索框",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 50,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/4ca1ae0d8f3d497c88fb7f13d1c40b59.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 58,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 55,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": "rgba(227, 222, 222, 1)",
              "top": 2580,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "网站模块背景",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 0,
              "height": 508,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": "rgba(255, 255, 255, 1)",
              "top": 0,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "网站模块背景",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 0,
              "height": 3500,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": "rgba(245, 241, 241, 1)",
              "top": 2973,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "网站模块背景",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 525,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://github.com/NEUQer-Tech/odin",
              "zoom": 1,
              "bgcColor": null,
              "top": 3113,
              "size": 16,
              "borderRadius": 0,
              "left": 188,
              "width": 131,
              "text": "odin地址",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "http://121.36.109.90/login",
              "zoom": 1,
              "bgcColor": null,
              "top": 3290,
              "size": 16,
              "borderRadius": 0,
              "left": 193,
              "width": 131,
              "text": "登陆账户",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "http://121.36.109.90/index",
              "zoom": 1,
              "bgcColor": null,
              "top": 3245,
              "size": 16,
              "borderRadius": 0,
              "left": 191,
              "width": 131,
              "text": "odin主页",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.apple.com.cn/",
              "zoom": 1,
              "bgcColor": null,
              "top": 3201,
              "size": 16,
              "borderRadius": 0,
              "left": 192,
              "width": 131,
              "text": "苹果官网",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://github.com/NEUQer-Tech/odin",
              "zoom": 1,
              "bgcColor": null,
              "top": 3157,
              "size": 16,
              "borderRadius": 0,
              "left": 190,
              "width": 131,
              "text": "github仓库",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://github.com/LaoBuZhang",
              "zoom": 1,
              "bgcColor": null,
              "top": 3115,
              "size": 16,
              "borderRadius": 0,
              "left": 701,
              "width": 131,
              "text": "laobuzhang",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://www.neuq.edu.cn/",
              "zoom": 1,
              "bgcColor": null,
              "top": 3116,
              "size": 16,
              "borderRadius": 0,
              "left": "1184.5",
              "width": 171,
              "text": "东北大学秦皇岛分校",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "borderStyle": "solid"
              },
              "bgcColor": null,
              "top": "3384.5",
              "size": 16,
              "borderRadius": 0,
              "left": 68,
              "width": 1373,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "分隔线",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 49,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3399,
              "size": 16,
              "borderRadius": 0,
              "left": "154.5",
              "width": 426,
              "text": "Copyright © 2023 Odin Inc. 保留所有权利。",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3400,
              "size": 16,
              "borderRadius": 0,
              "left": 586,
              "width": 526,
              "text": "隐私政策 | 使用条款 | 销售政策 | 法律信息 | 网站地图",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3438,
              "size": 12,
              "borderRadius": 0,
              "left": 152,
              "width": 549,
              "text": "京ICP备233号 营业执照 无线电发射设备销售备案编号114514",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3064,
              "size": 16,
              "borderRadius": 0,
              "left": "192.5",
              "width": 131,
              "text": "常用地址",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "bold",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3062,
              "size": 16,
              "borderRadius": 0,
              "left": "712.5",
              "width": 131,
              "text": "页面编辑",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "bold",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3063,
              "size": 16,
              "borderRadius": 0,
              "left": "1247.5",
              "width": 131,
              "text": "单位",
              "opacity": 1,
              "key": "三级标题",
              "fontColor": null,
              "fontWeight": "bold",
              "zIndex": 1,
              "height": 62,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "link": "https://icqq5dmqiq.feishu.cn/drive/home/",
              "zoom": 1,
              "bgcColor": null,
              "top": "3177.5",
              "size": 16,
              "borderRadius": 0,
              "left": 702,
              "width": 112,
              "text": "不洗碗工作室",
              "opacity": 1,
              "key": "文本框",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 21,
              "bgcSize": "cover"
            }
          ],
          "zoom": 1
        }
      },
      {
        "route": "/mbc",
        "id": "64058e21eb3680101a3f2ef9",
        "templateId": "64058e21eb3680101a3f2ef9",
        "config": {
          "container": {
            "bgcColor": "#fff",
            "height": 4500
          },
          "blocks": [
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "mode": "white",
                "path": [
                  {
                    "path": "/",
                    "label": "主页",
                    "child": null
                  },
                  {
                    "path": "/mbc",
                    "label": "Mbc",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/ipad/",
                    "label": "iPod",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/iphone/",
                    "label": "ipple",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/watch/",
                    "label": "Watch",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/airpods/",
                    "label": "airPads",
                    "child": null
                  },
                  {
                    "path": "/denglu",
                    "label": "登陆",
                    "child": null
                  }
                ]
              },
              "bgcColor": null,
              "top": 0,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1288,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "导航栏",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 3,
              "height": 52,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 3,
              "size": 16,
              "borderRadius": 0,
              "left": 1263,
              "width": 237,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "站内搜索框",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 3,
              "height": 50,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/13ae81cfc682476ca93f5eeaf4522ef9.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 71,
              "size": 16,
              "borderRadius": 0,
              "left": 34,
              "width": 1462,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 139,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/77e8e642e910409b82dba0b9e5ec6244.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 216,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 384,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/00d4e67e52464ae3a6ab11d6aa9e74df.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 611,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 556,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/0a066c90761d4864aadf0466a3ac995c.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1182,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 571,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "src": "https://img-blog.csdnimg.cn/e6ae446f0df6426d9f98fc112c3dfe9d.png",
                "lazy": false,
                "alt": "",
                "loading": "eager"
              },
              "bgcColor": null,
              "top": 1772,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "图片",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 2190,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": "rgba(245, 241, 241, 1)",
              "top": 3975,
              "size": 16,
              "borderRadius": 0,
              "left": 0,
              "width": 1500,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "网站模块背景",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 525,
              "bgcSize": "cover"
            }
          ],
          "zoom": 1
        }
      },
      {
        "route": "/denglu",
        "id": "64058e21eb3680101a3f2ef9",
        "templateId": "64058e21eb3680101a3f2ef9",
        "config": {
          "container": {
            "bgcColor": "#fff",
            "height": 550
          },
          "blocks": [
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "hit": false,
                "color": "",
                "size": "default",
                "round": false,
                "effect": "light",
                "type": ""
              },
              "bgcColor": null,
              "top": 276,
              "size": 16,
              "borderRadius": 0,
              "left": 398,
              "width": 132,
              "text": "用户名",
              "opacity": 1,
              "key": "标签",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 24,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "hit": false,
                "color": "",
                "size": "default",
                "round": false,
                "effect": "light",
                "type": ""
              },
              "bgcColor": null,
              "top": 335,
              "size": 16,
              "borderRadius": 0,
              "left": 397,
              "width": 132,
              "text": "密码",
              "opacity": 1,
              "key": "标签",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 24,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "clearable": false,
                "size": "default",
                "maxlength": 30,
                "showWordLimit": true,
                "showPassword": false,
                "disabled": false,
                "type": "text",
                "autosize": false
              },
              "bgcColor": null,
              "top": 272,
              "size": 16,
              "borderRadius": 0,
              "left": 572,
              "width": 565,
              "text": "请输入用户名",
              "opacity": 1,
              "key": "综合输入框",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 32,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "clearable": false,
                "size": "default",
                "maxlength": 30,
                "showWordLimit": true,
                "showPassword": false,
                "disabled": false,
                "type": "text",
                "autosize": false
              },
              "bgcColor": null,
              "top": 333,
              "size": 16,
              "borderRadius": 0,
              "left": 571,
              "width": 566,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "综合输入框",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 32,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "fit": "cover",
                "shape": "circle",
                "src": "https://cube.elemecdn.com/3/7c/3ea6beec64369c2642b92c6726f1epng.png"
              },
              "bgcColor": null,
              "top": 132,
              "size": 16,
              "borderRadius": 0,
              "left": 732,
              "width": 100,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "头像",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 2,
              "height": 100,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 440,
              "size": 16,
              "borderRadius": 0,
              "left": "887.517",
              "width": 145,
              "text": "登陆",
              "opacity": 1,
              "key": "按钮-成功",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 32,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "bgcColor": null,
              "top": 441,
              "size": 16,
              "borderRadius": 0,
              "left": "511.517",
              "width": 145,
              "text": "重置",
              "opacity": 1,
              "key": "默认按钮",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 32,
              "bgcSize": "cover"
            },
            {
              "bgcImage": null,
              "rotate": 0,
              "boxShadow": {
                "color": "#000",
                "blurRadius": 0,
                "x": 0,
                "y": 0,
                "SpreadRadius": 0
              },
              "zoom": 1,
              "componentProps": {
                "mode": "white",
                "path": [
                  {
                    "path": "/",
                    "label": "主页",
                    "child": null
                  },
                  {
                    "path": "/mbc",
                    "label": "Mbc",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/ipad/",
                    "label": "iPod",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/iphone/",
                    "label": "ipple",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/watch/",
                    "label": "Watch",
                    "child": null
                  },
                  {
                    "path": "https://www.apple.com.cn/airpods/",
                    "label": "airPads",
                    "child": null
                  },
                  {
                    "path": "/denglu",
                    "label": "登陆",
                    "child": null
                  }
                ]
              },
              "bgcColor": null,
              "top": 0,
              "size": 16,
              "borderRadius": 0,
              "left": 109,
              "width": 1288,
              "text": "请输入文本内容",
              "opacity": 1,
              "key": "导航栏",
              "fontColor": null,
              "fontWeight": "normal",
              "zIndex": 1,
              "height": 52,
              "bgcSize": "cover"
            }
          ],
          "zoom": 1
        }
      }
    ],
    "category": "techonology",
    "hot": 0,
    "name": "科技网页模板",
    "introduction": "仿照苹果官网制作的模板,有三个页面",
    "labels": [
      "科技",
      "苹果"
    ],
    "maker": "odin offical lcx",
    "downloads": 0,
    "photos": [
      "http://121.36.109.90:8000/api/image/laobuzhang/64058c59e4b0bfbdc5095f54.png",
      "http://121.36.109.90:8000/api/image/laobuzhang/64058ca1e4b0bfbdc5095f55.png",
      "http://121.36.109.90:8000/api/image/laobuzhang/64058d27e4b0bfbdc5095f56.png"
    ],
    "likeCount": 0
  }
}
上一页
获取某模板展示信息(不含json)
下一页
根据分类获取模板(未完成)
Built with