modified eslint.config.js
@@ -134,9 +134,9 @@ export default [
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
|
|
|
|
|
added isolation/index.html
@@ -0,0 +1,13 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
added isolation/index.js
@@ -0,0 +1,5 @@
| + | |
| + | |
| + | |
| + | |
| + | |
modified src-tauri/Cargo.lock
@@ -647,6 +647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -4071,6 +4072,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -4093,6 +4095,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -4227,10 +4230,12 @@ version = "2.0.0-beta.19"
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -4248,6 +4253,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src-tauri/Cargo.toml
@@ -16,11 +16,19 @@ name = "app_lib"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src-tauri/tauri.conf.json
@@ -18,6 +18,12 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tsconfig.json
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified vite.config.ts
@@ -4,6 +4,9 @@ import { svelte } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|