From cdd3d61db249d124b61b4f992b7417bbf2812989 Mon Sep 17 00:00:00 2001 From: alisagerasimova Date: Mon, 9 Mar 2026 19:02:40 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B7=D0=B5=D0=BB=D1=91=D0=BD=D1=83=D1=8E=20=D0=BF=D0=BB=D0=B0?= =?UTF-8?q?=D1=82=D1=84=D0=BE=D1=80=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/green-platform.jpg | Bin 3701 -> 0 bytes src/App.vue | 4 ---- 2 files changed, 4 deletions(-) delete mode 100644 public/images/green-platform.jpg diff --git a/public/images/green-platform.jpg b/public/images/green-platform.jpg deleted file mode 100644 index 10d2a2dddf5e4512fdf40480a294cc8e658d3786..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3701 zcmex=^(PF6}rMnOeST|r4lSw=>~TvNxu(8R<ECr+Na zbot8FYu9hwy!G(W<0ns_J%91?)yGetzkL1n{m0K=Ab&9e{RsmQkD>WX5a=%^78Yg} zc96dqnaY8fS&)TQ(U48ZF_1m6P*};Rkwe63;=+vwIhBorK8Pk2UE~r|F?p!^5#%+n z&xrF_6Inikdko>PTMRtRjKIia7G$tzxVETE`?K>WhDBW(qj)q7M$^D(8W>FjqiJ9? X4UDFN(KIlc21e7s@J|EG|8D{SvHr`6 diff --git a/src/App.vue b/src/App.vue index 3a14e34..64395fb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -218,10 +218,6 @@ function onContextMenu(e, item) { label: "Красная", onClick: () => createPlatform(item, 'red'), }, - { - label: "Зелёная", - onClick: () => createPlatform(item, 'green'), - }, { label: "Удалить", onClick: () => deletePlatform(item),