zerosaturation
|
946493a0ff
|
fix:补齐appBUG
|
2026-07-22 16:29:39 +08:00 |
|
zerosaturation
|
d5103f7043
|
docs:新增后端bug修改文档
|
2026-07-21 21:14:22 +08:00 |
|
zerosaturation
|
b7f8f1b724
|
fix:修改登录页流程bug
|
2026-07-21 16:41:42 +08:00 |
|
zerosaturation
|
6f9b178fc1
|
fix:修改一键登录页到首页的bug
|
2026-07-21 15:00:49 +08:00 |
|
zerosaturation
|
cacc686e9a
|
fix:notification/moderation service healthcheck 配置错误
两个服务的 healthcheck 配置都有历史遗留 bug,导致 docker ps
一直显示 unhealthy / health: starting:
1) notificationService
- 现象: docker-compose healthcheck 路径写 /healthz,但 pkg/health
只注册 /health (backend/pkg/health/health.go:29),wget 永远 404
- 修复: compose 路径 /healthz -> /health,Dockerfile HEALTHCHECK
同样改 /health (双保险,rebuild 后不会回退)
2) moderationService
- 现象: main.go 没启 health server (只暴露 Dubbo Triple 协议),
compose 原 healthcheck 端口 20011 永远 timeout,
Dockerfile HEALTHCHECK 也指向 20011 同样错
- 修复: compose 用 healthcheck: test: ["NONE"] 显式覆盖 image
HEALTHCHECK,Dockerfile 改成 HEALTHCHECK NONE (image-level
也禁掉,rebuild 后不会回退)
gateway depends_on moderationservice: service_started (不依赖 healthy),
不影响入口可用性。健康状态靠 gateway 间接覆盖。
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-21 12:12:46 +08:00 |
|
zerosaturation
|
7bf4666cdb
|
fix:restart 命令卡死问题
deploy.sh restart 命令原本 down && up --force-recreate + sleep 10,
在以下场景会卡死:
1) docker-compose up 中途异常退出,server-side 进程没回传 EOF,
本地 ssh 客户端没设 ServerAliveInterval,死链检测不到,
ssh 进程挂 25+ 分钟不退出 (2026-07-21 实测)
2) up --wait 等所有服务 healthy 才返回,但本 compose 里有
oss-cors-init (restart: no, exited(0) 永远不 running) +
moderationservice/notificationservice healthcheck 写错,
永远卡住
修改:
- ssh_cmd / ssh_cmd_batch / scp_cmd 加 ServerAliveInterval=30 +
ServerAliveCountMax=3,死链 90s 主动断
- restart 去掉前置 docker-compose down (up --force-recreate 自带 stop+create)
- restart 去掉末尾 sleep 10,改 polling gateway healthy (timeout 180s)
端到端实测 1:19 通过。
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-21 12:12:27 +08:00 |
|
zerosaturation
|
d554d7be83
|
feat:修改周边验证
|
2026-07-17 16:53:57 +08:00 |
|
zerosaturation
|
1f7faba9a8
|
feat:先关闭dify的使用
|
2026-07-16 11:35:07 +08:00 |
|
zerosaturation
|
d4ee464bed
|
fix:修复任务组件报错
|
2026-07-16 11:34:37 +08:00 |
|
zerosaturation
|
99775f1d11
|
feat:修改详细页面,修改为每个类型的页面不对
|
2026-07-15 19:16:28 +08:00 |
|
zerosaturation
|
18aff3b682
|
fix:修改bug
|
2026-07-15 13:12:27 +08:00 |
|
|
|
365f783ea0
|
feat:修改分享url
|
2026-07-15 12:40:39 +08:00 |
|
zerosaturation
|
c0b577dd40
|
feat:增加邮箱管理功能
|
2026-07-14 21:59:15 +08:00 |
|
zerosaturation
|
1f1696063d
|
feat:修改分享页名次
|
2026-07-14 13:49:58 +08:00 |
|
zerosaturation
|
6425cbf747
|
docs(spec): 站内邮箱聚合收件箱设计 (v1.2.10)
10 轮迭代后定稿:
- 复用 notifications 表,扩 type 白名单 4 类
- like 暂不进邮箱 (保留旧 push 体验)
- 前端两页路由 pages/mailbox/{index,detail}.vue
- profile.vue 服务与工具 section 加入口 + Vuex getter inboxUnreadOnly
- uniPush receive + payload 含 unreads_by_type 零轮询
- 三道防线节流 (60s/10s + Vuex 幂等)
- +N 通知聚合
- 4 emitter + DELETE /notifications/clear
- 实施路径 ~3.7d
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-14 13:48:52 +08:00 |
|
zerosaturation
|
bf92ab3ac8
|
feat:修改路由
|
2026-07-13 15:23:50 +08:00 |
|
zerosaturation
|
c4b8800ea7
|
feat:增加骨架屏
|
2026-07-13 15:08:28 +08:00 |
|
zerosaturation
|
6a6d5f9deb
|
feat:增加守卫组合式函数本身
|
2026-07-13 14:56:08 +08:00 |
|
zerosaturation
|
7467190e38
|
feat:增加清理临时文件的目录
|
2026-07-13 14:40:34 +08:00 |
|
zerosaturation
|
d900c0d8b2
|
feat:增加验证真伪访问次数和首次验证
|
2026-07-13 14:24:42 +08:00 |
|
zerosaturation
|
74853800b6
|
feat:增加二维码验证真伪的功能
|
2026-07-13 11:22:56 +08:00 |
|
|
|
345a22e5fa
|
docs:增加周边扫描功能
|
2026-07-10 12:35:12 +08:00 |
|
zerosaturation
|
e5bd0c854c
|
feat:增加忘记密码的功能
|
2026-07-09 19:00:03 +08:00 |
|
zerosaturation
|
31eee930ca
|
feat:去掉无用的函数方法
|
2026-07-09 16:08:25 +08:00 |
|
|
|
fbf3e6c63c
|
feat:增加分享页下载
|
2026-07-09 15:49:06 +08:00 |
|
|
|
5625f6ac28
|
feat:增加预加载接口
|
2026-07-09 13:27:25 +08:00 |
|
|
|
f6b2b31d76
|
feat:修改热更新
|
2026-07-08 18:19:17 +08:00 |
|
|
|
ce1ef491f8
|
feat:增加uniapp更新页面
|
2026-07-07 14:44:23 +08:00 |
|
zerosaturation
|
139d91d08b
|
feat:修复光栅卡改为连续版,auto
|
2026-07-07 00:44:52 +08:00 |
|
zerosaturation
|
0a62b9cd10
|
feat:修改陀螺仪为手动控制并且增加自动控制
|
2026-07-07 00:29:01 +08:00 |
|
zerosaturation
|
a1e92448f1
|
feat:修改陀螺仪控制为手动控制
|
2026-07-06 21:20:24 +08:00 |
|
zerosaturation
|
217af65121
|
refactor(holographic): 移除 DeviceOrientationEvent 路径
- 删 startGyro / startDeviceOrientation / stopGyro
- 删 accelHandler / accelBaselineReady 等基线追踪状态
- simulate(x, y) 成为唯一驱动入口
- 保留 onMounted / onUnmounted 钩子(如果外部有需要可保留,否则删)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 18:58:04 +08:00 |
|
zerosaturation
|
a4836605e7
|
refactor(craft-tilt): 删除硬件传感器模块 + 同步清理 3 个其他页面
- 删 useLenticularStudioTilt.js (28KB, 894 行)
- 删 useOneEuroFilter.js (75 行)
- useLenticularCraftTiltPreview 移除对二者的引用与 3 个旧 API(scheduleTiltStart/stopTiltPreview/gyroSourceLabel)
- 同步清理 3 个其他消费方页面(discover/generation-result, castlove/success, asset-detail):
- 删 3 个旧 destructure 键
- 模板 :gyro-source 改静态 'simulation' + 删 :skip-built-in-touch
- 删 12 处旧 API 调用
- 保留手动模拟入口 simulateTilt / simulateTiltFromNormalized / simulateTiltReset(Task 1)
- ★ 3 个页面用触摸事件替代硬件传感器(未加 slider,后续可补)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 18:48:09 +08:00 |
|
zerosaturation
|
34dd301a92
|
chore(manifest): 移除 imengyu 插件注册与传感器权限
- 删 nativePlugins.imengyu-UniAndroidGyro 段(30-44 行)
- 删 BODY_SENSORS 权限(69 行)
- 删 NSMotionUsageDescription 隐私描述(82 行)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 18:22:20 +08:00 |
|
zerosaturation
|
c992ddbf61
|
chore(native-plugin): 移除 imengyu-UniAndroidGyro 陀螺仪插件
- 28KB AAR + iOS Framework + package.json 全部删除
- 与 useLenticularStudioTilt.js 同步(Task 9 跟进)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 18:10:27 +08:00 |
|
zerosaturation
|
dcdbc041a9
|
feat(lenticular-result): 切换为手动倾斜模式 + 触摸滑块双向同步
- @simulate → onTouchSimulate:触摸 x 投影到滑块 + 驱动引擎
- @update:slider-value → onSliderChange:滑块拖动驱动引擎
- @slider-reset → onSliderReset:复位滑块+引擎
- v-model:slider-value 双向
- 删 3 处 scheduleTiltStart / stopTiltPreview / gyroSourceLabel 引用
- 触摸结束不强制回中
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 18:02:51 +08:00 |
|
zerosaturation
|
851a8f6c43
|
feat(castlove-preview): 透传 showSlider prop
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 17:53:04 +08:00 |
|
zerosaturation
|
b0dcb82276
|
feat(holographic-card): 接入 ManualTiltSlider + 修 touchend 行为
- 与 LenticularCard 对齐的 showSlider / sliderValue / v-model 接口
- 触摸结束不再 emit (0,0)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 17:48:42 +08:00 |
|
zerosaturation
|
c3b423cf23
|
feat(lenticular-card): 接入 ManualTiltSlider + 修 touchend 行为
- 新增 showSlider / sliderValue props
- 新增 update:sliderValue / sliderReset emits(v-model 配套)
- 触摸结束不再 emit (0,0),与滑块数据驱动相容
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 17:43:18 +08:00 |
|
zerosaturation
|
86a5fdfbb5
|
feat(lenticular): 新增 ManualTiltSlider 独立组件
- uniapp <slider> 包装,0..1 双向绑定
- 内置 ↺ 复位按钮
- value validator 拦截 0..1 范围外输入
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 17:36:07 +08:00 |
|
zerosaturation
|
c6cb55dfc0
|
feat(craft-tilt): 新增 simulateTilt 手动模拟入口
- simulateTilt(dx, dy) 单位度,校验 NaN/Infinity
- simulateTiltFromNormalized(x, y) 触摸归一化转度(系数 45)
- simulateTiltReset() 滑块复位用
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-07-06 17:14:00 +08:00 |
|
zerosaturation
|
958c867309
|
fix:修改举报/反馈的bug
|
2026-07-06 16:22:26 +08:00 |
|
zerosaturation
|
440a7ad7d2
|
feat:增加k8s部署
|
2026-07-06 13:27:24 +08:00 |
|
zerosaturation
|
58cada6f59
|
feat:增加k8s部署
|
2026-07-06 13:26:46 +08:00 |
|
zerosaturation
|
dcb4e451a1
|
fix:修改合并后bug
|
2026-07-06 10:25:06 +08:00 |
|
|
|
66d226948f
|
Merge pull request 'feat/actvity' (#4) from feat/actvity into dev
Reviewed-on: https://git.liantu.tech/xiaoyu/topfans/pulls/4
合并feat/actvity
|
2026-07-03 16:28:30 +00:00 |
|
zerosaturation
|
d279976822
|
feat:修改铸造相关报错
|
2026-07-04 00:22:05 +08:00 |
|
zerosaturation
|
ba44041e55
|
feat:修改websocket的性能和相关的问题
|
2026-07-03 22:08:43 +08:00 |
|
zerosaturation
|
8376afc5d6
|
feat:修改websocket的性能和相关的问题
|
2026-07-03 22:04:11 +08:00 |
|
zerosaturation
|
1afee2de73
|
feat:修改的欢迎页的冷启动和系统重启的错误触发和一键登录页的路径修改
|
2026-07-03 18:54:03 +08:00 |
|