Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #698

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/service/tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Render( plugins ) {
messages = {
"klGUASLasg": '检测到当前环境有代码段,请使用 <a target="blank" href="https://simpread.ksria.cn/plugins/details/klGUASLasg">代码增强插件</a> 辅助阅读',
"VQOZdNET2d": '检测到当前环境有大量的图片,可以使用 <a target="blank" href="https://simpread.ksria.cn/plugins/details/VQOZdNET2d">点击查看大图</a> 辅助阅读',
"DxlFcL52iy": '如果你想换个论坛类页面风格,可以使用 <a target="blank" href="https://simpread.ksria.cn/plugins/details/DxlFcL52iy">Materail Design 风格</a> 辅助阅读',
"DxlFcL52iy": '如果你想换个论坛类页面风格,可以使用 <a target="blank" href="https://simpread.ksria.cn/plugins/details/DxlFcL52iy">Material Design 风格</a> 辅助阅读',
}
// verify klGUASLasg
if ( $( "sr-read" ).find( "pre" ).length > 0 && plugins.findIndex( item => item == "klGUASLasg" ) == -1 ) {
Expand Down Expand Up @@ -84,4 +84,4 @@ export {
Verify,
Done,
Help,
}
}