feige996
|
b154a44987
|
Merge branch 'main' into i18n
|
2025-06-21 15:15:33 +08:00 |
|
feige996
|
2a71d02ab8
|
refactor(tabbar): 将 tabbar 组件从 components 移动到 layouts 目录
重构 tabbar 组件结构,将其从 components 目录迁移至 layouts 目录以更符合项目结构规范
移除未使用的 midButton 配置
|
2025-06-21 13:35:29 +08:00 |
|
feige996
|
5250fac0a1
|
refactor(tabbar): 重构自定义tabbar逻辑并添加图标路径
移除冗余注释并整理tabbar相关配置
添加自定义tabbar的图标路径配置
优化tabbar显示逻辑,根据CUSTOM_TABBAR_ENABLE决定显示方式
|
2025-06-21 13:09:14 +08:00 |
|
GitHub Actions
|
de32f4515f
|
Auto merge base into tabbar
|
2025-06-21 02:35:28 +00:00 |
|
feige996
|
119edac05a
|
refactor(页面布局): 移除自定义导航栏相关代码并简化样式
移除about页面的自定义导航栏代码及相关配置,统一使用默认导航栏样式
优化index页面布局,移除多余的overflow-hidden样式
修复upload组件图片显示条件判断
|
2025-06-21 10:27:59 +08:00 |
|
feige996
|
4f67168494
|
feat(tabbar): 添加中间按钮并移除自定义tabbar配置
添加发布按钮作为tabbar中间按钮,同时移除不再需要的custom配置
|
2025-06-20 21:40:52 +08:00 |
|
feige996
|
9a34868fb7
|
refactor(tabbar): 将tabbar配置抽离为单独模块以提高可维护性
将pages.config.ts中的tabbar配置抽离到单独的tabbarList.ts文件
移除pages.json中无用的__esModule字段
|
2025-06-20 19:32:34 +08:00 |
|
feige996
|
53809bb964
|
refactor: 将标签栏文本替换为国际化占位符
|
2025-06-17 22:39:58 +08:00 |
|
feige996
|
11b7880810
|
refactor: 移除未使用的"我的"页面及相关路由配置
|
2025-06-17 22:39:31 +08:00 |
|
feige996
|
9caa4934f2
|
Merge branch 'base' into i18n
|
2025-06-17 22:37:26 +08:00 |
|
feige996
|
4445e18b02
|
refactor: 移除用户中心相关页面和隐私弹窗组件
删除与用户中心相关的所有页面,包括个人资料、修改密码、关于我们等
移除不再使用的隐私协议弹窗组件及相关样式文件
清理路由配置中不再需要的页面路径
|
2025-06-17 22:35:29 +08:00 |
|
GitHub Actions
|
ea2f3a6990
|
Auto merge base into tabbar
|
2025-06-17 10:10:22 +00:00 |
|
GitHub Actions
|
1a13ba4092
|
Auto merge base into i18n
|
2025-06-17 10:10:20 +00:00 |
|
feige996
|
f6208a191d
|
feat(build): 添加自动更新package.json时间戳的vite插件
添加updatePackageJson插件,在构建时自动更新package.json中的时间戳字段
|
2025-06-17 18:09:51 +08:00 |
|
feige996
|
3e51d7f81e
|
fix: 文件格式化错乱,从base搬运过来
|
2025-06-06 12:48:57 +08:00 |
|
feige996
|
aca9b3337d
|
Revert "chore: 都不生效"
This reverts commit c820ebf2d01036567ca1d2ace1f2cfac639c7cd3.
|
2025-06-04 22:42:51 +08:00 |
|
feige996
|
c820ebf2d0
|
chore: 都不生效
|
2025-06-04 22:42:43 +08:00 |
|
feige996
|
d35fabd893
|
feat(tabbar): 调整
|
2025-05-28 00:51:49 +08:00 |
|
feige996
|
6673c2e269
|
Merge branch 'base' into tabbar
|
2025-05-28 00:46:30 +08:00 |
|
feige996
|
b4a8e94503
|
Merge branch 'base' into i18n
|
2025-05-28 00:44:44 +08:00 |
|
feige996
|
ad22d9f95f
|
feat(用户中心): 新增用户中心相关功能模块
实现用户中心完整功能,包括:
1. 新增登录页面及登录逻辑
2. 添加个人资料、修改密码、关于我们等子页面
3. 实现头像上传功能
4. 添加js-cookie依赖处理token存储
5. 完善用户信息类型定义和API接口
6. 新增tabbar"我的"入口及相关路由配置
新增工具函数:
1. 添加auth.ts处理认证相关逻辑
2. 实现toast.ts统一消息提示
3. 添加uploadFile.ts处理文件上传
4. 新增isTableBar判断页面是否为tabbar页
|
2025-05-27 23:19:09 +08:00 |
|
feige996
|
efe570c8c9
|
Merge branch 'base' into tabbar
|
2025-05-26 23:30:37 +08:00 |
|
feige996
|
c874024221
|
Merge branch 'base' into i18n
|
2025-05-26 23:28:04 +08:00 |
|
feige996
|
9bcb37cd4f
|
refactor(unocss): 迁移至@uni-helper/unocss-preset-uni预设并优化配置
- 使用@uni-helper/unocss-preset-uni替代原有小程序预设配置
- 移除unocss-applet依赖及相关自定义规则
- 更新vite配置中UnoCSS的异步导入方式
- 添加fg-*组件自动导入规则
- 更新about页面导航栏标题
- 调整package.json依赖版本
```
这个提交消息:
1. 使用`refactor`类型,因为这是对CSS配置体系的重构
2. 添加`unocss`作用域明确修改范围
3. 简明描述主要变更内容
4. 使用中文符合要求
5. 通过条目列出重要修改点,避免重复描述
|
2025-05-26 22:20:14 +08:00 |
|
菲鸽
|
a9d3eccad5
|
feat: 优化tabbar,精简tabbar
|
2024-05-28 11:33:15 +08:00 |
|
菲鸽
|
9cf135ced5
|
feat: 优化多语言页面
|
2024-05-18 17:55:54 +08:00 |
|
菲鸽
|
a7b0c536a7
|
Merge branch 'base' into i18n
|
2024-05-18 17:51:05 +08:00 |
|
菲鸽
|
556f9052d1
|
Merge branch 'base' into tabbar
|
2024-05-18 17:46:50 +08:00 |
|
菲鸽
|
534d2cb12f
|
refactor: 使用独立about文件夹
|
2024-05-15 10:08:14 +08:00 |
|
菲鸽
|
5bdb29994d
|
refactor: 请求等页面
|
2024-05-15 10:06:51 +08:00 |
|
菲鸽
|
7c903b556c
|
Merge branch 'base' into i18n
|
2024-05-12 16:48:09 +08:00 |
|
菲鸽
|
b11b17ec40
|
feat: tabbar 支持4种图标
|
2024-05-12 16:37:25 +08:00 |
|
菲鸽
|
9736931bfd
|
Merge branch 'base' into tabbar
|
2024-05-12 16:25:53 +08:00 |
|
菲鸽
|
c4f954bca7
|
feat: 引入z-paging
|
2024-05-12 15:30:57 +08:00 |
|
菲鸽
|
7dc8f5b438
|
feat: tabbar 多语言
|
2024-05-12 10:37:44 +08:00 |
|
菲鸽
|
aa758845f6
|
build: 运行出自己的pages.json
|
2024-05-12 10:28:53 +08:00 |
|
菲鸽
|
58e630cf6d
|
feat: 做测试,放开部分ignore
|
2024-05-12 10:26:05 +08:00 |
|
菲鸽
|
08ce938696
|
chore: delete page.json + manifest.json
|
2024-05-03 22:50:53 +08:00 |
|
菲鸽
|
5849176b59
|
Merge branch 'base' into i18n
|
2024-05-03 20:00:52 +08:00 |
|
菲鸽
|
8e1549817b
|
feat: 优化请求
|
2024-05-03 14:53:11 +08:00 |
|
菲鸽
|
ae24b9d598
|
feat: 上传+请求状态
|
2024-05-03 14:13:22 +08:00 |
|
菲鸽
|
1163ce317c
|
feat: 上传图片
|
2024-05-03 13:45:25 +08:00 |
|
菲鸽
|
7ac35be33b
|
Merge branch 'base' into i18n
|
2024-04-20 10:51:36 +08:00 |
|
菲鸽
|
28caa1dea3
|
feat: 大量升级,v2.0.0
|
2024-04-17 15:32:15 +08:00 |
|
菲鸽
|
3f391ebf09
|
Merge branch 'base' into i18n
|
2024-04-11 18:39:41 +08:00 |
|
菲鸽
|
981eb1d096
|
build: homePage & subPackages
|
2024-04-11 18:38:15 +08:00 |
|
菲鸽
|
20b1cef15d
|
Revert "build: npx only-allow pnpm"
This reverts commit f89801263d2ed67cbb0febdbd6bdfb1976c319bd.
|
2024-04-11 16:58:54 +08:00 |
|
菲鸽
|
f89801263d
|
build: npx only-allow pnpm
|
2024-04-11 16:53:13 +08:00 |
|
菲鸽
|
85f836f9bb
|
Merge branch 'base' into i18n
|
2024-04-06 22:23:35 +08:00 |
|
菲鸽
|
7977c55a7e
|
feat: add 请求页
|
2024-04-06 22:21:32 +08:00 |
|