From 5455e41fc10bd175757b3b39d4bba3226a292d0c Mon Sep 17 00:00:00 2001 From: Crimson Date: Tue, 28 Apr 2026 18:36:41 +0500 Subject: [PATCH] =?UTF-8?q?fix7:=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D1=82?= =?UTF-8?q?=D1=8C=20P0/P1=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=B5=D1=80=D1=8B=20r?= =?UTF-8?q?untime/install=20=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20hysteria=20UI=20=D0=B2=20read-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/types/components.d.ts | 1 + .../src/views/hysteria/list/index.vue | 362 +----------------- docs/08-orchestrator-spec.md | 2 +- .../05-orchestrator-install-flow.txt | 1 - orchestrator/src/steps/preflight.ts | 7 + package/install.sh | 2 + tools/build/lib/deps.sh | 8 +- 7 files changed, 26 insertions(+), 357 deletions(-) diff --git a/apps/frontend/src/types/components.d.ts b/apps/frontend/src/types/components.d.ts index 1412768..f048e95 100644 --- a/apps/frontend/src/types/components.d.ts +++ b/apps/frontend/src/types/components.d.ts @@ -7,6 +7,7 @@ export {} declare module '@vue/runtime-core' { export interface GlobalComponents { + ElAlert: typeof import('element-plus/es')['ElAlert'] ElButton: typeof import('element-plus/es')['ElButton'] ElCard: typeof import('element-plus/es')['ElCard'] ElCol: typeof import('element-plus/es')['ElCol'] diff --git a/apps/frontend/src/views/hysteria/list/index.vue b/apps/frontend/src/views/hysteria/list/index.vue index 48acaab..3bf6320 100644 --- a/apps/frontend/src/views/hysteria/list/index.vue +++ b/apps/frontend/src/views/hysteria/list/index.vue @@ -2,28 +2,6 @@