twikoo 1.5.11 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ## 更新日志 | Release notes
2
+
3
+ [https://github.com/imaegoo/twikoo/releases](https://github.com/imaegoo/twikoo/releases)
package/README.en.md CHANGED
@@ -9,7 +9,7 @@
9
9
  [![](https://img.shields.io/npm/l/twikoo)](./LICENSE)
10
10
 
11
11
 
12
- A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb).
12
+ A **simple**, **safe**, **free** comment system.
13
13
  [简体中文](./README.md) | **English**
14
14
 
15
15
  **This document is for American English.**
@@ -135,7 +135,7 @@ If your changes can help more people, feel free to submit a Pull Request!
135
135
 
136
136
  ## I18N
137
137
 
138
- Support Simplified Chinese, Traditional Chinese, English. [translate Pull Request](https://github.com/imaegoo/twikoo/tree/main/src/js/utils/i18n).
138
+ Support Simplified Chinese, Traditional Chinese, English. [translate Pull Request](https://github.com/imaegoo/twikoo/tree/main/src/client/utils/i18n).
139
139
 
140
140
  ## License
141
141
 
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  [![](https://data.jsdelivr.com/v1/package/npm/twikoo/badge)](https://www.jsdelivr.com/package/npm/twikoo)
9
9
  [![](https://img.shields.io/npm/l/twikoo)](./LICENSE)
10
10
 
11
- 一个**简洁**、**安全**、**免费**的静态网站评论系统,基于[腾讯云开发](https://curl.qcloud.com/KnnJtUom)。<br>
12
- A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb).
11
+ 一个**简洁**、**安全**、**免费**的静态网站评论系统。<br>
12
+ A **simple**, **safe**, **free** comment system.
13
13
  **简体中文** | [English](./README.en.md)
14
14
 
15
15
  ## 特色 | Features
@@ -19,8 +19,8 @@ A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb)
19
19
 
20
20
  ### 简单
21
21
 
22
- * 免费搭建(使用云开发作为评论后台,每个用户均长期享受1个免费的标准型基础版1资源套餐)
23
- * 简单部署(支持一键部署、手动部署、命令行部署)
22
+ * 免费搭建(使用云开发 / Vercel / 私有部署评论后台)
23
+ * 简单部署(支持云开发 / Vercel 一键部署)
24
24
 
25
25
  ### 易用
26
26
 
@@ -71,8 +71,6 @@ A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb)
71
71
 
72
72
  ### 缺点
73
73
 
74
- * 国外请求较慢
75
- * 部署需要实名认证
76
74
  * 不支持 IE
77
75
 
78
76
  </details>
@@ -98,8 +96,6 @@ A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb)
98
96
 
99
97
  ## 快速上手 | Quick Start
100
98
 
101
- [![部署到云开发](https://main.qcloudimg.com/raw/67f5a389f1ac6f3b4d04c7256438e44f.svg)](https://console.cloud.tencent.com/tcb/env/index?action=CreateAndDeployCloudBaseProject&appUrl=https%3A%2F%2Fgithub.com%2Fimaegoo%2Ftwikoo&branch=main)
102
-
103
99
  有关详细教程,请查看[快速上手](https://twikoo.js.org/quick-start.html)
104
100
 
105
101
  <details>
@@ -115,10 +111,6 @@ A **simple**, **safe**, **free** comment system based on Tencent CloudBase (tcb)
115
111
 
116
112
  <!-- ## 捐赠 | Donate -->
117
113
 
118
- ## 更新日志 & 开发计划 | Release notes & plans
119
-
120
- [更新日志](https://github.com/imaegoo/twikoo/releases) & [开发计划](https://github.com/imaegoo/twikoo/projects/2)
121
-
122
114
  ## 开发 | Development
123
115
 
124
116
  如果您想在本地二次开发,可以参考以下命令:
@@ -133,7 +125,7 @@ yarn build # 编译 (dist/twikoo.all.min.js)
133
125
 
134
126
  ## 国际化 | I18N
135
127
 
136
- 支持简体中文、繁体中文、English。欢迎[提交翻译 PR](https://github.com/imaegoo/twikoo/tree/main/src/js/utils/i18n)。
128
+ 支持简体中文、繁体中文、English。欢迎[提交翻译 PR](https://github.com/imaegoo/twikoo/tree/main/src/client/utils/i18n)。
137
129
 
138
130
  ## 许可 | License
139
131