feige996
|
5a2da76e42
|
chore: 更新初始化脚本和基础文件创建逻辑
- 在package.json中添加init-json脚本
- 修改create-base-files.js以处理空文件情况
- 为pages对象添加subPackages空数组
|
2025-11-06 16:37:03 +08:00 |
|
feige996
|
a8b8d4b236
|
fix(unocss): 移除content配置以解决windows系统报错
|
2025-11-06 10:01:16 +08:00 |
|
feige996
|
c96de81c9d
|
chore: 更新版本号至3.18.11并修改更新时间
|
2025-11-06 09:54:45 +08:00 |
|
feige996
|
234b4c8173
|
fix(router): 修复路由不存在判断逻辑错误
原逻辑使用every判断会导致条件始终为true,现改为some确保正确检测不存在的路由
|
2025-11-05 16:35:48 +08:00 |
|
feige996
|
daab3ddedd
|
refactor(vite): 调整插件加载顺序以优化构建流程
将UniLayouts、UniPlatform和UniManifest插件移至UniPages插件之前加载,确保构建顺序正确
|
2025-11-05 15:07:39 +08:00 |
|
feige996
|
c67ec027d7
|
fix(vite配置): 调整插件顺序确保UniKuRoot在修改pages.json的插件后执行
将UniKuRoot插件移动到可能修改pages.json的插件之后执行,并添加excludePages配置
|
2025-11-05 10:57:21 +08:00 |
|
feige996
|
26bebb90cb
|
feat: 添加本地SVG图标示例
|
2025-11-04 16:22:13 +08:00 |
|
菲鸽
|
fa0a16d7df
|
Merge pull request #341 from GreatAuk/local-icon
chore: unocss-Icons 支持加载本地 svg 作为图标
|
2025-11-04 16:08:53 +08:00 |
|
feige996
|
95c2046972
|
refactor(uno.config): 移除未使用的presetAttributify插件
清理未使用的presetAttributify插件以简化配置
|
2025-11-04 14:19:03 +08:00 |
|
feige996
|
b19a3a2ca8
|
fix(uno.config): 添加content配置解决小程序构建报错
添加exclude和include配置以解决小程序构建时的CSS解析错误。采用防御性编程策略确保未来结构变化时的稳定性,同时提高构建性能和避免潜在冲突。
|
2025-11-04 14:17:38 +08:00 |
|
Utopia
|
2f93592e30
|
chore: unocss-Icons 支持加载本地 svg 作为图标
|
2025-11-04 10:18:09 +08:00 |
|
feige996
|
609c0a24d5
|
refactor(scripts): 调整升级后要移除的依赖项
清理不再需要的平台和小程序依赖,保持配置简洁
|
2025-11-03 17:10:37 +08:00 |
|
feige996
|
adffb24e4e
|
ci(auto-merge): 添加从main合并到base分支的自动合并工作流
添加新的工作流步骤,实现从main分支自动合并到base分支的功能
|
2025-11-03 16:51:49 +08:00 |
|
菲鸽
|
444bda7809
|
Merge pull request #338 from GreatAuk/fix-auth-guard
fix: 如果路由拦截器和http响应拦截都符合条件,可能会多次跳转登录页面
|
2025-11-03 16:46:12 +08:00 |
|
菲鸽
|
d5bbaa7975
|
Merge pull request #339 from GreatAuk/Meaningless
优化工程
|
2025-11-03 16:43:11 +08:00 |
|
Utopia
|
2c442892c0
|
chore: 非生产环境打包时,不删除 debugger 符号,否则开发环境下也无法使用 debugger
|
2025-10-31 17:27:25 +08:00 |
|
Utopia
|
6b3e8508b2
|
chore: 删除推荐 vsc 插件中的 christian-kohler.path-intellisense,路径提示功能,vsc 已经原生提供了
|
2025-10-31 17:18:47 +08:00 |
|
Utopia
|
df8850f7ce
|
chore: 删除推荐 vsc 插件中的 esbenp.prettier-vscode, 项目并没有使用到 prettier
|
2025-10-31 17:16:14 +08:00 |
|
Utopia
|
234dc829c9
|
fix: openapi-ts-request 生成的代码,options 类型定义不对
|
2025-10-31 16:36:11 +08:00 |
|
Utopia
|
a7b5a80009
|
fix: 如果路由拦截器和http响应拦截都符合条件,可能会两次跳转登录页面
|
2025-10-31 14:39:01 +08:00 |
|
Utopia
|
25c229869c
|
feat: 新增 util - toLoginPage 跳转到登录页, 带防抖处理
|
2025-10-31 14:33:47 +08:00 |
|
Utopia
|
18a8a2fe22
|
feat: 新增 util - debounce (从 es-toolkit copy)
|
2025-10-31 14:20:43 +08:00 |
|
菲鸽
|
72271798be
|
Merge pull request #335 from GreatAuk/update-tsconfig
chore(tsconfig): 更新 moduleResolution: node -> bundler
|
2025-10-30 11:14:06 +08:00 |
|
Utopia
|
e1e9eb0496
|
chore(tsconfig): 更新 moduleResolution 为 bundler
|
2025-10-30 10:59:20 +08:00 |
|
feige996
|
ff96ace9a8
|
chore: 更新 package.json 版本号至 3.18.10
|
2025-10-29 18:14:03 +08:00 |
|
feige996
|
6fcb03ee53
|
fix(http): 修改http请求返回数据为responseData.data
之前直接返回整个responseData,现在改为只返回data字段以符合业务需求
|
2025-10-29 17:56:02 +08:00 |
|
菲鸽
|
1f4618734c
|
Merge pull request #333 from GreatAuk/extend-type
ts 类型完善
|
2025-10-29 17:52:25 +08:00 |
|
Utopia
|
c54b4aebe0
|
feat: 将 tabbar 使用到的 ts 类型全部提取到 types.ts 文件中,减少阅读干扰
|
2025-10-29 14:45:19 +08:00 |
|
Utopia
|
b6415c8282
|
feat: 为 tabbar 的 pagePath 添加明确的联合类型
|
2025-10-29 14:08:40 +08:00 |
|
菲鸽
|
ec5e26a43b
|
Merge pull request #331 from GreatAuk/extend-type
feat: 为 definePage 的参数扩展一些当前项目中特定的属性
|
2025-10-29 11:25:12 +08:00 |
|
菲鸽
|
733a472132
|
Merge pull request #325 from pigeon2049/patch-1
Increase Node.js memory limit in .npmrc
|
2025-10-29 11:25:02 +08:00 |
|
菲鸽
|
eaaa26c898
|
Merge pull request #330 from GreatAuk/openapi-ts-reques
feat: 更新 openapi-ts-request 1.6.7 -> 1.10.0
|
2025-10-29 11:22:21 +08:00 |
|
Utopia
|
b7bf251254
|
feat: 为 definePage 的参数扩展一些当前项目中特定的属性
|
2025-10-29 11:07:08 +08:00 |
|
Utopia
|
22ad6c4a91
|
fix: about 页,userInfo ts 类型定义错误
|
2025-10-28 13:40:56 +08:00 |
|
Utopia
|
3d8cd1509e
|
feat: 更新 openapi-ts-request 1.6.7 -> 1.10.0
|
2025-10-28 13:34:35 +08:00 |
|
feige996
|
5c83613bc4
|
feat(vite配置): 添加WotResolver组件解析器
在vite配置中引入@uni-helper/vite-plugin-uni-components/resolvers的WotResolver,用于自动解析组件
|
2025-10-26 14:34:11 +08:00 |
|
pigeon2049
|
492942295e
|
Increase Node.js memory limit in .npmrc
fix FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
|
2025-10-24 09:55:32 +08:00 |
|
feige996
|
6ca56573b6
|
ci(workflow): 将自动合并目标分支从base改为wot-ui
|
2025-10-22 09:48:49 +08:00 |
|
feige996
|
b7cb032174
|
ci(workflow): 更新自动合并工作流配置
- 启用从main到base分支的自动合并
- 移除main-v4和i18n-v4相关的合并任务
|
2025-10-22 09:44:22 +08:00 |
|
feige996
|
da99a61b2f
|
chore: 更新版本号至3.18.9并修改更新时间
|
2025-10-21 16:09:03 +08:00 |
|
feige996
|
ec012f41a1
|
refactor(http): 移除注释并添加TODO提示
移除冗余注释,简化错误处理逻辑。添加TODO提示以便后续处理不满足业务要求的情况。
|
2025-10-21 16:08:22 +08:00 |
|
菲鸽
|
14a07161c1
|
Merge pull request #309 from srsng/typo/tabbar-readme
chore: 修复少量typo,统一`` ` ``对tabbar的包裹并添加一些换行改善编辑视图的排版
|
2025-10-21 16:01:43 +08:00 |
|
菲鸽
|
3f457a5f57
|
Merge pull request #314 from ithaos/fix_no_tabber_decide
fix isPageTabbar 问题
|
2025-10-21 16:01:10 +08:00 |
|
haos
|
e61ad54da5
|
解决isPageTabbar在设置0: NO_TABBAR时返回true 问题
|
2025-10-21 09:53:58 +08:00 |
|
srsng
|
0aa753237a
|
chore: 修复少量typo,统一` ``对tabbar的包裹并添加一些换行改善编辑视图的排版
换行其实是markdownlint插件干的
|
2025-10-18 23:52:16 +08:00 |
|
feige996
|
52386579e5
|
Merge branch 'main' of ssh://ssh.github.com:443/unibest-tech/unibest
|
2025-10-16 10:16:28 +08:00 |
|
菲鸽
|
dd08a02d7e
|
Merge pull request #306 from CN-bj/main
修改当http状态码为200,业务code为错误码中断promise的问题
|
2025-10-16 10:13:53 +08:00 |
|
feige996
|
9e6356525c
|
build: 添加 vue-router 依赖, fix#304
|
2025-10-16 10:11:36 +08:00 |
|
Arno,陆坡
|
10fa9b68d3
|
修改当http状态码为200,业务code为错误码中断promise的问题
|
2025-10-16 09:51:34 +08:00 |
|
feige996
|
e77780c4c9
|
chore: 将 lock 文件重新加入版本管理
避免因版本不一致导致无法运行的问题
|
2025-10-15 09:52:54 +08:00 |
|