From 7d2e634acaf4bd230dbbc54e09ebfa8b813b528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 4 Aug 2025 17:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + node_modules/.package-lock.json | 251 ++- node_modules/quill/package.json | 5 +- package-lock.json | 255 ++- package.json | 4 +- pages.json | 25 + pages/articleList/article.vue | 1731 +++++++++++++++ pages/articleList/articleDetail.vue | 1948 +++++++++++++++++ pages/articleList/common-editor.vue | 70 + pages/articleList/index.vue | 511 +++++ pages/articleList/tag.vue | 214 ++ pages/doctors/article.vue | 470 ++++ pages/doctors/index.vue | 922 +++++--- pages/medicalRecords/add copy.vue | 1942 ---------------- pages/my/index.vue | 5 + uni_modules/piaoyi-editor/changelog.md | 10 + .../components/piaoyi-editor/color-picker.vue | 784 +++++++ .../components/piaoyi-editor/iconfont.css | 123 ++ .../components/piaoyi-editor/iconfont.ttf | Bin 0 -> 6564 bytes .../components/piaoyi-editor/iconfont.woff | Bin 0 -> 4076 bytes .../components/piaoyi-editor/iconfont.woff2 | Bin 0 -> 3296 bytes .../piaoyi-editor/piaoyi-editor.vue | 425 ++++ uni_modules/piaoyi-editor/package.json | 15 + uni_modules/piaoyi-editor/readme.md | 101 + 24 files changed, 7508 insertions(+), 2304 deletions(-) create mode 100644 pages/articleList/article.vue create mode 100644 pages/articleList/articleDetail.vue create mode 100644 pages/articleList/common-editor.vue create mode 100644 pages/articleList/index.vue create mode 100644 pages/articleList/tag.vue create mode 100644 pages/doctors/article.vue delete mode 100644 pages/medicalRecords/add copy.vue create mode 100644 uni_modules/piaoyi-editor/changelog.md create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/color-picker.vue create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/iconfont.css create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/iconfont.ttf create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/iconfont.woff create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/iconfont.woff2 create mode 100644 uni_modules/piaoyi-editor/components/piaoyi-editor/piaoyi-editor.vue create mode 100644 uni_modules/piaoyi-editor/package.json create mode 100644 uni_modules/piaoyi-editor/readme.md diff --git a/index.html b/index.html index c3ff205f..c5000992 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@
+