little modification
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "rest-client",
|
||||
"productName": "LiteRequest",
|
||||
"version": "0.1.0",
|
||||
"identifier": "top.volan.rest-client",
|
||||
"identifier": "top.volan.LiteRequest",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
@@ -12,9 +12,9 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "rest-client",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"title": "LiteRequest",
|
||||
"width": 1200,
|
||||
"height": 800
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user