Commit Graph

12 Commits

Author SHA1 Message Date
悠静萝莉
13505fdedc
feat: upgrade to vue 3.4 and fix route issues (#699)
* feat: 升级Vue3.4,修复Route调用方式造成一系列问题

* fix: 修复编译问题
2024-03-30 22:32:05 +08:00
悠静萝莉
0f7096a167
feat: 将代码迁移至TS严格模式 (#684)
* feat: 将现有代码迁移至TS严格模式 - 禁止隐匿Any的This

* feat: 将代码迁移至TS严格模式 - 启用JS严格模式 和 绑定类型检查

* feat: 移除无用钩子,修改为工具API

* feat: 将代码迁移至TS严格模式 - 启用严格函数类型检查
2024-02-18 11:10:42 +08:00
悠静萝莉
f9f9e91438
feat: 将现有代码迁移至TS严格模式 - 禁止any类型 (#519)
* feat: 新增type enum类型

* feat: 开启禁止any类型规则

* types: 优化通知标签类型

* types: 补充标签页移除方法类型

* types: 补充请求工具类型

* types: 补充store相关类型

* types: 补充路由相关类型

* types: 补充钩子类型

* types: 补充页面组件类型

* types: 补充布局类型

* fix: 修复编译问题
2023-05-24 10:40:06 +08:00
yuyang
d64f9503bf
feat: add tdesign components typing tips (#378)
* feat: add tdesign components typing tips

* chore: fix type
2022-12-19 18:16:01 +08:00
悠静萝莉
4067e7ca30
feat: router修改为自动导入 (#223)
* feat: router修改为自动导入

* fix: 修复CI编译错误并移除多余声明

* feat: 添加orderNo令自动导入的路由可以排序
2022-07-12 14:14:44 +08:00
悠静萝莉
9c15ec8ae0
chore: 迁移types文件夹并移除别名 2022-06-23 14:07:35 +08:00
悠静萝莉
ffb9e0743b
chore: 添加types文件夹支持(以#号做为路径简写) 2022-06-22 19:10:19 +08:00
PY
a5b177e8e1 refactor: login page replace form component (#9)
Co-authored-by: pengYYYYY <pengyue970715@gmail.com>
2021-11-27 18:50:07 +08:00
PY
75df4f1672 Feat/updateconfig (#2)
* feat: update eslint config and npmpkg

* feat: update color config

* feat: eslint update

* feat: update ts config

Co-authored-by: yue.peng <yue.peng@ly.com>
Co-authored-by: pengYYYYY <pengyue970715@gmail.com>
2021-11-26 10:45:04 +08:00
pengYYYYY
9811a061b6 feat: add orange-ci and 2021-09-08 14:55:19 +08:00
pengYYYYY
c62ba2cf6c fix: ts error (merge request !5)
Squash merge branch 'fix/tserror' into 'develop'
fix: ts error


Co-author: pengYYYYY <pengyue970715@gmail.com>
2021-09-01 10:24:33 +00:00
pengYYYYY
36c4b55d97 develop (merge request !2)
Squash merge branch 'develop' into 'master'

Co-author: pengYYYYY <pengyue970715@gmail.com>
2021-08-26 03:27:48 +00:00