Skip to content

festina-lente-z/react-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

技术栈

  • 前端:React、React Hook、Redux
  • 后端:Midway FaaS、云数据库RDS MySQL

功能展示

alt

后台配置

  • 自定义模块 alt
  • 模块增删及拖拽

前台展示

schema结构

{
  name: '',
  attributes: {
    title: ''
  },
  children: [
    {
      name: 'Banner',
      attributes: {
        title: '',
        description: '',
        showSmallPic: true,
        smallPicUrl: '',
        backgroundUrl: '',
        backgroundHeight: ''
      },
      children: []
    }, {
      name: 'List',
      attributes: {},
      children: [{
        name: 'Item',
        attributes: {
          title: '',
          description: '',
          imageUrl: '',
          link: ''
        },
        children: [] 
      }]
    },{
      name: 'Footer',
      attributes: {
        copyright: '',
        record: ''
      },
      children: [{
        name: 'Item',
        attributes:{
          title: '',
          link: ''
        },
        children: []
      }]
    },
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published