sheng
|
48cfebd008
|
refactor: 移除组件内置i18n翻译,改为调用方自行处理
Release pipeline / publish (push) Waiting to run
Release pipeline / Always run job (push) Waiting to run
1. 调整菜单路由路径与API基础路径匹配生产配置更名
2. 优化page-table和page-dialog-form组件,移除内置的$t翻译逻辑,由调用方传入已翻译的文本
3. 为无menu_id的菜单项生成默认空路径
|
2026-05-27 18:37:37 +08:00 |
|
sheng
|
2cc8329695
|
refactor: remove old demo pages and static menu logic
1. 删除大量旧的示例页面、组件示例和静态菜单配置
2. 新增菜单扁平数组转树形结构工具函数
3. 重构菜单加载逻辑,改为从后端动态获取并格式化
4. 新增全局权限检查方法和自定义权限指令
5. 优化侧边栏菜单路由跳转逻辑,自动跳转第一个有权限的子页面
6. 移除路由中对旧demo模块的引用
|
2026-05-27 18:07:48 +08:00 |
|
sheng
|
0f3b5d4371
|
refactor(login): 重构登录页面,适配国际化并简化功能
1. 将页面文本替换为国际化翻译
2. 移除验证码、快速登录等冗余功能
3. 更新logo资源路径与表单校验逻辑
4. 优化页面样式与代码结构
|
2026-05-27 16:42:19 +08:00 |
|
sheng
|
000b87eb92
|
feat: 新增登录注销功能,调整接口与配置
1. 新增项目logo文件
2. 调整API基础地址与开发代理配置
3. 添加多语言登录相关文案
4. 新增登录注销API接口
5. 重构请求与账号登录注销逻辑
6. 更新文档与菜单store状态
|
2026-05-27 16:42:03 +08:00 |
|
sheng
|
8a4511dc36
|
docs: add i18n spec and login migration docs, fix router trailing char
1. 新增国际化规范文档 `i18n-rules.md`,详细说明项目国际化的规范、key 命名、使用方式等
2. 新增登录页面搬迁文档 `login-page-migration.md`,记录登录页搬迁的步骤、依赖和验证清单
3. 修复生产主数据路由文件中多余的尾随字符
|
2026-05-27 14:38:53 +08:00 |
|
sheng
|
3eaea3116d
|
feat: 新增工厂区域管理页面,修复Sass废弃警告
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled
1. 新增生产配置-工厂模型-工厂区域完整CRUD页面
2. 新增通用表格、弹窗表单、i18n工具组件
3. 升级sass-loader并修复Sass废弃警告
4. 添加文档记录Sass迁移修复细节
|
2026-05-26 18:32:57 +08:00 |
|
liy
|
b724969912
|
docs: 更新文档地址
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled
|
2023-05-18 07:44:31 +08:00 |
|
FairyEver
|
404fad81e8
|
docs: remove cdn.d2.pub
|
2022-12-29 14:07:58 +08:00 |
|
semantic-release-bot
|
91d04bddb2
|
chore(release): 1.25.0 [skip ci]
# [1.25.0](https://github.com/d2-projects/d2-admin/compare/v1.24.3...v1.25.0) (2022-08-23)
### Features
* update packages minor ([85bdc01](85bdc019ea))
* update packages patch ([24a2f64](24a2f64d27))
|
2022-08-23 14:21:14 +00:00 |
|
FairyEver
|
508c1a58f3
|
Merge branch 'feature/update_packages' into develop
|
2022-08-23 22:19:24 +08:00 |
|
FairyEver
|
85bdc019ea
|
feat: update packages minor
|
2022-08-23 22:18:53 +08:00 |
|
FairyEver
|
24a2f64d27
|
feat: update packages patch
|
2022-08-23 22:12:26 +08:00 |
|
semantic-release-bot
|
30b442e16c
|
chore(release): 1.24.3 [skip ci]
## [1.24.3](https://github.com/d2-projects/d2-admin/compare/v1.24.2...v1.24.3) (2022-08-23)
### Bug Fixes
* 🐛 注销用户清空vuex用户信息失效 ([a7784d4](a7784d4a32))
* remove never used code ([57534be](57534be3fb))
* remove simplemde ([dd99b57](dd99b57b6e))
|
2022-08-23 13:56:30 +00:00 |
|
FairyEver
|
57534be3fb
|
fix: remove never used code
|
2022-08-23 21:55:34 +08:00 |
|
FairyEver
|
dd99b57b6e
|
fix: remove simplemde
|
2022-08-23 21:55:00 +08:00 |
|
FairyEver
|
e2ed7e95fd
|
build: semantic-release
|
2022-08-23 21:46:40 +08:00 |
|
李杨
|
97f0d8e177
|
Merge pull request #352 from menduo/patch-1
Fix image address
|
2022-02-16 11:12:17 +08:00 |
|
李杨
|
0082db6a86
|
Merge pull request #355 from obrua/patch-1
fix: 🐛 注销用户清空vuex用户信息失效
|
2022-02-16 11:11:06 +08:00 |
|
obrua
|
a7784d4a32
|
fix: 🐛 注销用户清空vuex用户信息失效
注销用户清空vuex用户信息,需要在uuid删除之前,不然无法删除
|
2022-01-04 14:30:46 +08:00 |
|
menduo
|
0378704021
|
Fix image address
Fix image address
|
2021-11-08 11:50:04 +08:00 |
|
FairyEver
|
44b17dc698
|
docs: add django-vue-admin-pro
|
2021-07-28 13:15:43 +08:00 |
|
semantic-release-bot
|
72702b6b67
|
chore(release): 1.24.2 [skip ci]
## [1.24.2](https://github.com/d2-projects/d2-admin/compare/v1.24.1...v1.24.2) (2021-07-23)
### Bug Fixes
* merge replaced Object.assign ([37f63bf](37f63bf20c))
|
2021-07-23 03:19:38 +00:00 |
|
FairyEver
|
37f63bf20c
|
fix: merge replaced Object.assign
https://github.com/d2-projects/d2-admin/issues/342
|
2021-07-23 11:17:33 +08:00 |
|
semantic-release-bot
|
10223f7aef
|
chore(release): 1.24.1 [skip ci]
## [1.24.1](https://github.com/d2-projects/d2-admin/compare/v1.24.0...v1.24.1) (2021-07-20)
### Bug Fixes
* update sass and options ([ba795d0](ba795d0887))
|
2021-07-20 14:06:32 +00:00 |
|
FairyEver
|
ba795d0887
|
fix: update sass and options
|
2021-07-20 22:05:22 +08:00 |
|
FairyEver
|
18a74c2cd6
|
Merge branch 'master' into dev
|
2021-07-20 21:44:57 +08:00 |
|
FairyEver
|
32d0d04c03
|
docs: Open in Visual Studio Code
|
2021-07-09 20:33:32 +08:00 |
|
FairyEver
|
718522c874
|
Merge branch 'master' into dev
|
2021-03-29 14:49:12 +08:00 |
|
李杨
|
98febbfccb
|
Merge pull request #328 from d2-projects/dependabot/npm_and_yarn/marked-2.0.0
chore(deps): bump marked from 1.2.4 to 2.0.0
|
2021-02-23 10:47:02 +08:00 |
|
dependabot[bot]
|
1713645808
|
chore(deps): bump marked from 1.2.4 to 2.0.0
Bumps [marked](https://github.com/markedjs/marked) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.4...v2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-02-08 21:26:37 +00:00 |
|
CNine
|
862dafe516
|
Merge pull request #323 from d2-projects/dependabot/npm_and_yarn/axios-0.21.1
chore(deps): bump axios from 0.19.2 to 0.21.1
|
2021-01-06 16:29:17 +08:00 |
|
dependabot[bot]
|
4a00c08da7
|
chore(deps): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-04 22:50:01 +00:00 |
|
FairyEver
|
1508cb9012
|
ci: 💚 use foxundermoon/setup-qshell@v1
|
2021-01-03 10:14:49 +08:00 |
|
semantic-release-bot
|
a94de6f382
|
chore(release): 1.24.0 [skip ci]
# [1.24.0](https://github.com/d2-projects/d2-admin/compare/v1.23.0...v1.24.0) (2020-12-28)
### Features
* ✨ 更改 api 引入的方法更合理化 ([e02f490](e02f4909d0))
|
2020-12-28 06:11:40 +00:00 |
|
FairyEver
|
e02f4909d0
|
feat: ✨ 更改 api 引入的方法更合理化
|
2020-12-28 14:06:04 +08:00 |
|
semantic-release-bot
|
219906665a
|
chore(release): 1.23.0 [skip ci]
# [1.23.0](https://github.com/d2-projects/d2-admin/compare/v1.22.0...v1.23.0) (2020-12-03)
### Features
* ✨ 提供多页面构建示例,优化了打包分包,取消CDN加载依赖但保留了设置入口 ([41a7e02](41a7e02eb5))
|
2020-12-03 14:05:45 +00:00 |
|
FairyEver
|
41a7e02eb5
|
feat: ✨ 提供多页面构建示例,优化了打包分包,取消CDN加载依赖但保留了设置入口
|
2020-12-03 22:03:58 +08:00 |
|
FairyEver
|
a947e40e14
|
docs: 📝 update docs
|
2020-12-03 19:00:59 +08:00 |
|
FairyEver
|
a677c889ee
|
docs: 📝 add boot-admin
|
2020-12-03 18:58:24 +08:00 |
|
semantic-release-bot
|
e2611b65d5
|
chore(release): 1.22.0 [skip ci]
# [1.22.0](https://github.com/d2-projects/d2-admin/compare/v1.21.0...v1.22.0) (2020-11-30)
### Bug Fixes
* 📦 lodash-es to lodash (lowdb存在导致lodash无法移除) ([136e6cd](136e6cd040))
### Features
* 📦 update @d2-projects/vue-table-export and @d2-projects/vue-table-import ([0d4f315](0d4f315a27))
|
2020-11-30 06:52:43 +00:00 |
|
FairyEver
|
136e6cd040
|
fix: 📦 lodash-es to lodash (lowdb存在导致lodash无法移除)
|
2020-11-30 14:51:31 +08:00 |
|
FairyEver
|
0d4f315a27
|
feat: 📦 update @d2-projects/vue-table-export and @d2-projects/vue-table-import
|
2020-11-30 13:30:57 +08:00 |
|
semantic-release-bot
|
6ffb7ffea5
|
chore(release): 1.21.0 [skip ci]
# [1.21.0](https://github.com/d2-projects/d2-admin/compare/v1.20.1...v1.21.0) (2020-11-30)
### Features
* 📦 lodash to lodash-es ([f539271](f53927121e))
* update visitor count badge ([abcd573](abcd573834))
* 移除已经不需要的页面注册 index.js ([041fe66](041fe66ae7))
* 调整 createRequest 中 params 处理顺序 ([bf7ed65](bf7ed65e23))
* 默认 layout 使用处理过的 element 滚动条组件替代 better-scroll ([a93e966](a93e966457))
* **api:** ✨ 完善 service 代码,request 现在会根据需要自动序列化参数 ([886a4a8](886a4a8638))
|
2020-11-30 05:19:26 +00:00 |
|
FairyEver
|
aa8d1aa8fb
|
docs: 📦 移除 better-scroll 示例
|
2020-11-24 09:03:03 +08:00 |
|
FairyEver
|
a93e966457
|
feat: 默认 layout 使用处理过的 element 滚动条组件替代 better-scroll
|
2020-11-24 08:58:46 +08:00 |
|
FairyEver
|
f22d2209a2
|
ci: update bark id
|
2020-11-21 21:16:38 +08:00 |
|
FairyEver
|
f9d1586751
|
ci: remove d2-projects/repo-email-feedback@v1.3
|
2020-11-21 20:50:52 +08:00 |
|
FairyEver
|
bf7ed65e23
|
feat: 调整 createRequest 中 params 处理顺序
|
2020-11-21 12:08:15 +08:00 |
|
FairyEver
|
041fe66ae7
|
feat: 移除已经不需要的页面注册 index.js
|
2020-11-20 09:14:08 +08:00 |
|
FairyEver
|
abcd573834
|
feat: update visitor count badge
|
2020-11-18 09:03:27 +08:00 |
|