star-cloud/config
sky121113 d740fc5ab8 [FEAT] 實作機台物理刪除功能與資料庫結構優化
1. 於機台設定頁面新增刪除功能,並限制僅系統管理員 (Super Admin) 可操作。
2. 移除機台模型 (Machine) 的 SoftDeletes Trait,將刪除邏輯改為物理刪除。
3. 建立並執行 Migration 移除 machines 資料表的 deleted_at 欄位。
4. 清除資料庫中原有的 51 筆機台軟刪除紀錄。
5. 更新繁中、英文、日文語系檔,加入機台刪除成功與確認視窗之翻譯。
6. 更新 B000 管理員登入 API 之回應格式,統一包含 success 與 code 欄位。
7. 同步更新 API 技術規格文件 (SKILL.md) 與 api-docs.php 配置。
8. 微調商品新增/編輯頁面之 UI 元件 z-index 層級。
2026-05-06 15:47:58 +08:00
..
api-docs.php [FEAT] 實作機台物理刪除功能與資料庫結構優化 2026-05-06 15:47:58 +08:00
app.php [FIX] 修正系統時區為 Asia/Taipei 並同步語系設定 2026-03-13 10:34:30 +08:00
auth.php feat: 實作機台日誌核心功能與 IoT 高併發處理架構 2026-03-09 09:43:51 +08:00
broadcasting.php first commit 2025-11-21 17:15:27 +08:00
cache.php first commit 2025-11-21 17:15:27 +08:00
cors.php first commit 2025-11-21 17:15:27 +08:00
database.php [FEAT] 實作 MQTT Gateway 整合與高併發 IoT 通訊架構 2026-04-16 14:28:42 +08:00
filesystems.php first commit 2025-11-21 17:15:27 +08:00
hashing.php first commit 2025-11-21 17:15:27 +08:00
logging.php first commit 2025-11-21 17:15:27 +08:00
mail.php first commit 2025-11-21 17:15:27 +08:00
mqtt.php [FEAT] 實作 MQTT Gateway 整合與高併發 IoT 通訊架構 2026-04-16 14:28:42 +08:00
permission.php [FEAT] 實作角色權限分類、租戶角控管理與介面多語系優化 2026-03-17 16:53:28 +08:00
queue.php first commit 2025-11-21 17:15:27 +08:00
sanctum.php first commit 2025-11-21 17:15:27 +08:00
services.php first commit 2025-11-21 17:15:27 +08:00
session.php first commit 2025-11-21 17:15:27 +08:00
view.php first commit 2025-11-21 17:15:27 +08:00