gouki
|
97c0d4d4e1
|
fix(wish-tree): 重新绘制大树,更自然的树形
Publish Mini Program Dev Version / publish (push) Successful in 54s
- 松树:贝塞尔曲线树干、树皮纹理、不规则树冠、松针细节、松果
- 樱花树:纤细树干、粉色系树冠、樱花花瓣
- 竹子:多根竹竿、竹节、竹叶
- 添加树枝绘制函数,曲线更自然
- 更新树枝挂载点位置
|
2026-08-07 18:59:01 +00:00 |
|
gouki
|
01e67d4bea
|
feat(wish-tree): 许愿树游戏化改造
Build and Deploy Server / build (push) Failing after 2s
- 前端:全屏Canvas场景,夜空/云朵/草地/大树
- 前端:丝带系统,支持陀螺仪和麦克风交互
- 前端:弹幕许愿展示
- 前端:多棵树切换(祈福树/姻缘树/事业树)
- 后端:新增GET /api/wish/trees获取树列表
- 后端:新增GET /api/wish/tree/:id/wishes获取树许愿
- 后端:WishTree模型新增Type、Sort字段
- 后端:AutoMigrate自动处理表结构变更
- 后端:seedDefaultData自动初始化默认数据
- 数据库:wish_trees表新增type、sort字段
|
2026-08-07 12:56:48 +00:00 |
|
gouki
|
82c1a8d694
|
首页老黄历全面升级 + 修复农历转换核心bug
Publish Mini Program Dev Version / publish (push) Successful in 2m8s
【重要修复】重写农历双向转换算法(原来全错):
- solarToLunar/lunarToSolar 改用标准算法(基准1900-01-31正月初一,UTC避免时区误差)
- 验证:2026春节2-17、中秋9-25、端午6-19、2023闰二月全部正确
【首页大日历】
- 日期数字加大到240rpx,超醒目
- 节假日红色喜庆卡片+红数字(春节/国庆/中秋等法定假日)
- 工作日绿色卡片+绿数字(一眼知道要上班)
- 周末红色数字+米黄卡片
- 节气显示具体时刻(如 立秋 20:29)
- 初一/十五金色标记(可在设置关闭)
- 佛历提醒:距下一佛诞还有几天(可在设置开启)
【全屏放大弹窗(老年友好)】
- 大日历卡片/宜忌/详情/节日速查 点击均可全屏放大
- 宜忌放大后字号44rpx,详情放大后40rpx
【月历视图】
- swiper 左右滑动换月,预计算5个月居中显示
- 滑到边缘自动补月,可无限滚动
- 点选日期切回日视图
【节日速查】
- 首页显示近期5个节日(中秋/重阳等)+公历日期+倒计时
- 点击直接跳到该日老黄历
【设置页】
- 新增'显示佛历提醒'开关(默认关)
- 新增'初一十五高亮'开关(默认开)
|
2026-08-07 12:49:57 +00:00 |
|
gouki
|
5d40019ea5
|
重构首页与tabBar:老黄历大日历+月历切换,新增百科页
Publish Mini Program Dev Version / publish (push) Successful in 3m16s
tabBar(5个,全部带图标):
- 老黄历(首页) / 许愿 / 八字 / 百科(新) / 我的(原设置)
- 移除日历tab,月历并入首页左上角切换
- 移除运势tab,改从'我的'页进入
首页重构:
- custom 导航栏,标题'老黄历'
- 老式万年历大日历卡片:大日期+农历+干支+宜忌
- 左右箭头切换日期,'回到今天'
- 左上角'月历/日历'切换按钮,月历视图复用原日历网格
- 月历点选日期自动切回日视图
新增百科页:
- 二十四节气/农历节日/公历节日/干支生肖/黄历术语 分类
- 搜索 + 展开详情
我的页(原设置):
- 新增功能入口:每日运势/占卜/二十四节气/月历视图
|
2026-08-07 08:55:17 +00:00 |
|
gouki
|
ce7d5ecdc7
|
fix: tabBar 超过5个上限,移除设置 tab 改为首页入口
Publish Mini Program Dev Version / publish (push) Successful in 59s
|
2026-08-07 00:33:59 +00:00 |
|
gouki
|
ecdeec9d93
|
ci: 触发构建(Secret/Variables 已就绪)
Publish Mini Program Dev Version / publish (push) Failing after 10m43s
|
2026-08-07 00:01:42 +00:00 |
|
gouki
|
1896a0fd35
|
ci: retrigger
|
2026-08-07 00:01:42 +00:00 |
|
gouki
|
89ad67bfa0
|
fix: 补充 package-lock.json 以支持 npm ci
Publish Mini Program Dev Version / publish (push) Failing after 30s
|
2026-08-06 23:33:38 +00:00 |
|
gouki
|
e076d40daa
|
fix: 注册 lunar 专属运行器并修正工作流标签
Publish Mini Program Dev Version / publish (push) Failing after 4s
Build and Deploy Server / build (push) Failing after 44s
- 在 doc79 注册 act_runner-lunar(ID 43),模式参考 readitlater
- lunar-node: docker://node:22-bookworm(小程序构建)
- lunar-ci: docker://golang:1.22-bookworm(后端构建)
- 产物挂载 /opt/lunar/ci-artifacts:/ci-artifacts
- .gitignore 补充 web/ 和 .ci-tmp/
|
2026-08-06 23:27:41 +00:00 |
|
gouki
|
c19854ce77
|
fix: 参考 new-pet 项目修正 Actions 配置
Publish Mini Program Dev Version / publish (push) Waiting to run
Build and Deploy Server / build (push) Waiting to run
- 使用 hk 运行器(空闲状态)
- 添加详细注释说明
- 参考 new-pet 的成熟配置
- 确保只在指定目录变更时触发
|
2026-08-06 22:59:56 +00:00 |
|
gouki
|
09d8a39946
|
feat: 添加目录触发的 Actions 工作流
Publish Mini Program Dev Version / publish (push) Waiting to run
Build and Deploy Server / build (push) Waiting to run
- miniapp-preview.yml: 只在 mini/** 目录变更时触发
- server-deploy.yml: 只在 server/** 目录变更时触发
- 使用 hk 运行器
- 避免不必要的资源浪费
|
2026-08-06 22:42:58 +00:00 |
|
gouki
|
f801094aad
|
fix: 修改运行器标签为 ubuntu-latest
Publish Mini Program Dev Version / publish (push) Failing after 1s
|
2026-08-06 22:40:52 +00:00 |
|
gouki
|
c754ae6be1
|
fix: 移除误推送的文件(.DS_Store、web/、server/web/)
Publish Mini Program Dev Version / publish (push) Waiting to run
|
2026-08-06 22:29:35 +00:00 |
|
gouki
|
90baf8441c
|
fix: 修改 Actions 触发条件为所有推送
Publish Mini Program Dev Version / publish (push) Waiting to run
|
2026-08-06 22:23:52 +00:00 |
|
gouki
|
16daac5f00
|
test: 触发 Gitea Actions 测试
|
2026-08-06 22:16:44 +00:00 |
|
gouki
|
8c9198e773
|
trigger: 激活 Gitea Actions
|
2026-08-06 22:11:24 +00:00 |
|
gouki
|
3b5a626357
|
fix: 更新小程序 project.config.json 中的 appid 为真实 AppID
|
2026-08-06 19:43:48 +00:00 |
|
gouki
|
48255faa5b
|
feat: 实现后端业务逻辑和Inertia.js管理后台
- 实现数据库连接和自动迁移
- 实现用户服务(登录、资料、JWT认证)
- 实现许愿服务(创建、列表、机器人许愿)
- 实现订单服务(创建、支付、状态管理)
- 实现JWT认证中间件
- 实现管理后台API(仪表盘、用户、订单、许愿、设置)
- 创建Inertia.js前端页面(Vue3 + Tailwind CSS)
- 修复Go模块依赖问题
|
2026-08-06 13:11:59 +00:00 |
|
gouki
|
11bfc15141
|
feat: 添加许愿树功能和Go后端服务
- 新增许愿树页面(Canvas绘制、许愿条展示)
- 新增许愿详情页面
- 新增许愿创建弹窗(免费/付费两种模式)
- 新增网络请求封装 utils/request.js
- 新增Go后端项目结构(Gin + Inertia.js)
- 新增用户、订单、许愿数据模型
- 新增数据库迁移脚本
- 更新.gitignore补全忽略规则
- 更新.env.local配置(robot=2, 版本1.0.1)
- 添加secrets目录说明文档
|
2026-08-06 12:26:29 +00:00 |
|
gouki
|
9c178e6d49
|
ci: 添加小程序自动部署配置
- 添加 Gitea Actions workflow: miniapp-preview.yml
- 添加 CI 脚本: upload-ci.cjs, preview-ci.cjs
- 添加版本解析: resolve-version.cjs, resolve-upload-desc.cjs
- 添加 mini/package.json 用于 miniprogram-ci 依赖
|
2026-08-06 09:20:43 +00:00 |
|
gouki
|
a3e6aa9c01
|
feat: 祈福小助手万年历小程序第一期
|
2026-08-06 08:47:09 +00:00 |
|