Commit Graph

218 Commits

Author SHA1 Message Date
qlin
c7ad0cd806
feat: 添加 console 配置,支持输出 version (#263)
Some checks are pending
Deploy Docs / build-and-deploy (push) Waiting to run
Deploy Docs / build-and-deploy-pages (push) Waiting to run
Gitee Mirror / build (push) Waiting to run
2024-11-29 10:58:12 +08:00
qlin
efd8708752
feat: webpack-dev 升级到5.x,提升 dev 性能,优化日志输出 (#259)
Some checks failed
Deploy Docs / build-and-deploy (push) Has been cancelled
Deploy Docs / build-and-deploy-pages (push) Has been cancelled
Gitee Mirror / build (push) Has been cancelled
2024-11-22 10:29:48 +08:00
winixt
9d8692e5f8 docs: 优化文档 2024-11-20 20:21:04 +08:00
qlin
eb6ed75dd4
feat: menu 支持配置 _blank 在新页面打开 (#258)
Some checks are pending
Deploy Docs / build-and-deploy (push) Waiting to run
Deploy Docs / build-and-deploy-pages (push) Waiting to run
Gitee Mirror / build (push) Waiting to run
2024-11-19 10:54:24 +08:00
qlin
4b3fb7b3d1
fix: 控制 tab 是否可以刷新 (#257)
Some checks failed
Deploy Docs / build-and-deploy (push) Has been cancelled
Deploy Docs / build-and-deploy-pages (push) Has been cancelled
Gitee Mirror / build (push) Has been cancelled
2024-11-14 16:16:50 +08:00
听海
a303e171c9
feat: 暴露语言变化事件 & layout的title支持配置国际化 (#255)
* feat: layout的title支持国际化

* feat: locale插件暴漏onLocaleChange事件

* chore: change docs

* fix: 去掉无用代码

---------

Co-authored-by: winixt <haizekuo@gmail.com>
2024-10-23 18:58:36 +08:00
qlin
314dc2133b
feat: 403 404 页面文案可配置 (#253) 2024-10-12 10:08:08 +08:00
听海
35328603c6
refactor: 完善useLayout (#250) 2024-09-18 14:09:24 +08:00
harrywan
e2e5fa9496 feat: 更新文档 2024-09-05 15:01:59 +08:00
ocean_gao
d87baedac0
feat: plugin-layout 支持顶部导航栏父菜单没有配置跳转链接的情况 (#244)
* feat: plugin-layout 兼容顶部导航栏父菜单没有配置跳转链接的情况

* feat(plugin-layout): 代码逻辑优化
2024-05-24 11:09:41 +08:00
winixt
c7496eab6e docs: 优化 request 文档 2024-01-18 19:14:23 +08:00
1zumii
74fa0ba122
feat(plugin-layout): 支持配置 403、404 的 navigation (#224)
* feat: 升级 eslint 配置及版本

* feat(plugin-layout): 支持配置 403、404  的 navigation

* docs: 补充文档
2024-01-12 12:43:57 +08:00
winixt
098d175ddf docs: update docs: 2023-12-27 17:51:02 +08:00
qlin
fec7a8f1ae
feat: 升级 vite5 (#222)
* feat: 升级 vite5

* fix: 优化 webpack publicPath

* fix: 优化文档

* chore: remove log

* chore: remove 无效代码
2023-12-14 14:28:02 +08:00
qlin
04e745fa72
docs: 优化 request 文档 (#219) 2023-10-30 14:28:01 +08:00
qlin
3e580dbed9
fix: 优化依赖 (#220) 2023-10-24 18:34:53 +08:00
听海
7e0d5ab991
feat: 国际化支持模块化配置 (#217) 2023-09-15 14:33:42 +08:00
qlin
fdaf1fde73
feat: plugin access 添加 getRole 接口 (#207) 2023-08-23 19:11:08 +08:00
winixt
617a36e461 docs: 优化 layout 文档 2023-08-03 16:41:03 +08:00
winixt
d668d06dc8 docs: 优化文档构建 2023-08-03 16:08:41 +08:00
qlin
3c1290fc58
feat: 增加配置控制全局样式加载顺序 (#195)
* docs: remove pwa

* fix: 全局样式覆盖问题

* fix: 修复全局样式加载顺序问题

* chore: 优化代码
2023-06-02 10:59:31 +08:00
winixt
4b2689c5eb docs: fix docs deploy 2023-04-24 15:59:04 +08:00
winixt
f4e4bde755 docs: fix docs build problem 2023-04-24 15:34:50 +08:00
qlin
70db98e617
docs: 切换使用vitepress (#192)
* sdf

* docs: 优化文档

* fix: webpack 编译失败问题

---------

Co-authored-by: wanchun <445436867@qq.com>
2023-04-24 14:41:41 +08:00
听海
92fa1919b7
feat: mini-css-extract-plugin支持配置 (#190) 2023-04-23 19:49:38 +08:00
qlin
594fd966df
docs: 优化文档 (#187) 2023-04-12 16:03:07 +08:00
wanchun
eb4c2d92f9 docs: pages 2023-04-10 15:12:01 +08:00
wanchun
909c32c0a0 ci: 升级本地pnpm 2023-04-10 14:33:16 +08:00
听海
c3969f8d87
feat: 添加[...slug].vue方式替换*.vue实现模糊匹配 (#183) 2023-04-07 20:46:33 +08:00
winixt
21c404aa07 feat: change request to fetch 2023-04-01 15:59:37 +08:00
winixt
35be9b4aa6 docs: 优化 docs 2023-04-01 15:45:51 +08:00
winixt
b0c764f75a docs: 优化文档版本依赖 2023-03-30 21:24:12 +08:00
winixt
49063482eb chore: 3.0 发版本前奏 2023-03-30 21:16:04 +08:00
听海
fc4173a7e8
feat(plugin-layout): 多页签支持配置title (#174)
* feat(plugin-layout): 多页签支持配置title

* feat: 更改参数名 & 关闭页面清数据

* docs: 更新文档

* docs: 更新文档
2023-03-13 20:28:03 +08:00
wanchun
9295b91370 Merge branch 'swc' of https://github.com/RiESAEX/fes.js into RiESAEX-swc 2023-03-01 17:51:35 +08:00
wanchun
e05fb32a76 feat: plugin-swc 2023-03-01 16:29:42 +08:00
wanchun
d87a7815e8 docs: 优化plugin-layout文档 2023-01-30 14:30:39 +08:00
qlin
8332b1114c
feat: 添加 login 插件 (#168)
* feat: 添加 login 插件

* docs: 优化 access docs 文档

* refactor: beforeRender迁移到router创建后

* fix: 修复清除webpack-cache问题

* refactor: 优化 plugin 插件

Co-authored-by: wanchun <445436867@qq.com>
2023-01-11 15:51:43 +08:00
RiESAEX
6e5bfbca93 docs: swc 2022-12-28 02:39:51 +00:00
wanchun
ca039ff85d docs: 修正文档 2022-12-05 14:26:17 +08:00
听海
5c44181fcd
feat: qiankun插件支持vite (#157)
* feat: qiankun支持vite

* fix: 优化根据meta创建qiankun子路由逻辑

* refactor: 优化模板代码
2022-11-29 11:12:51 +08:00
wanchun
d2dab3b136 docs: 更换联系人图片地址 2022-11-18 12:27:16 +08:00
wanchun
aab3080a1d docs: 更新文档 2022-11-18 11:13:51 +08:00
wanchun
907879eac5 docs: 增加backToTop插件 2022-11-17 16:46:01 +08:00
wanchun
3660291e14 docs: 升级vuepress和修复文档配置 2022-11-17 16:37:46 +08:00
wanchun
b4443889d4 docs: 更新文档 2022-11-17 15:53:21 +08:00
wanchun
8306d8a018 docs: 更新文档 2022-11-17 15:45:22 +08:00
wanchun
554242139a docs: 更新文档 2022-11-17 15:39:14 +08:00
wanchun
6e88e90a9d docs: 更新文档 2022-11-17 14:45:31 +08:00
听海
104571b2a4
feat: 路由支持配置base & plugin-locale插件legacy默认false (#154)
* feat: 路由支持配置base & plugin-locale插件legacy默认false

* docs: 修改文档
2022-11-10 19:08:35 +08:00