From 2ad852ee08e21ee681950f1d6058499248baf88e Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 18 七月 2025 15:04:22 +0800 Subject: [PATCH] 完成串口读取数据和处理 --- src-tauri/tauri.conf.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9792d78..6ced086 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "six-axis-force", "version": "0.1.0", - "identifier": "com.lanbao.saf", + "identifier": "six-axis-force", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420", -- Gitblit v1.9.3