- VERSION / api·web package.json / health endpoint 同步 v1.6.0 - CHANGELOG 版本记录补全
@@ -1,10 +1,10 @@
{
"sessionID": "ses_0229f653bffedHZYFR3ILxjlpg",
- "updatedAt": "2026-08-09T12:03:31.185Z",
+ "updatedAt": "2026-08-09T12:11:42.598Z",
"sources": {
"background-task": {
"state": "idle",
- "updatedAt": "2026-08-09T12:03:31.185Z"
+ "updatedAt": "2026-08-09T12:11:42.598Z"
}
@@ -1 +1 @@
-v1.5.0 (referral)
+v1.6.0 (i18n-expansion)
@@ -1,6 +1,6 @@
"name": "@dotouch/api",
- "version": "1.2.0",
+ "version": "1.6.0",
"private": true,
"description": "DoTouch.AI API Gateway (NestJS)",
"scripts": {
@@ -39,4 +39,4 @@
"ts-node": "^10.9.0",
"typescript": "^5.7.0"
-}
+}
@@ -9,7 +9,7 @@ export class HealthController {
check() {
return {
status: 'ok' as const,
- version: '1.2.0',
+ version: '1.6.0',
timestamp: new Date().toISOString(),
};
"name": "@dotouch/web",
"description": "DoTouch.AI Landing Page & Dashboard",
@@ -25,4 +25,4 @@
"tailwindcss": "^3.4.0",
@@ -10,6 +10,7 @@
- FxPrice 本币主价支持 7 币种换算(Rp/RM/฿/HK$/SAR);管理后台汇率卡加 5 新币种行
- SEO:LOCALES 9 语言 hreflang/canonical/sitemap;SEO_META 补 5 语言页面元数据
- 顺手清理:seo.ts 残留"低价低价/中國國內價"替换瑕疵 + pricing.note 移除"× 0.7"占位(对外不暴露折扣因子)
+- 版本同步:VERSION / api·web package.json / health → v1.6.0(git tag v1.6.0)
## v1.5.0 (referral) — 2026-08-09