diff --git a/src/renderer/App.vue b/src/renderer/App.vue
index ccb5f37..e6e5e6e 100644
--- a/src/renderer/App.vue
+++ b/src/renderer/App.vue
@@ -47,12 +47,28 @@
-
+
- {{ isServiceRunning ? '服务运行中' : '服务未启动' }}
+ {{ statusLabel }}
-
启动
+
+ {{ appStore.serviceStatus === appStore.SERVICE_STATUS.FAILED ? '重新启动' : '启动' }}
+
停止
@@ -88,7 +104,7 @@