From d647a9d6a0cd0f14dd72392b83a32ca49400058c Mon Sep 17 00:00:00 2001 From: spylecym <1262965753@qq.com> Date: Thu, 13 Jul 2023 19:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AE=98?= =?UTF-8?q?=E7=BD=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/site/css/about.css | 30 ++++++++++++ public/site/css/common.css | 3 ++ public/site/css/log.css | 2 + public/site/en/about.html | 53 +++++++++++++-------- public/site/en/distribute.html | 10 ++-- public/site/en/download.html | 38 ++++++++-------- public/site/en/help.html | 46 +++++++++---------- public/site/en/index.html | 26 +++++------ public/site/en/log.html | 23 +++++----- public/site/en/price.html | 70 +++++++++++++++------------- public/site/en/product.html | 44 ++++++++++-------- public/site/en/solutions.html | 28 ++++++------ public/site/img/loading.png | Bin 0 -> 5546 bytes public/site/index.html | 22 ++++----- public/site/zh/about.html | 59 +++++++++++++++--------- public/site/zh/download.html | 81 ++++++++++----------------------- public/site/zh/help.html | 13 +++--- public/site/zh/index.html | 30 ++++++------ public/site/zh/log.html | 15 +++--- public/site/zh/price.html | 66 +++++++++++++++------------ public/site/zh/product.html | 56 ++++++++++++----------- public/site/zh/solutions.html | 24 +++++----- 22 files changed, 393 insertions(+), 346 deletions(-) create mode 100644 public/site/img/loading.png diff --git a/public/site/css/about.css b/public/site/css/about.css index eacf9c6b2..0a936f7eb 100644 --- a/public/site/css/about.css +++ b/public/site/css/about.css @@ -172,4 +172,34 @@ border: 1px solid transparent; border-radius: 8px; color: #fff; +} +#desc_wrap{ + position: relative; +} +#characterCount{ + position: absolute; + right: 20px; + bottom: 7px; + z-index:999; + color: #ccc; +} +#loadingWrap{ + position: relative; +} +#submitLoading{ + position: absolute; + display: none; + left: 42%; + width: 18px; + height: 18px; + border-radius: 50%; + animation: spin 3s infinite linear; +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } } \ No newline at end of file diff --git a/public/site/css/common.css b/public/site/css/common.css index ecf67cb48..05f476c0c 100644 --- a/public/site/css/common.css +++ b/public/site/css/common.css @@ -64,6 +64,9 @@ img { line-height: 16px; } .txt-4001620{ + display: block; + width: 100%; + height: 100%; font-weight: 400; font-size: 16px; line-height: 20px; diff --git a/public/site/css/log.css b/public/site/css/log.css index e82e70104..597ae12c0 100644 --- a/public/site/css/log.css +++ b/public/site/css/log.css @@ -70,6 +70,8 @@ font-size: 24px; line-height: 30px; color: var(--text-color); + padding-top: 15px; + box-sizing: border-box; } .r-ol-item{ color: var(--txt-gray-color); diff --git a/public/site/en/about.html b/public/site/en/about.html index fff5c158b..a422ad8e7 100644 --- a/public/site/en/about.html +++ b/public/site/en/about.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -201,9 +201,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -282,11 +282,12 @@
  • Message - + +

    Messages cannot exceed 255 characters!

  • - +
  • @@ -341,20 +342,20 @@ @@ -371,7 +372,7 @@ - \ No newline at end of file + diff --git a/public/site/en/distribute.html b/public/site/en/distribute.html index f76178d8b..e9e7134cc 100644 --- a/public/site/en/distribute.html +++ b/public/site/en/distribute.html @@ -4,7 +4,7 @@ DooTask - + @@ -29,7 +29,7 @@
    Scan the QR code to download - Or type in this URL using your mobile browser: + Or type in this URL using your mobile browser: http://dootask.com/
    @@ -71,8 +71,8 @@ const infoDom = document.querySelector('.info') const operatDom = document.querySelector('.operat-tips') const ua = window.navigator.userAgent.toLowerCase(); - const isWechat = /micromessenger/.test(ua); - const isAndroid = /android/.test(ua); + const isWechat = /micromessenger/.test(ua); + const isAndroid = /android/.test(ua); let timer; if(!isAndroid){ dowBtnDom.style.display = 'none' @@ -110,7 +110,7 @@ } window.location.href = "https://www.dootask.com/uploads/android/DooTask-v0.27.46-android.apk"; } - /* 生成网页二维码二维码 */ + /* 生成网页二维码二维码 */ if(window.location.host !== ''){ const url = window.location.href; const matchResult = url.match(/^(.*?)(?=\/site)/); diff --git a/public/site/en/download.html b/public/site/en/download.html index 00775855c..fc4801ac7 100644 --- a/public/site/en/download.html +++ b/public/site/en/download.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -211,9 +211,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -228,7 +228,7 @@

    Update Log

    + + @@ -321,7 +321,7 @@ - \ No newline at end of file + diff --git a/public/site/en/help.html b/public/site/en/help.html index 228f27f74..5a5785cd7 100644 --- a/public/site/en/help.html +++ b/public/site/en/help.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -249,9 +249,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -439,20 +439,20 @@ @@ -468,7 +468,7 @@ - \ No newline at end of file + diff --git a/public/site/en/index.html b/public/site/en/index.html index db89c3b55..f779dc940 100644 --- a/public/site/en/index.html +++ b/public/site/en/index.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -182,9 +182,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -472,20 +472,20 @@ diff --git a/public/site/en/log.html b/public/site/en/log.html index 9645d1976..305f40924 100644 --- a/public/site/en/log.html +++ b/public/site/en/log.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -167,9 +167,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -191,6 +191,7 @@

    DooTask Update Log

    +
    @@ -238,7 +239,7 @@ const domHandle = (html)=>{ const rlog = document.querySelector('.logs-l-1920'); const rlog2 = document.querySelector('.logs-l-768'); const versions = html.match(/

    (.*?)<\/h2>/g).slice(0, 10); - + const versionsNumbers = versions.map(str => str.split('

    [')[1].split(']

    ')[0]); for (let i = 0; i < versionsNumbers.length; i++) { const updatesHtml = html.split(versionsNumbers[i])[1].split('

    ')[0].match(/
  • (.*?)<\/li>/g); @@ -259,7 +260,7 @@ const domHandle = (html)=>{ `; rlog.appendChild(rLi); rlog2.appendChild(rLi2); - + const li = document.createElement('li'); li.className = 'r-ul-item mb-36'; li.innerHTML = ` @@ -271,7 +272,7 @@ const domHandle = (html)=>{ getUpdatesFromHtml(updatesHtmlText,li) } let updateLogNum = localStorage.getItem('update_log_num') - /* logs点击激活函数 */ + /* logs点击激活函数 */ let isThrottled = false; let timerId; const logs_tabs = document.querySelector('.logs-l-1920'); @@ -348,4 +349,4 @@ if(!logs) { domHandle(logs) } - \ No newline at end of file + diff --git a/public/site/en/price.html b/public/site/en/price.html index f84c468ab..7f73d85ec 100644 --- a/public/site/en/price.html +++ b/public/site/en/price.html @@ -4,7 +4,7 @@ DooTask - + @@ -82,15 +82,15 @@ Dark theme - + github - - + + @@ -114,7 +114,7 @@ /month
    No limit to the number of people
    - +
    1. Support for private deployment @@ -129,7 +129,7 @@ /month
      Up to 3 persons
      - +
      1. @@ -280,9 +280,9 @@
    2. -
    3. - Log In -
    4. +
      + Try Now +
      @@ -310,7 +310,7 @@ /month - +
      @@ -427,7 +427,7 @@

      @@ -509,13 +509,15 @@ Timeline view (Gantt chart)
      -
      +
    5. ¥0

      /month -
    6. - - - + +
    7. + + + +
  • @@ -584,13 +586,15 @@ Timeline view (Gantt chart)
  • -
    +
  • ¥3,000

    /year -
  • - - - + +
  • + + + +
  • @@ -659,12 +663,14 @@ Timeline view (Gantt chart)
  • -
    +
  • ¥18,888

    -
  • - - - + +
  • + + + +
  • @@ -718,20 +724,20 @@ diff --git a/public/site/en/product.html b/public/site/en/product.html index 8c8c7b4ab..70400a6ac 100644 --- a/public/site/en/product.html +++ b/public/site/en/product.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -94,7 +94,7 @@

    The product brings together various document collaboration, online mind mapping, online flowcharting, project management, task distribution, instant IM, document management and other functions

    - + @@ -104,9 +104,11 @@
    @@ -583,20 +587,20 @@ diff --git a/public/site/en/solutions.html b/public/site/en/solutions.html index 9d01b8dca..76f037ca6 100644 --- a/public/site/en/solutions.html +++ b/public/site/en/solutions.html @@ -4,7 +4,7 @@ DooTask - + @@ -68,15 +68,15 @@ Dark theme - + github - - + + @@ -94,7 +94,7 @@

    DooTask offers a range of solutions based on different scenarios so that you can quickly start collaborating with your team or department

    - + @@ -172,9 +172,9 @@
  • -
  • - Log In -
  • +
    + Try Now +
    @@ -294,20 +294,20 @@ diff --git a/public/site/img/loading.png b/public/site/img/loading.png new file mode 100644 index 0000000000000000000000000000000000000000..482265801ebd4473c2f5888ea233a0bf42c162c0 GIT binary patch literal 5546 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 暗黑主题 - + github - + @@ -183,9 +183,9 @@
  • -
  • - 登录 -
  • + @@ -473,20 +473,20 @@ diff --git a/public/site/zh/about.html b/public/site/zh/about.html index d2bb9816b..ac8c882aa 100644 --- a/public/site/zh/about.html +++ b/public/site/zh/about.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -201,9 +201,9 @@
  • -
  • - 登录 -
  • + @@ -265,7 +265,7 @@
    @@ -278,13 +278,14 @@ 邮箱 -
  • +
  • 留言 - + +

    0/255

  • - +
  • @@ -336,25 +337,25 @@ @@ -369,7 +370,7 @@ - \ No newline at end of file + diff --git a/public/site/zh/download.html b/public/site/zh/download.html index bfbec4bc1..33de2ec2b 100644 --- a/public/site/zh/download.html +++ b/public/site/zh/download.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -108,10 +108,10 @@ Android Android -
    -
    - 扫描下载 -
    + + Android,下载 + 下载 +
  • @@ -120,10 +120,10 @@
  • @@ -132,7 +132,7 @@ Windows Windows

    - + Windows,下载 下载 @@ -211,9 +211,9 @@
  • -
  • - 登录 -
  • + @@ -227,7 +227,7 @@ + + @@ -319,7 +319,7 @@ - \ No newline at end of file + diff --git a/public/site/zh/help.html b/public/site/zh/help.html index 566b9c4b8..ceaf9bdb7 100644 --- a/public/site/zh/help.html +++ b/public/site/zh/help.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -249,9 +249,9 @@
  • -
  • - 登录 -
  • + @@ -453,7 +453,6 @@ - @@ -489,4 +488,4 @@ const closeHelpDraweHandle = ()=>{ helpDrawer.classList.remove('open-help-drawer'); } - \ No newline at end of file + diff --git a/public/site/zh/index.html b/public/site/zh/index.html index 055608ea1..60c22cb9b 100644 --- a/public/site/zh/index.html +++ b/public/site/zh/index.html @@ -57,8 +57,8 @@
  • 简体中文
  • -
  • - English +
  • + English
  • @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -182,9 +182,9 @@
  • -
  • - 登录 -
  • + @@ -469,25 +469,25 @@ diff --git a/public/site/zh/log.html b/public/site/zh/log.html index 7b2d3a543..b18b247d6 100644 --- a/public/site/zh/log.html +++ b/public/site/zh/log.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -167,9 +167,9 @@
  • -
  • - 登录 -
  • + @@ -256,18 +256,17 @@ const domHandle = (html)=>{ logsDrawer.classList.remove('open-logs-drawer'); }); rLi2.innerHTML = ` - v${versionsNumbers[i]} 更新 + v${versionsNumbers[i]} 更新 `; rlog.appendChild(rLi); rlog2.appendChild(rLi2); - const li = document.createElement('li'); li.className = 'r-ul-item mb-36'; li.innerHTML = `
    1. v${versionsNumbers[i]} 更新

    - `; + ` changelog.appendChild(li); getUpdatesFromHtml(updatesHtmlText,li) } diff --git a/public/site/zh/price.html b/public/site/zh/price.html index 0157d503a..c3d9e2f15 100644 --- a/public/site/zh/price.html +++ b/public/site/zh/price.html @@ -82,14 +82,14 @@ 暗黑主题 - + github - + @@ -114,7 +114,7 @@ /月
    人数无限制
    - +
    1. @@ -130,7 +130,7 @@ /月
      最多3人
      - +
      1. @@ -281,9 +281,9 @@
    2. -
    3. - 登录 -
    4. + @@ -311,7 +311,7 @@ /月 - +
      @@ -428,7 +428,7 @@

      @@ -510,13 +510,15 @@ 时间轴视图(甘特图)
      -
      +
    5. ¥0

      /月 -
    6. - - - + +
    7. + + + +
  • @@ -585,13 +587,15 @@ 时间轴视图(甘特图)
  • -
    +
  • ¥3,000

    /年 -
  • - - - + +
  • + + + +
  • @@ -660,12 +664,14 @@ 时间轴视图(甘特图)
  • -
    +
  • ¥18,888

    -
  • - - - + +
  • + + + +
  • @@ -719,20 +725,20 @@ diff --git a/public/site/zh/product.html b/public/site/zh/product.html index 6d3512991..eb32cbd40 100644 --- a/public/site/zh/product.html +++ b/public/site/zh/product.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -94,7 +94,7 @@

    该产品汇集了各种文档协作、在线思维导图、在线流程图、项目管理、任务分配、即时IM、文档管理等功能。

    - + @@ -104,57 +104,61 @@
      - - 一个产品,多种强大的工具 - +
    • + + 一个产品,多种强大的工具 + +
    • 协同创作

      协同创作

    • -
    • +
    • 即时沟通

      即时沟通

    • -
    • +
    • 项目管理

      项目管理

    • -
    • +
    • 任务仪表盘

      任务仪表盘

    • -
    • +
    • 任务日历

      任务日历

    • -
    • +
    • 机器人助手

      机器人助手

    • -
    • +
    • 团队管理

      团队管理

    • -
    • +
    • 端到端加密

      端到端加密

    • -
    • +
    • 多平台应用

      多平台应用

    • - - 一个产品,多种强大的工具 - +
    • + + 一个产品,多种强大的工具 + +
    @@ -585,20 +589,20 @@ diff --git a/public/site/zh/solutions.html b/public/site/zh/solutions.html index 999a963ed..1639d2015 100644 --- a/public/site/zh/solutions.html +++ b/public/site/zh/solutions.html @@ -68,14 +68,14 @@ 暗黑主题 - + github - + @@ -94,7 +94,7 @@

    DooTask提供了一系列基于不同场景的解决方案,以便您可以快速开始与您的团队或部门合作

    - + @@ -172,9 +172,9 @@
  • -
  • - 登录 -
  • +
    @@ -295,20 +295,20 @@