This commit is contained in:
zhongluofeng
2026-09-12 16:23:48 +08:00
parent 069aa58c9f
commit 10a95ddeea
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "thing", "name": "thing",
"private": true, "private": true,
"version": "26.9.1", "version": "26.9.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -6149,7 +6149,7 @@ dependencies = [
[[package]] [[package]]
name = "thing" name = "thing"
version = "26.9.1" version = "26.9.2"
dependencies = [ dependencies = [
"aes", "aes",
"axum 0.7.9", "axum 0.7.9",
+8 -8
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "thing", "productName": "thing",
"version": "26.9.1", "version": "26.9.2",
"identifier": "thing.lfeng.me", "identifier": "thing.lfeng.me",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",