-
Release v1.0.36
StableDeploy / build-linux-web (push) Successful in 52sDeploy / build-windows (push) Successful in 1m50sDeploy / build-macos (push) Successful in 1m25sDeploy / build-android (push) Successful in 1m28sDeploy / build-ios (push) Successful in 7sDeploy / release-deploy (push) Successful in 1m49sreleased this
2026-06-13 14:32:52 +00:00 | 423 commits to main since this releasev1.0.36
修复
- 修复数据库初始化时 license_key 索引超长导致启动失败的问题
Downloads
-
Release v1.0.35
StableDeploy / build-linux-web (push) Successful in 52sDeploy / build-windows (push) Successful in 1m48sDeploy / build-macos (push) Successful in 1m26sDeploy / build-android (push) Successful in 1m32sDeploy / build-ios (push) Successful in 7sDeploy / release-deploy (push) Successful in 1m51sreleased this
2026-06-12 15:51:22 +00:00 | 426 commits to main since this releasev1.0.35
改进
- Debug 版本窗口标题增加 [DEBUG] 后缀,便于与正式安装版区分
Downloads
-
Release v1.0.34
StableDeploy / build-linux-web (push) Successful in 46sDeploy / build-windows (push) Successful in 1m47sDeploy / build-macos (push) Successful in 1m22sDeploy / build-android (push) Successful in 59sDeploy / build-ios (push) Successful in 6sDeploy / release-deploy (push) Successful in 1m47sreleased this
2026-06-11 17:28:01 +00:00 | 427 commits to main since this releasev1.0.34
修复
- 修复 macOS 客户端打印时应用卡死、只能强制退出的问题
改进
- 「关于我们」中「打开文档」「更新日志」等链接指向新域名 jiu.51yanmei.com
Downloads
-
Release v1.0.33
StableDeploy / build-linux-web (push) Successful in 49sDeploy / build-windows (push) Successful in 1m48sDeploy / build-macos (push) Successful in 1m28sDeploy / build-android (push) Successful in 1m9sDeploy / build-ios (push) Successful in 6sDeploy / release-deploy (push) Successful in 1m50sreleased this
2026-06-11 16:10:58 +00:00 | 428 commits to main since this releasev1.0.33
改进
- macOS 客户端插件集成从 CocoaPods 迁移至 Swift Package Manager,优化 macOS 构建流程
Downloads
-
Release v1.0.32
StableDeploy / build-linux-web (push) Successful in 51sDeploy / build-windows (push) Successful in 1m51sDeploy / build-macos (push) Successful in 1m24sDeploy / build-android (push) Successful in 1m28sDeploy / build-ios (push) Successful in 6sDeploy / release-deploy (push) Failing after 2m58sreleased this
2026-06-11 10:09:49 +00:00 | 429 commits to main since this releasev1.0.32
修复
- 修复库存可用量检查在数据库查询失败时误报所有商品库存不足的问题
- 修复授权信息页面设备数量统计不准确的问题
- 修复对账接口在数据库查询出错时静默返回空结果、掩盖异常的问题
- 修复 license 验证缺少门店隔离过滤,提升多租户安全性
- 官网联系入口调整为微信咨询(填写微信号后自动生效),隐藏尚未申请的备案号
- 修复各接口分页大小未设上限,防止超大请求拖慢服务
改进
- 后端启动不再执行拼音回填,已改为独立工具(
cmd/backfill-pinyin),避免大库存量时延长启动时间 - 数据库连接池参数(最大空闲连接数、最大打开连接数)改为配置项,支持按环境调整
Downloads
-
Release v1.0.26
StableDeploy / build-linux-web (push) Successful in 55sDeploy / build-windows (push) Successful in 2m2sDeploy / build-macos (push) Successful in 1m17sDeploy / build-android (push) Successful in 1m30sDeploy / build-ios (push) Successful in 6sDeploy / release-deploy (push) Successful in 1m43sreleased this
2026-06-08 14:40:54 +00:00 | 452 commits to main since this releasev1.0.26
新功能
- 公开商品 API 新增商品编码、条码、当前库存数量字段,供扫码页及第三方集成使用
- 公开页「商品报错」「意见反馈」提交时自动携带门店编号和商品信息,方便运营追踪
修复
- 注册页 API 地址改为配置文件驱动,支持分离部署场景(不再依赖 window.location.origin)
- 注册成功提示的客户端导航路径由「系统设置 → 关于」修正为「系统设置」
- 公开页页脚「关于岩美」链接改为配置项,不再硬编码
Downloads
-
Release v1.0.24
StableDeploy / build-linux-web (push) Successful in 59sDeploy / build-windows (push) Successful in 1m50sDeploy / build-macos (push) Successful in 1m22sDeploy / build-android (push) Successful in 1m26sDeploy / build-ios (push) Successful in 7sDeploy / release-deploy (push) Successful in 1m39sreleased this
2026-06-07 23:31:55 +00:00 | 462 commits to main since this releasev1.0.24
新功能
- 扫码商品页新增「查看本店其他商品」功能,点击即可浏览该门店全部上架商品
- 门店可在设置中填写微信号,顾客扫码后可直接查看并添加门店微信
- 商品公开页展示建议零售价(有填写时显示)
- 入库时可为商品关联产地、保质期、储存方式、描述文档,关联后扫码页自动呈现真实信息
- 扫码商品页产地、保质期、储存方式、商品介绍改读数据库真实数据,不再显示占位内容
改进
- 新增产地/保质期/储存方式/描述文档四类基础数据字典,支持增删改查,可在入库时按需关联商品
Downloads
-
Release v1.0.22
StableDeploy / build-linux-web (push) Successful in 53sDeploy / build-windows (push) Successful in 1m54sDeploy / build-macos (push) Successful in 1m19sDeploy / build-android (push) Successful in 1m21sDeploy / build-ios (push) Successful in 8sDeploy / release-deploy (push) Successful in 1m42sreleased this
2026-06-07 13:24:52 +00:00 | 475 commits to main since this releasev1.0.22
新功能
- 官网移动端适配:手机浏览器下导航折叠、首页各区块单列排版、features 详情页和页脚自适应窄屏
改进
- 客户端移动端布局优化:入库/出库详情页商品明细改为卡片式竖排,操作按钮收纳至溢出菜单,窄屏不再横向溢出
- 信息架构整理:仓库管理移入基础数据,系统设置新增授权 Tab 和数据管理组,关于我们补充帮助文档/法律信息/系统信息入口
修复
- 官网所有功能页死链修正(
/download.html→/download/,/docs.html→/docs/) - 官网删除未实现功能的虚假宣传(红冲、调拨单、库存推送通知、过期预警等),文案与实际功能对齐
- 官网客服邮箱更新为真实邮箱,移除假冒客服电话,页脚清除无目标死链
- 导航新增「库存」「审核流」功能页入口,首页模块卡加「了解更多」链接
- 下载页接口失败时按钮改为禁用态并提示,不再无响应
- 首页 iOS 平台说明改为「TestFlight 内测中」,与下载页状态一致
Downloads
-
Release v1.0.21
StableDeploy / build-linux-web (push) Successful in 54sDeploy / build-windows (push) Successful in 1m57sDeploy / build-macos (push) Successful in 1m16sDeploy / build-android (push) Successful in 1m30sDeploy / build-ios (push) Successful in 9sDeploy / release-deploy (push) Successful in 1m43sreleased this
2026-06-07 06:53:04 +00:00 | 482 commits to main since this releasev1.0.21
新功能
- 商品详情页添加照片时,手机端(Android/iOS)支持直接拍照或从相册选择
Downloads
-
Release v1.0.19
StableDeploy / build-linux-web (push) Successful in 54sDeploy / build-windows (push) Successful in 1m47sDeploy / build-macos (push) Successful in 1m18sDeploy / build-android (push) Successful in 1m3sDeploy / build-ios (push) Successful in 8sDeploy / release-deploy (push) Successful in 1m35sreleased this
2026-06-07 00:50:34 +00:00 | 486 commits to main since this releasev1.0.19
改进
- 优化 Android 构建与部署流程(CI/CD 内部调整),功能与界面无变化
Downloads