From 72b20872040baa6821920a04cc72bc9b23b0a471 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 20 Dec 2025 15:51:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(components):=20=E5=8F=AA=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai-chat-message/ai-chat-message.json | 6 + .../ai-chat-message/ai-chat-message.vue | 2766 +++++++++++++++++ components/diy-components/diy-digit.vue | 276 ++ components/diy-components/diy-image-nav.vue | 290 ++ components/diy-components/diy-video-list.vue | 704 +++++ components/ns-mp-html/ns-mp-html.vue | 25 + components/ns-newform/ns-newform.vue | 933 ++++++ components/uv-count-to/uv-count-to.vue | 218 ++ components/wxwork-contact/wxwork-contact.vue | 301 ++ 9 files changed, 5519 insertions(+) create mode 100644 components/ai-chat-message/ai-chat-message.json create mode 100644 components/ai-chat-message/ai-chat-message.vue create mode 100644 components/diy-components/diy-digit.vue create mode 100644 components/diy-components/diy-image-nav.vue create mode 100644 components/diy-components/diy-video-list.vue create mode 100644 components/ns-mp-html/ns-mp-html.vue create mode 100644 components/ns-newform/ns-newform.vue create mode 100644 components/uv-count-to/uv-count-to.vue create mode 100644 components/wxwork-contact/wxwork-contact.vue diff --git a/components/ai-chat-message/ai-chat-message.json b/components/ai-chat-message/ai-chat-message.json new file mode 100644 index 0000000..d806736 --- /dev/null +++ b/components/ai-chat-message/ai-chat-message.json @@ -0,0 +1,6 @@ +{ + "component": true, + "usingComponents": { + "ns-loading": "../ns-loading/ns-loading" + } +} \ No newline at end of file diff --git a/components/ai-chat-message/ai-chat-message.vue b/components/ai-chat-message/ai-chat-message.vue new file mode 100644 index 0000000..528f729 --- /dev/null +++ b/components/ai-chat-message/ai-chat-message.vue @@ -0,0 +1,2766 @@ + + + + + \ No newline at end of file diff --git a/components/uv-count-to/uv-count-to.vue b/components/uv-count-to/uv-count-to.vue new file mode 100644 index 0000000..c069ecf --- /dev/null +++ b/components/uv-count-to/uv-count-to.vue @@ -0,0 +1,218 @@ + + + + + \ No newline at end of file diff --git a/components/wxwork-contact/wxwork-contact.vue b/components/wxwork-contact/wxwork-contact.vue new file mode 100644 index 0000000..65701bf --- /dev/null +++ b/components/wxwork-contact/wxwork-contact.vue @@ -0,0 +1,301 @@ + + + + + \ No newline at end of file