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 000000000..482265801 Binary files /dev/null and b/public/site/img/loading.png differ diff --git a/public/site/index.html b/public/site/index.html index 064d2f142..0b92ed671 100644 --- a/public/site/index.html +++ b/public/site/index.html @@ -68,14 +68,14 @@ 暗黑主题 - + 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 @@