From 7d1a12c5b07ec7cece7fbd4abe4508c5a9bc4c42 Mon Sep 17 00:00:00 2001 From: satori Date: Thu, 5 Sep 2024 10:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=B7=AF=E5=BE=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- {wigets => widgets}/avatar.js | 0 {wigets => widgets}/dialog.js | 0 {wigets => widgets}/navbar.js | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {wigets => widgets}/avatar.js (100%) rename {wigets => widgets}/dialog.js (100%) rename {wigets => widgets}/navbar.js (100%) diff --git a/index.js b/index.js index 29eff8c..e34e38d 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ import { div, span, pre, h1, p, ul, li, button, createElement } from './main.js' -import { Dialog } from './wigets/dialog.js' +import { Dialog } from './wigdets/dialog.js' // 会话/账户 document.body.appendChild(createElement({ diff --git a/wigets/avatar.js b/widgets/avatar.js similarity index 100% rename from wigets/avatar.js rename to widgets/avatar.js diff --git a/wigets/dialog.js b/widgets/dialog.js similarity index 100% rename from wigets/dialog.js rename to widgets/dialog.js diff --git a/wigets/navbar.js b/widgets/navbar.js similarity index 100% rename from wigets/navbar.js rename to widgets/navbar.js