Skip to content

Commit a04bd9a

Browse files
committed
feat: release 6.1.0
1 parent 69947bb commit a04bd9a

28 files changed

+79
-20
lines changed

app/Constant/AppConstant.php

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

module/Site/Docs/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.4.0
1+
## 1.4.0 网站地址配置项
22

33
- 新增:网站地址配置项
4+
- 新增:模块新增标签说明
45

56
---
67

module/Site/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"require": [
1212
"Vendor:>=1.5.0"
1313
],
14+
"tags": [
15+
"网站配置"
16+
],
1417
"version": "1.4.0",
1518
"modstartVersion": ">=2.6.0",
1619
"author": "ModStart",

module/Vendor/Provider/SiteUrl/SiteUrlProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static function get()
3131
return self::$list;
3232
}
3333

34+
3435
public static function update($url, $title = '', $param = [])
3536
{
3637
BizException::throwsIfEmpty('SiteUrlProvider.Error -> url empty', $url);
@@ -40,6 +41,7 @@ public static function update($url, $title = '', $param = [])
4041
}
4142
}
4243

44+
4345
public static function delete($url)
4446
{
4547
BizException::throwsIfEmpty('SiteUrlProvider.Error -> url empty', $url);

public/asset/common/clipboard.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/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/editorMarkdown.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/fullscreen.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/multiSelector.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.

0 commit comments

Comments
 (0)