From 1199c418247f76ca25c0e948bdb667dd356c11e9 Mon Sep 17 00:00:00 2001 From: sivan Date: Wed, 4 Mar 2020 06:23:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20-=201e69b?= =?UTF-8?q?d7f06756f1f7a3d1fd2062c44cc999c2f00=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9e44c51..d4e4123 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@
  1. 在页面的</head>标签前中引入heti.css样式文件: -
    <link rel="stylesheet" href="./heti.css">
    +
    <link rel="stylesheet" href="//unpkg.com/heti/umd/heti.min.css">
  2. 在要作用的容器元素上增加class="heti"的类名即可: @@ -468,7 +468,7 @@
    查看使用说明

    在页面的</body>标签前引入JavaScript脚本:

    -
    <script src="./heti-addon.min.js"></script>
    +        
    <script src="//unpkg.com/heti/umd/heti-addon.min.js"></script>
     <script>
       const heti = new Heti();
       heti.autoSpacing();