From 63566f4ad54d7c2869437574ea778e25e559ed1e Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Tue, 22 Apr 2025 15:13:14 +0800 Subject: [PATCH] refactor: separate js code from html --- templates/devstar-home-vscode-js.tmpl | 942 ++++++++++++++++++++++++++ templates/devstar-home-vscode.tmpl | 921 +------------------------ 2 files changed, 943 insertions(+), 920 deletions(-) create mode 100644 templates/devstar-home-vscode-js.tmpl diff --git a/templates/devstar-home-vscode-js.tmpl b/templates/devstar-home-vscode-js.tmpl new file mode 100644 index 0000000000..f8f6bb9d5f --- /dev/null +++ b/templates/devstar-home-vscode-js.tmpl @@ -0,0 +1,942 @@ + + \ No newline at end of file diff --git a/templates/devstar-home-vscode.tmpl b/templates/devstar-home-vscode.tmpl index dd07a8c743..d8521c41eb 100644 --- a/templates/devstar-home-vscode.tmpl +++ b/templates/devstar-home-vscode.tmpl @@ -373,923 +373,4 @@ {{template "base/footer" .}} - - - - +{{template "devstar-home-vscode-js" .}} \ No newline at end of file