From 820d843430d57544aa48bc5b819c92b9e1aed403 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 14 Jan 2026 17:50:51 +0800 Subject: [PATCH] no message --- components/apply/form.vue | 11 + root/home/quickApplication.vue | 651 +------------- uni_modules/rh-ui/changelog.md | 18 + .../rh-ai-super-input/rh-ai-super-input.vue | 262 ++++++ uni_modules/rh-ui/components/rh-apply/rh-apply.vue | 643 ++++++++++++++ .../rh-ui/components/rh-button/rh-button.vue | 40 +- .../rh-login-false-list/rh-login-false-list.vue | 28 +- .../components/rh-quickconfirm/rh-quickconfirm.vue | 6 +- .../components/rh-quicklogin/rh-quicklogin.vue | 1 + .../components/rh-unlogininfo/rh-unlogininfo.vue | 3 +- uni_modules/rh-ui/libs/utils/dateUtil.js | 986 +++++++++++++++++++++ uni_modules/rh-ui/libs/utils/nation.js | 234 +++++ uni_modules/rh-ui/package.json | 6 +- 13 files changed, 2207 insertions(+), 682 deletions(-) create mode 100644 components/apply/form.vue create mode 100644 uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue create mode 100644 uni_modules/rh-ui/components/rh-apply/rh-apply.vue create mode 100644 uni_modules/rh-ui/libs/utils/dateUtil.js create mode 100644 uni_modules/rh-ui/libs/utils/nation.js diff --git a/components/apply/form.vue b/components/apply/form.vue new file mode 100644 index 0000000..e0e78f0 --- /dev/null +++ b/components/apply/form.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index ab7e9ff..01a99c7 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -1,650 +1,11 @@ - - + + \ No newline at end of file diff --git a/uni_modules/rh-ui/changelog.md b/uni_modules/rh-ui/changelog.md index fa0dc43..cb4a8d9 100644 --- a/uni_modules/rh-ui/changelog.md +++ b/uni_modules/rh-ui/changelog.md @@ -1,3 +1,21 @@ +## 1.0.917(2026-01-14) +迭代 +## 1.0.916(2026-01-14) +新增组件 +## 1.0.915(2026-01-07) +迭代 +## 1.0.914(2026-01-07) +迭代 +## 1.0.913(2026-01-05) +迭代 +## 1.0.912(2025-12-29) +迭代 +## 1.0.911(2025-12-19) +优化 +## 1.0.910(2025-12-10) +迭代 +## 1.0.909(2025-12-09) +优化 ## 1.0.908(2025-12-08) 迭代 ## 1.0.907(2025-12-08) diff --git a/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue b/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue new file mode 100644 index 0000000..ab2963f --- /dev/null +++ b/uni_modules/rh-ui/components/rh-ai-super-input/rh-ai-super-input.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue new file mode 100644 index 0000000..7359f56 --- /dev/null +++ b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue @@ -0,0 +1,643 @@ + + + + diff --git a/uni_modules/rh-ui/components/rh-button/rh-button.vue b/uni_modules/rh-ui/components/rh-button/rh-button.vue index 231bd7e..fac7f91 100644 --- a/uni_modules/rh-ui/components/rh-button/rh-button.vue +++ b/uni_modules/rh-ui/components/rh-button/rh-button.vue @@ -1,6 +1,6 @@