docs
This commit is contained in:
parent
3e2d5de6a9
commit
8eb044f7f2
|
@ -48,7 +48,7 @@ We believe that "what truly makes a good game is something that makes you feel h
|
|||
|
||||
- The website refreshes the `token` every 60 minutes, causing a brief white screen. This is done for security reasons.
|
||||
- The website uses [`vue-quill`](https://github.com/vueup/vue-quill) as the rich text editor. However, this editor employs outdated [API](https://github.com/vueup/vue-quill/issues/409), which may generate console warnings when the editor appears. This is due to the editor's design and is not an error in the website's code. We plan to develop our own rich text editor in the future.
|
||||
- If you encounter any errors on the website or have suggestions, please [contact us](https://github.com/KUN1007/kun-galgame-vue#ContactUs).
|
||||
- If you encounter any errors on the website or have suggestions, please [contact us](https://github.com/KUN1007/kun-galgame-vue#contact-us).
|
||||
|
||||
To view all the features of the website, please [click here](https://github.com/KUN1007/kun-galgame-vue/blob/V1/docs/en/feat.md).
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ KUNGalgame 创建的意义在于:
|
|||
|
||||
* 网站会在每 `60min` 刷新一次 `token`,会有短暂白屏,这是为了更加安全
|
||||
* 网站使用了 [`vue-quill`](https://github.com/vueup/vue-quill) 作为富文本编辑器,但是该编辑器使用了[过时的 `API`](https://github.com/vueup/vue-quill/issues/409),所以编辑器出现时控制台会有警告,这是编辑器的原因,并不是网站代码的错误,我们之后会自己开发一款富文本编辑器
|
||||
* 如果您遇到网站的任何错误,或者有所建议,请[联系我们](https://github.com/KUN1007/kun-galgame-vue#ContactUs)
|
||||
* 如果您遇到网站的任何错误,或者有所建议,请[联系我们](https://github.com/KUN1007/kun-galgame-vue#contact-us)
|
||||
|
||||
要查看网站的全部特性请[点击这里](https://github.com/KUN1007/kun-galgame-vue/blob/V1/docs/en/feat.md)
|
||||
|
||||
|
|
Loading…
Reference in a new issue