From 8535d7f10bff93a3188d8a2e6467d0cf57ffb586 Mon Sep 17 00:00:00 2001 From: qq_73547057 Date: Thu, 28 Dec 2023 11:45:00 +0800 Subject: [PATCH] Thu Dec 28 11:45:00 CST 2023 inscode --- .inscode | 4 ++++ index.html | 57 +++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 50 insertions(+), 11 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/index.html b/index.html index 030a6ff..1942cf4 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,48 @@ - - - - - Vite App - - -
- - - + + + + + methods方法 + + + +
+ +

{{hello()}}

+

{{add()}}

+ +

{{msg}}

+ +
+ + + + \ No newline at end of file -- GitLab