event hover effect

This commit is contained in:
Julian Freeman
2026-03-22 23:28:01 -04:00
parent 1a10506385
commit 190d7863fe
7 changed files with 52 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "chrono-snap",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "top.volan.chrono-snap",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "瞬影 - 时间记录 v0.1.0",
"title": "瞬影 - 时间记录 v0.1.1",
"width": 1760,
"height": 1100
}