Commit Graph

24 Commits

Author SHA1 Message Date
Ryan Wang
ed652815b9 refactor: improve ui (#153)
优化整体的 UI 和布局。

```release-note
None
```
2024-07-08 09:05:23 +00:00
Ryan Wang
d4562c38de chore: bump dependencies (#138)
升级所有依赖的版本,并简化部分 TailwindCSS 的写法。

/kind improvement

```release-note
None
```
2024-04-11 16:10:11 +00:00
Anye
09185d145e feat: update footer text color in dark mode (#128)
```release-note
优化页脚文字在暗色模式下的样式
```
2023-11-28 13:47:33 +00:00
Anye
400adb9d03 chore: update icp link and image (#126)
更新公安备案链接及图片

```release-note
None
```
2023-11-26 02:10:07 +00:00
Anye
2d5d5d2d69 Add alt attribute to gongan_beian image (#125)
提高Accessibility

```release-note
为部分图片添加 alt 属性,提升可访问性。
```
2023-11-23 06:10:08 +00:00
Ryan Wang
bc9dd092a6 feat: add image support for social media (#96)
页脚社交媒体支持图片类型。

/kind feature

<img width="592" alt="image" src="https://github.com/halo-dev/theme-earth/assets/21301288/7bf77f2c-125d-4243-b38c-0e340b82df64">
<img width="1403" alt="image" src="https://github.com/halo-dev/theme-earth/assets/21301288/67c2c232-1130-4d4f-ae13-7b3f39af8c79">

Fixes #92 

```release-note
页脚社交媒体支持图片类型。
```
2023-07-24 08:28:19 +00:00
Ryan Wang
2c51b701ae refactor: refine footer layout (#98)
优化和完善页脚。

1. 为风格一添加社交媒体。 Fixes https://github.com/halo-dev/theme-earth/issues/93
2. 为风格二添加公安备案的信息。 see https://github.com/halo-dev/theme-earth/pull/97
3. 优化布局结构,优化移动端样式。 Fixes https://github.com/halo-dev/theme-earth/issues/94

/kind improvement

```release-note
None
```
2023-07-22 17:28:16 +00:00
Xue Fanyu
737467dae4 feat: add setting items for Chinese public security filing information (#97)
### 修改内容
在 #6  基础上加入了公安联网备案相关的设置项
不输入公安联网备案号时不渲染公安备案图标
### 效果图
#### 底部
![image](https://github.com/halo-dev/theme-earth/assets/127591077/0e21d753-5085-4f58-a935-a38b37b11f28)
#### 设置页面
![image](https://github.com/halo-dev/theme-earth/assets/127591077/d25a82e0-6662-489f-97ab-22780c872cc3)

```release-note
添加公安联网备案号的设置
```
2023-07-19 10:06:12 +00:00
Takagi
810cc3eff6 feat: add filters to the cover image (#89)
#### What type of PR is this?
/kind feature

#### What this PR does / why we need it:
为封面图增加一个暗色调滤镜,解决在亮色调背景图的情况下标题无法看清的问题。

#### Which issue(s) this PR fixes:
Fixes #86 

#### Does this PR introduce a user-facing change?

```release-note
为封面图增加暗色调滤镜
```
2023-07-07 02:30:11 +00:00
shutiao
4fef1a8903 fix the problem that the footer title does not display (#72)
#### What type of PR is this?

/kind improvement

#### What this PR does / why we need it:

解决自定义页脚标题设置之后不生效的问题。
<img width="1270" alt="image" src="https://user-images.githubusercontent.com/114651359/233311128-22c000c5-5a4a-44b8-a909-3ddcfa483c77.png">
自定义页脚标题后,
<img width="1237" alt="image" src="https://user-images.githubusercontent.com/114651359/233311412-b2189223-57fd-4b4b-866b-fdae9568a991.png">

#### Which issue(s) this PR fixes:

Ref #69 

#### Special notes for your reviewer:

做了一个判断,若页脚标题设置了且不为空,则启用自定义的页脚标题,否则显示站点标题。

#### Does this PR introduce a user-facing change?

```release-note
none
```
2023-04-21 04:24:10 +00:00
shutiao
8a6aaeb4a0 fix: icp information is not displayed in the style 2 footer (#67)
#### What type of PR is this?

/kind improvement

#### What this PR does / why we need it:

在页脚风格2中添加了备案号的显示。
<img width="1439" alt="image" src="https://user-images.githubusercontent.com/114651359/233009313-95aaa6b4-202d-4ae4-bd12-7459c450400a.png">

<img width="1433" alt="image" src="https://user-images.githubusercontent.com/114651359/233008450-f18e10f9-a1f5-4e87-8bdc-814cc77e16d2.png">


#### Which issue(s) this PR fixes:

Ref #65 

#### Special notes for your reviewer:

1、备案号的样式沿用页脚风格一的。
2、布局尽量拟合页脚风格二的。

#### Does this PR introduce a user-facing change?

```release-note
备案号的显示和链接。
```
2023-04-19 14:40:25 +00:00
lan-yonghui
ce6d07cd0b fix: Footer Style 2 Logo is not displayed properly (#40)
What type of PR is this?

/kind bug

What this PR does / why we need it:

修复页脚风格二 Logo 显示不正确的问题。

Which issue(s) this PR fixes:
Fixes [halo-dev/halo#2894](https://github.com/halo-dev/halo/issues/2894)

Does this PR introduce a user-facing change?
```
none
```
2023-01-11 04:32:39 +00:00
Ryan Wang
7d908f9929 feat: add halo:footer tag (#39)
在页脚添加 `<halo:footer />` 标签,修复在后台注入页脚代码不生效的问题。

/kind improvement

```release-note
在页脚添加 `<halo:footer />` 标签,修复在后台注入页脚代码不生效的问题。
```
2023-01-06 03:18:37 +00:00
will
9d85344fa0 fix: Logo is not displayed properly (#24)
What type of PR is this?

/kind bug

What this PR does / why we need it:

修复页脚 Logo 显示不正确的问题。

Which issue(s) this PR fixes:
Fixes https://github.com/halo-dev/halo/issues/2894

Does this PR introduce a user-facing change?

```release-note
修复页脚 Logo 显示不正确的问题。
```
2022-12-15 03:44:09 +00:00
Ryan Wang
2bd86cbd6a refactor: use repeater to setup footer menus 2022-11-24 20:42:52 +08:00
Ryan Wang
fd7c9250e3 refactor: use repleater input type to define social_media 2022-11-21 17:24:37 +08:00
Ryan Wang
2f50739a52 feat: add dark mode color scheme 2022-11-09 22:00:27 +08:00
Ryan Wang
fdb08770f0 perf: limit the number of lines in the title and excerpt of the post card
Fixes https://github.com/halo-sigs/theme-earth/issues/9
2022-11-08 22:06:10 +08:00
Ryan Wang
e067b71827 feat: support for multiple styles of footer 2022-11-08 15:33:03 +08:00
Ryan Wang
5f31a2437e feat: add setup footer menu support 2022-10-28 22:24:44 +08:00
BugKing
33e39154bc feat: 增加底部备案信息及对应设置 (#6)
### 背景
在大陆上线的站点都需要在底部显示备案信息,目前这个主题没有相关显示信息及对应配置。

### 修改内容
在主题底部增加了 ICP 备案号显示,并增加了 `ICP备案号` 及 `ICP备案跳转链接` 两个配置。当不配置备案号时,底部显示内容与修改前相同。

### 效果图
#### 主题底部
![image](https://user-images.githubusercontent.com/27671436/197946180-5c74b2d7-10aa-4127-9420-87e5a330f461.png)
#### 主题设置
![image](https://user-images.githubusercontent.com/27671436/197946246-cfb21d5f-7a59-4fe8-9167-ec5b65797dbd.png)

```release-note
feat: 增加底部备案信息及对应设置
```
2022-10-27 03:28:10 +00:00
Ryan Wang
f657f5e62c styles: reformat code
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-10 14:51:02 +08:00
Ryan Wang
87ececb908 feat: add overlay menu for mobile device
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-06 22:06:43 +08:00
Ryan Wang
d39c95bbce feat: preliminary completion of index page and post page
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-06 00:38:24 +08:00