lan
fdd1d0c17b
fix: 修复ci缓存导致的错误
Build and Push Docker Image / build-and-push (push) Successful in 4m46s
2026-02-24 17:07:48 +08:00
lan
42c2fb4ce3
fix: 修复ci中出现的错误
Build and Push Docker Image / build-and-push (push) Failing after 4m29s
2026-02-24 12:50:38 +08:00
lan
2e85be4657
chore: remove unnecessary QEMU setup for single platform build
Build and Push Docker Image / build-and-push (push) Failing after 15m14s
2026-02-24 11:27:29 +08:00
lan
dad28881ed
chore: add Docker configuration and Gitea CI/CD workflow
Build and Push Docker Image / build-and-push (push) Has been cancelled
2026-02-24 11:26:38 +08:00
lan
0c6c0ae1ac
fix: 修复了大写导致的不能正常上传镜像
Build and Push Docker Image / build-and-push (push) Has been cancelled
2026-02-24 11:18:00 +08:00
lan
2124790c8d
feat: add Docker support and texture deletion functionality
...
Build and Push Docker Image / build-and-push (push) Has been cancelled
Add Docker configuration with standalone output mode for containerized
deployment. Implement texture deletion API with proper error handling
and user feedback. Fix skin viewer sizing issues by using explicit
dimensions and removing conflicting layout properties. Add captcha
ID parameter to registration flow. Improve profile page UX including
Yggdrasil password reset display and character card editing controls.
2026-02-24 11:09:37 +08:00
f5455afaf2
Merge pull request '解决了不跟手问题' ( #8 ) from feature/slide-captcha into main
...
Reviewed-on: #8
2026-02-15 00:26:04 +08:00
eed6920d4a
移除了滑动验证码的延迟渲染
2026-02-14 00:11:00 +08:00
00984b6d67
移除了滑动验证码的延迟渲染
2026-02-13 23:59:56 +08:00
344cae80af
Merge pull request '添加了滑动验证码组件' ( #7 ) from feature/slide-captcha into main
...
Reviewed-on: #7
2026-02-12 23:08:56 +08:00
321b32e312
添加了滑动验证码组件
2026-02-12 20:54:06 +08:00
914ea7524b
Merge pull request 'WIP:合并滑动验证码于注册' ( #6 ) from feature/slide-captcha into main
...
Reviewed-on: #6
2026-01-22 21:23:49 +08:00
33342d1a85
集成了滑动验证码组件于注册界面
2026-01-22 20:52:08 +08:00
acf04cad9b
添加了滑动验证码组件
2026-01-22 20:44:19 +08:00
LostSalt
87a8042b77
添加了滑动验证码组件
2026-01-20 01:18:26 +08:00
LostSalt
f3dc7cda21
添加了滑动验证码组件
2026-01-20 01:13:56 +08:00
4d3f34e1c8
Merge pull request '移除神必谷歌字体' ( #5 ) from uNagi/carrotskin:main into main
...
Reviewed-on: #5
2026-01-19 21:23:40 +08:00
Mikuisnotavailable
d830b73770
移除神必谷歌字体
2026-01-19 20:08:54 +08:00
6b7a057cb4
修复:主界面下拉出现两个重复的回到页面顶部按钮。注释了NavBar.tsx中的按钮,保留并修改了scrollToTop.tsx中的按钮样式。
2026-01-13 20:32:13 +08:00
f1e8437d31
更新了package-lock.json(npm自动更新)
2026-01-13 17:49:22 +08:00
0c7a54fb1f
修改了css文件头的过时导包语法,在gitignore中添加排除vscode工作区文件
2026-01-13 17:23:04 +08:00
fba619d884
Merge pull request 'main' ( #4 ) from uNagi/carrotskin:main into main
...
Reviewed-on: #4
2026-01-11 18:54:00 +08:00
d7e627a8db
Merge branch 'main' into main
2026-01-11 18:53:11 +08:00
Mikuisnotavailable
70c541d57c
修复:移除鼠标跟随元素的防抖处理,因为我发现抖动是因为我这边性能不行(
2026-01-10 16:40:37 +08:00
Mikuisnotavailable
ed83326cdc
升级eslint-config-next版本到16.1.1,保持版本一致性
2026-01-10 10:22:59 +08:00
Mikuisnotavailable
e41a66f176
Merge branch 'main' of https://code.littlelan.cn/uNagi/carrotskin
2026-01-10 10:10:11 +08:00
Mikuisnotavailable
f84e5e4d24
修复:升级React和Next.js版本修复CVE-2025-55182漏洞
2026-01-10 10:09:45 +08:00
bb5d3751d4
更新 src/app/page.tsx
2026-01-10 09:43:04 +08:00
Mikuisnotavailable
fb8ae43083
fix: correct timeout type for browser environment
2026-01-10 09:40:42 +08:00
Mikuisnotavailable
f9ee197086
优化鼠标跟随元素性能,添加防抖和GPU加速
2026-01-10 09:23:24 +08:00
lafay
fe3f324b22
refactor: enhance SkinCard and SkinViewer components for improved visuals
...
- Updated background gradient colors in SkinCard for better contrast.
- Wrapped SkinViewer in a div for consistent styling and layout.
- Adjusted overlay gradient opacity in SkinCard for a subtler effect.
- Increased global light intensity and adjusted camera light in SkinViewer to enhance skin visibility and reduce harsh shadows.
2026-01-10 02:55:43 +08:00
lafay
a7dd3a4bc0
fix: update dependencies and improve animation transitions
...
- Updated @types/react to version 19.2.7 in package.json and package-lock.json.
- Refined animation transitions in EnhancedButton, EnhancedInput, LoadingStates, Navbar, PageTransition, SkinCard, SkinDetailModal, and SkinViewer components by removing unnecessary ease properties for smoother animations.
- Added size prop to EnhancedInput for better customization.
- Enhanced SkinDetailModal and SkinCard styles for improved UI consistency.
2026-01-09 17:44:21 +08:00
lan
f5e4c2a04b
Initial commit: CarrotSkin project setup
2025-12-05 20:07:50 +08:00
lan
a9ff72a9bf
feat: 增加用户皮肤管理功能和Yggdrasil密码重置
...
- 在用户资料页面添加皮肤选择和管理功能,支持上传、配置和移除皮肤
- 实现Yggdrasil密码重置功能,用户可生成新密码并显示
- 优化皮肤展示和选择界面,增强用户体验
- 更新SkinViewer组件,支持跑步和跳跃动画
2025-12-04 22:33:46 +08:00
Wuying Created Local Users
5f90f48a1c
feat: 完成navbar隐藏优化和侧边栏冻结功能
...
- 优化navbar滚动隐藏逻辑,更敏感响应
- 添加返回顶部按钮,固定在右下角
- 实现profile页面侧边栏真正冻结效果
- 修复首页滑动指示器位置
- 优化整体布局确保首屏内容完整显示
2025-12-04 20:05:13 +08:00
Wuying Created Local Users
570e864e06
Initial commit from Create Next App
2025-12-04 10:17:03 +08:00