1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-01 23:43:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

details revised

This commit is contained in:
2021-08-07 19:00:31 +08:00
parent 79eff0974a
commit 405bd4ea8c
13 changed files with 57 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
!> **项目许可证以项目中LICENSE文件为准本页内容仅作为参考不具有法律效应**
> 本页内容旨在让您更加了解 `GPL-3.0 许可证` 的相关内容,其中中文版本是来源于网络的非正式翻译版本。
?> 本页内容旨在让您更加了解 `GPL-3.0 许可证` 的相关内容,其中中文版本是来源于网络的非正式翻译版本。
GNU General Public License v3.0
@@ -383,17 +384,17 @@ To do so, attach the following notices to the program. It is safest to attach th
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.

View File

@@ -1,8 +1,12 @@
感谢大家对本项目的支持,您的打赏是我们前进的动力!
打赏方式:开始->简介->支持本项目发展
<details>
<summary>支持项目发展(点击展开)</summary>
> 所有打赏都用于本项目的持续发展,例如支付服务器费用等。打赏不支持退款,请理性打赏哦。
<!-- 支持项目发展 -->
[reward](../../include/reward.md ':include')
</details>
## 打赏名单

View File

@@ -1,4 +1,6 @@
联系邮箱:`admin@mail.only4.work`
<!-- 背Ta单词 简介 -->
[联系邮箱](../../include/email.md ':include')
如果您发现了Bug请备注`BUG`
如果您有更好的电子或建议,请备注`建议`

View File

@@ -2,8 +2,8 @@
## 访问网站
使用浏览器打开 `https://reciteword.com/`
<!-- 访问网站 -->
[website-home-url](../../include/website-home-url.md ':include')
## 功能介绍

View File

@@ -1,16 +1,16 @@
## 登录验证码未加载出来
### 问题描述
#### 问题描述
程序安装后登陆时的验证码无法绘制,报 [Warning: Wrong parameter count for imagettftext() in xxx/captcha.php 错误]
### 问题出现原因
#### 问题出现原因
安装路径中出现空格、中文字符以及特殊符号导致调用GD库时无法找到字体文件。
### 解决方案
#### 解决方案
1. 将程序安装在无空格、中文字符以及特殊符号的路径下(推荐)
2. 如果不得不安装在特定目录下,请将 `static/font/geneva.ttf` 字体文件复制一份至符合上述要求的路径,然后按照下方说明修改 `api/captcha.php` 文件。
@@ -29,12 +29,12 @@ imagettftext($image, $fontsize, 0, $x, $y, $fontcolor, '复制出来的字体所
---------------
# 无法创建SQLite3数据库
## 无法创建SQLite3数据库
> 这个问题一般出现在Windows环境下
### 解决方案
#### 解决方案
需要修改php.ini文件

View File

@@ -26,4 +26,7 @@
> **修订版本号**增大代表向下兼容的问题修正Bug修正等。这种情况下建议始终保持最新版本以免漏洞被他人利用给您造成损失。
> 总之,主版本号相同的情况下,建议您升级至最新版本。主版本号不同时,升级需要考虑兼容问题,建议先按照“网站迁移”的步骤对现有网站进行克隆,将克隆出来的站点作为测试站点,然后升级测试站点。确认升级后各功能均正常,方可对主站点进行升级。
> 参考文档:[语义化版本 2.0.0](https://semver.org/lang/zh-CN/)
> 参考文档:[语义化版本 2.0.0](https://semver.org/lang/zh-CN/)

View File

@@ -1,7 +1,7 @@
# drawio
<!-- 引入drawio viewer.js -->
[intro](../include/import-drawio-viewer-script.md ':include')
[drawio viewer.js](../include/import-script/drawio-viewer.md ':include')
[测试](https://cdn.jsdelivr.net/npm/docsify-drawio/test.drawio ':include :type=code')
@@ -9,3 +9,4 @@
# 深色背景 <!-- 深色背景 -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />