From 2acf387ffd139bf448991e49a0f9287ad8f99754 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 18 Jan 2026 17:20:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=A1=8C=E9=9D=A2?= =?UTF-8?q?=E7=AB=AF=E5=A3=B3=E5=B1=82=E9=80=89=E9=A1=B9Tauri=20v2?= =?UTF-8?q?=E5=B9=B6=E6=8C=87=E5=90=91=E6=A1=8C=E9=9D=A2=E7=89=B9=E5=AE=9A?= =?UTF-8?q?=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加桌面端壳层选项Tauri v2并指向桌面特定指南 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c8365a1..34078d2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,6 +14,7 @@ This document provides comprehensive guidelines for AI coding agents working in - **RPC**: ORPC (type-safe RPC with contract-first design) - **Build Tool**: Vite - **Linter/Formatter**: Biome +- **Desktop Shell** (Optional): Tauri v2 (see `src-tauri/AGENTS.md` for desktop-specific guidelines) ## Build, Lint, and Test Commands