[FEAT] 實作 B000 機台登入 API 並同步 API 規格文件
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 45s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 45s
1. 於 routes/api.php 新增 B000 登入驗證路由,並設定速率限制。 2. 更新 .agents/skills/api-technical-specs/SKILL.md,補上 B000 規格並根據 Java App 實作精簡 B010 指令碼。 3. 同步更新 config/api-docs.php 中的 API 說明文件。 4. 調整 RemoteController 指令歷史紀錄上限為 5 筆以優化效能。 5. 統一機台編輯頁面之圖片上傳文字說明與標題。 6. 補齊多語系翻譯檔案 (zh_TW, en, ja) 出現的新字串。
This commit is contained in:
@@ -493,6 +493,7 @@
|
||||
"PARTNER_KEY": "PARTNER_KEY",
|
||||
"PI_MERCHANT_ID": "PI_MERCHANT_ID",
|
||||
"PNG, JPG up to 2MB": "2MB以下のPNG、JPG",
|
||||
"PNG, JPG, WEBP up to 10MB": "PNG, JPG, WEBP 最大10MB",
|
||||
"PS_MERCHANT_ID": "PS_MERCHANT_ID",
|
||||
"Page Lock Status": "ページロック状態",
|
||||
"Parameters": "パラメータ",
|
||||
@@ -645,6 +646,7 @@
|
||||
"Selected": "選択中",
|
||||
"Selected Date": "検索日",
|
||||
"Selection": "選択",
|
||||
"set": "設定済み",
|
||||
"Serial & Version": "シリアルとバージョン",
|
||||
"Serial NO": "シリアル番号",
|
||||
"Serial No": "シリアル番号",
|
||||
|
||||
Reference in New Issue
Block a user