From 5c2330512ec66017c7213a13748e7eac62fa64b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Mon, 11 Oct 2021 13:48:50 +0800 Subject: [PATCH 01/28] =?UTF-8?q?@=E6=88=91=EF=BC=9A=E5=9C=A8markdown?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E4=B8=AD=E8=BE=93=E5=85=A5@?= =?UTF-8?q?=E6=88=91=E5=BC=B9=E5=87=BA=E5=88=97=E8=A1=A8=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E7=9A=84js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/jquery.atwho.min.css | 1 + public/index.html | 4 + public/js/jquery.atwho.js | 1215 +++++++++++++++++++++++++++++++ public/js/jquery.atwho.min.js | 1 + public/js/jquery.caret.js | 436 +++++++++++ public/js/jquery.caret.min.js | 2 + 6 files changed, 1659 insertions(+) create mode 100644 public/css/jquery.atwho.min.css create mode 100644 public/js/jquery.atwho.js create mode 100644 public/js/jquery.atwho.min.js create mode 100644 public/js/jquery.caret.js create mode 100644 public/js/jquery.caret.min.js diff --git a/public/css/jquery.atwho.min.css b/public/css/jquery.atwho.min.css new file mode 100644 index 00000000..f770dc73 --- /dev/null +++ b/public/css/jquery.atwho.min.css @@ -0,0 +1 @@ +.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:#fff;color:#000;border:1px solid #DDD;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);min-width:120px;z-index:11110!important}.atwho-view .atwho-header{padding:5px;margin:5px;cursor:pointer;border-bottom:solid 1px #eaeff1;color:#6f8092;font-size:11px;font-weight:700}.atwho-view .atwho-header .small{color:#6f8092;float:right;padding-top:2px;margin-right:-5px;font-size:12px;font-weight:400}.atwho-view .atwho-header:hover{cursor:default}.atwho-view .cur{background:#36F;color:#fff}.atwho-view .cur small{color:#fff}.atwho-view strong{color:#36F}.atwho-view .cur strong{color:#fff;font:700}.atwho-view ul{list-style:none;padding:0;margin:auto;max-height:200px;overflow-y:auto}.atwho-view ul li{display:block;padding:5px 10px;border-bottom:1px solid #DDD;cursor:pointer}.atwho-view small{font-size:smaller;color:#777;font-weight:400} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 9489fe42..fe0ce393 100755 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,7 @@ + <%= htmlWebpackPlugin.tags.headTags %>
@@ -25,6 +26,9 @@ + + + <%= htmlWebpackPlugin.tags.bodyTags %>