From 25367384c6238de36b64f4527dd5511790ad00a4 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Tue, 9 Sep 2025 14:22:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(vscode):=20=E6=B7=BB=E5=8A=A0=E5=B8=A6=20d?= =?UTF-8?q?efinePage=20=E7=9A=84=20unibest=20=E8=84=9A=E6=9C=AC=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=89=87=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/vue3.code-snippets | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets index 8c69a4e..9ac90e1 100644 --- a/.vscode/vue3.code-snippets +++ b/.vscode/vue3.code-snippets @@ -52,6 +52,19 @@ "\n" ], }, + "Print unibest script with definePage": { + "scope": "vue", + "prefix": "scdp", + "body": [ + "\n" + ], + }, "Print unibest template": { "scope": "vue", "prefix": "te",