diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..3d3960d --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +public-hoist-pattern[]=@css-render/vue3-ssr +public-hoist-pattern[]=vueuc +public-hoist-pattern[]=naive-ui +shamefully-hoist=true diff --git a/README.md b/README.md index f48daa1..bbd1029 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ Nuxt-Whois 是一个基于 Nuxt3、Tailwind CSS 和 Xep-Whois 构建的Whois查 - **Dns查询**:支持Dns查询,方便用户查看域名的Dns信息。 - **自定义后缀**:支持自定义Whois服务器后缀,方便用户查询不同后缀的域名。 +## 更新说明 + +- 2024.3.25 抛弃原来 NuxtUi 改用 NaiveUi 重构中 后台增加中 当前版本无法上线使用 +- 2024.3.18 重构V2版本 预计三天内完成。 + ### 内容修改 + 大部分多语言文字都在lang文件夹下或者.env文件,可以自行修改。 ### 环境要求 @@ -59,4 +65,5 @@ pnpm dev ``` # 免责声明 - 本项目开源仅供学习使用,不得用于任何违法用途,否则后果自负,与本人无关。使用请保留项目地址谢谢。 + +本项目开源仅供学习使用,不得用于任何违法用途,否则后果自负,与本人无关。使用请保留项目地址谢谢。 diff --git a/app.vue b/app.vue index 25c2a46..31a3083 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,44 @@ + + diff --git a/assets/images/login-pic.png b/assets/images/login-pic.png new file mode 100644 index 0000000..7c29a7e Binary files /dev/null and b/assets/images/login-pic.png differ diff --git a/components/common/ApiChange.vue b/components/common/ApiChange.vue new file mode 100644 index 0000000..5dfeb0b --- /dev/null +++ b/components/common/ApiChange.vue @@ -0,0 +1,13 @@ + + + diff --git a/components/common/AppPage.vue b/components/common/AppPage.vue new file mode 100644 index 0000000..edbcdda --- /dev/null +++ b/components/common/AppPage.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/components/common/DomainList.vue b/components/common/DomainList.vue index c419267..6c2e266 100644 --- a/components/common/DomainList.vue +++ b/components/common/DomainList.vue @@ -15,16 +15,17 @@ const {t} = useI18n() - - -
-
{{t('index.support')}}:
-
+ +
-
- + +
diff --git a/components/common/History.vue b/components/common/History.vue index 6c2c74e..6b488f5 100644 --- a/components/common/History.vue +++ b/components/common/History.vue @@ -1,16 +1,8 @@ @@ -25,18 +17,20 @@ const slideoverConfig = { - - -
+ +

- {{ t('history.title') }} {{ t('history.tips', { length: styleStore.getHistory.length }) }} @@ -44,7 +38,6 @@ const slideoverConfig = {
-
@@ -76,23 +69,22 @@ const slideoverConfig = { {{ item.date }}
- {{t('common.actions.delete')}} + + >{{t('common.actions.delete')}}
-

{{ t('history.empty') }}

-
-
+ + diff --git a/components/common/LayoutSetting.vue b/components/common/LayoutSetting.vue new file mode 100644 index 0000000..2c4229f --- /dev/null +++ b/components/common/LayoutSetting.vue @@ -0,0 +1,98 @@ + + + + + diff --git a/components/common/TheFooter.vue b/components/common/TheFooter.vue new file mode 100644 index 0000000..155ed15 --- /dev/null +++ b/components/common/TheFooter.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/components/dns/ApiChanges.vue b/components/dns/ApiChanges.vue index 040ba6b..948c7de 100644 --- a/components/dns/ApiChanges.vue +++ b/components/dns/ApiChanges.vue @@ -1,29 +1,24 @@