-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
escape character display error (#1346)
- Loading branch information
1 parent
7b59c45
commit ca468ff
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -376,6 +376,6 @@ telnet: connect to address 192.168.1.10: Connection refused | |
| License 使用时间 | 产品使用状态 | 消息提示及续费方式 | | ||
| ---------------- | ------------------ | ------------------------------------------------------------ | | ||
| 未到生效期 | 不可登录且无法使用 | 您的 License 还未到生效时间,请于有效期范围内使用。 | | ||
| 过期前 3 天内 | 可以登录并继续使用 | 您的 License 证书有效时间还剩 <3|2|1|0> 天,过期7天后无法使用,请及时联系销售([[email protected]](mailto:[email protected]))购买并更换新的证书。 | | ||
| 过期后 7 天内 | 可以登录并继续使用 | 您的 License 证书已过期 <0|1|2|3|4|5|6|7> 天,过期7天后无法使用,请及时联系销售([[email protected]](mailto:[email protected]))购买并更换新的证书。 | | ||
| 过期前 3 天内 | 可以登录并继续使用 | 您的 License 证书有效时间还剩 <3\|2\|1\|0> 天,过期7天后无法使用,请及时联系销售([[email protected]](mailto:[email protected]))购买并更换新的证书。 | | ||
| 过期后 7 天内 | 可以登录并继续使用 | 您的 License 证书已过期 <0\|1\|2\|3\|4\|5\|6\|7> 天,过期7天后无法使用,请及时联系销售([[email protected]](mailto:[email protected]))购买并更换新的证书。 | | ||
| 过期后 7 天以上 | 不可登录且无法使用 | 您的 License 已过期 7 天以上,产品无法正常使用,请及时联系销售([[email protected]](mailto:[email protected]))购买并更换新的证书。 | |