Skip to content

Commit 3aaa700

Browse files
committed
release 9.7.0
1 parent 0cd354a commit 3aaa700

File tree

14 files changed

+33
-17
lines changed

14 files changed

+33
-17
lines changed

app/Constant/AppConstant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class AppConstant
66
{
77
const APP = 'blog';
88
const APP_NAME = 'ModStartBlog';
9-
const VERSION = '9.6.0';
9+
const VERSION = '9.7.0';
1010
}
1111

module/Blog/View/pc/blog/listCover.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
共找到
2727
<span class="ub-text-primary ub-text-bold">{{$total}}</span>
2828
条记录
29-
<a href="?{{\ModStart\Core\Input\Request::mergeQueries(['keywords'=>null])}}" class="ub-text-muted">
29+
<a href="?{{\ModStart\Core\Input\Request::mergeQueries(['keywords'=>null,'page'=>null])}}" class="ub-text-muted">
3030
<i class="iconfont icon-close"></i>
3131
</a>
3232
</div>
@@ -40,7 +40,7 @@
4040
全部
4141
</a>
4242
<i class="iconfont icon-angle-right ub-text-default"></i>
43-
<a href="{{modstart_web_url('blogs',['categoryId'=>$category])}}" class="tw-text-lg ub-text-default">
43+
<a href="{{modstart_web_url('blogs',['categoryId'=>$category['id'],'page'=>null])}}" class="tw-text-lg ub-text-default">
4444
{{$category['title']}}
4545
</a>
4646
</div>

public/asset/common/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/asset/common/photoswipe.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/asset/common/share.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/asset/vendor/ueditor/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/asset/vendor/ueditor/ueditor.config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/asset/common/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/asset/common/photoswipe.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modstart/modstart/asset/common/share.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)