Skip to content

Commit

Permalink
修改文本
Browse files Browse the repository at this point in the history
  • Loading branch information
slipperstree committed Oct 10, 2023
1 parent ae88734 commit e74403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static function contentEx( $html, $widget, $lastResult ) {

if ($seriesContent['slug'] == $slug) {
// 当前文章不加link
$seriesIndexHtml .= "<li><b>" . $seriesContent['title'] . "</b>【当前文章】</li>";
$seriesIndexHtml .= "<li><b>" . $seriesContent['title'] . "</b>【当前阅览】</li>";
} else {
$seriesIndexHtml .= "<li><a href='" . $url . "' title='" . $seriesContent['title'] . "'>" . $seriesContent['title'] . "</a></li>";
}
Expand Down

0 comments on commit e74403a

Please sign in to comment.