From cc6f4ea5d6ad08f5a916b346ce792f08f88abbb0 Mon Sep 17 00:00:00 2001 From: hansen666666 Date: Wed, 20 Sep 2023 14:29:00 +0800 Subject: [PATCH] Wed Sep 20 14:29:00 CST 2023 inscode --- .inscode | 4 +++ src/App.vue | 89 ++++++++++++++++++++++++++++++++--------------------- 2 files changed, 58 insertions(+), 35 deletions(-) diff --git a/.inscode b/.inscode index 70c7853..9fec957 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "npm i && npm run dev" +language = "node" [deployment] build = "npm i && npm run build" @@ -8,3 +9,6 @@ run = "npm run preview" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" diff --git a/src/App.vue b/src/App.vue index 633a5df..a105824 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,47 +1,66 @@ - - - -- GitLab