Skip to content

Commit 99c8205

Browse files
committed
feat: lang base added
1 parent 964eda3 commit 99c8205

File tree

15 files changed

+36
-416
lines changed

15 files changed

+36
-416
lines changed

module/AdminManager/Docs/module/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
- 管理日志
1212
- 基础权限相关配置
1313
- 基础框架自动升级
14+
15+
16+
{ADMIN_MENUS}

module/Banner/Docs/module/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ if (class_exists(BannerPositionProvider::class)) {
6868
- `10-1`
6969

7070
如果需要其他尺寸,可自行在 `module/Banner/View/pc/public/banner.blade.php` 模板文件中调整。
71+
72+
73+
{ADMIN_MENUS}

module/Blog/Docs/module/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
```
1818

1919

20+
21+
22+
{ADMIN_MENUS}

module/Blog/Docs/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.0
2+
3+
- 修复:博客添加“置顶”“热门”“推荐”等标签后,部分UI下,首页标题显示不出
4+
5+
---
6+
17
## 3.0.0 博客归档功能,密码访问功能
28

39
- 新增:博客归档页面和归档功能

module/Blog/View/pc/blog/inc/blogItems.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</span>
3131
@endif
3232
<a href="{{modstart_web_url('blog/'.$record['id'])}}"
33-
class="pb-keywords-highlight tw-align-top tw-inline-block tw-leading-6 default tw-text-xl">
33+
class="pb-keywords-highlight tw-align-top tw-leading-6 default tw-text-xl">
3434
{{$record['title']}}
3535
</a>
3636
</div>

module/Blog/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tags": [
1818
"博客"
1919
],
20-
"version": "3.0.0",
20+
"version": "3.1.0",
2121
"author": "ModStart",
2222
"description": "提供一个基础的博客系统",
2323
"suggest": [

module/ModuleStore/Docs/module/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
- 模块启用
1313
- 模块禁用
1414

15+
16+
17+
{ADMIN_MENUS}

module/Nav/Docs/module/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
@endforeach
3232
```
3333

34+
{ADMIN_MENUS}
35+

module/Partner/Docs/module/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@
5151
```html
5252
{!! \Module\Partner\View\PartnerView::transparent('位置') !!}
5353
```
54+
55+
{ADMIN_MENUS}

module/ShareJS/Docs/module/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@
3232
## 更多参考
3333

3434
- [https://github.com/overtrue/share.js](https://github.com/overtrue/share.js)
35+
36+
37+
{ADMIN_MENUS}

0 commit comments

Comments
 (0)