mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Update some copywrite.
This commit is contained in:
parent
4cadba7023
commit
e3c591857d
@ -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 );
|
||||
|
||||
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user