From b926a6e30dc605d45299d5fd443ac4c3832f75ae Mon Sep 17 00:00:00 2001 From: Kegongteng Date: Mon, 15 Jun 2026 20:00:53 +0800 Subject: [PATCH] [chore] Rename project and enable shadow --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/tauri.conf.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d1ed46..f192986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "my-project", + "name": "roll-call", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "my-project", + "name": "roll-call", "version": "0.1.0", "dependencies": { "@base-ui/react": "^1.5.0", diff --git a/package.json b/package.json index c36644f..47ef444 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "my-project", + "name": "roll-call", "version": "0.1.0", "private": true, "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bd0045b..ddb0371 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -18,6 +18,7 @@ "resizable": true, "fullscreen": false, "decorations": false, + "shadow": true, "transparent": true } ],