Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 3.65 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.2 (2022-07-21)

✨ Features | 新功能

  • 识别当前路由展开菜单项 (4f73056)
  • header & logout: 添加登录状态与LS的关联,添加退出登录 (8535f7a)
  • layout: 修改布局设计 (93353c9)
  • locale: 国际化配置及其他修改 (c450fba)
  • login: add login page (a94af16)
  • menu: 菜单适应三级菜单 (7321b50)
  • nprogress: 添加路由进度条 (f83ec72)
  • plugin: 添加自定义加载插件 (bbb40a3)
  • prism: 添加代码块组件 (19aa20a)
  • request: 添加axios请求封装、拦截器、mock接口 (835d5b5)
  • router & store: 添加简单路由守卫和store关联 (234df57)
  • types & deepclone: 全局类型声明及深克隆函数 (cc92289)

🐛 Bug Fixes | Bug 修复

0.0.1 (2022-07-08)

👷 Continuous Integration | CI 配置

  • verison: 配置standard-version (8123819)

0.0.0 (2022-07-08)

Features

  • github: 添加issue模板 (58aac11)

Bug Fixes