Update some copywrite.

This commit is contained in:
Kenshin 2019-06-27 12:23:07 +08:00
parent 4cadba7023
commit e3c591857d
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ function readMode() {
} else if ( pr.state == "temp" && pr.dom ) {
read.Render();
} else {
new Notify().Render( "智能感知正文失败,请移动鼠标,并通过 <a href='http://ksria.com/simpread/docs/#/手动框选' target='_blank' >手动框选</a> 的方式生成正文。" );
new Notify().Render( "<a href='http://ksria.com/simpread/docs/#/词法分析引擎?id=智能感知' target='_blank' >智能感知</a> 正文失败,请移动鼠标,并通过 <a href='http://ksria.com/simpread/docs/#/手动框选' target='_blank' >手动框选</a> 的方式生成正文。" );
read.Highlight().done( dom => {
const rerender = element => {
pr.TempMode( mode.read, dom );

View File

@ -332,7 +332,7 @@ function mathJaxMode() {
const dom = storage.pr.MathJaxMode();
console.log( 'current get dom is ', dom )
if ( typeof dom == "undefined" ) {
new Notify().Render( "智能感知失败,请移动鼠标框选。" );
new Notify().Render( "<a href='http://ksria.com/simpread/docs/#/词法分析引擎?id=智能感知' target='_blank' >智能感知</a> 失败,请移动鼠标框选。" );
Highlight().done( dom => {
const rerender = element => {
storage.pr.TempMode( "read", element );