From 5257ff116e0930052b529b780b1f53e5d505d2fa Mon Sep 17 00:00:00 2001 From: makalake Date: Thu, 25 Apr 2024 18:26:00 +0800 Subject: [PATCH] Thu Apr 25 18:26:00 CST 2024 inscode --- .inscode | 4 ++++ dist/index.html | 44 ++++++++++++++++++++++---------------------- index.html | 42 +++++++++++++++++++++--------------------- package.json | 2 +- 4 files changed, 48 insertions(+), 44 deletions(-) diff --git a/.inscode b/.inscode index 97bb3c5..c2e12ce 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,9 @@ run = "dist/index.html" entrypoint = "index.ts" +language = "node" [nix] channel = "stable-22_11" + +[debugger] +program = "main.js" diff --git a/dist/index.html b/dist/index.html index b8f5abb..9c018b0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -38,31 +38,31 @@ - - + + diff --git a/index.html b/index.html index c444d9f..52ec065 100644 --- a/index.html +++ b/index.html @@ -35,31 +35,31 @@ - - + + diff --git a/package.json b/package.json index 874c9c6..1fe6b5b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "MIT", "author": "Yulei Zhu", - "description": "Minecraft clone made with Three.js and TypeScript", + "description": "用Three.js和TypeScript制作的Minecraft克隆", "scripts": { "dev": "vite", "build": "vite build --base=/dist/", -- GitLab