From 26a207d61e1e26d9ab0718c7b6fcc44f8771e88e Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Sat, 6 Jun 2026 08:44:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20package=20=D0=B8=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=B0=D1=80=D1=82?= =?UTF-8?q?=D0=B8=D0=BD=D0=BE=D0=BA=20=D0=B2=20=D0=BF=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0=D0=BA=D1=88=D0=B5=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 13 +++++++++---- src/components/UI/ListCard.vue | 5 +++-- src/shared/publicPath.js | 8 ++++++++ src/views/PlannerView.vue | 5 +++-- src/views/TopicView.vue | 5 +++-- vite.renderer.config.mjs | 1 + 6 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 src/shared/publicPath.js diff --git a/package.json b/package.json index e0acb76..772abba 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { - "name": "SkyVue", + "name": "skyvue", "productName": "SkyVue", "version": "1.0.0", - "description": "My Electron application description", + "description": "Визуальное планирование полёта дрона и генерация Python-кода для Clover/ROS", "main": ".vite/build/main.js", "private": true, + "homepage": "https://github.com/IliaMiheev/probody", + "repository": { + "type": "git", + "url": "https://github.com/IliaMiheev/probody.git" + }, "scripts": { "start": "electron-forge start", "package": "electron-forge package", @@ -12,8 +17,8 @@ "publish": "electron-forge publish", "lint": "echo \"No linting configured\"" }, - "keywords": [], - "author": "Student", + "keywords": ["drone", "clover", "ros", "electron", "flight-planning"], + "author": "Clovers (https://github.com/IliaMiheev/probody)", "license": "MIT", "devDependencies": { "@electron-forge/cli": "^7.11.1", diff --git a/src/components/UI/ListCard.vue b/src/components/UI/ListCard.vue index a8bad86..3c125c4 100644 --- a/src/components/UI/ListCard.vue +++ b/src/components/UI/ListCard.vue @@ -1,7 +1,8 @@