Skip to content

Commit

Permalink
📃 docs: 文档修改
Browse files Browse the repository at this point in the history
  • Loading branch information
白云苍狗 committed Jan 6, 2023
1 parent 48d5afc commit 2c6f8e8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 MaLuns
Copyright (c) 2020 MaLuns <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ We use [SATA License](https://github.com/zTrix/sata-license).

> You don’t know what this means? In short, if you use this theme, you need to Star this repo non-stop, and then you can use it anyway you like.
Haha Just kidding, of course it's [MIT](https://opensource.org/licenses/MIT)

## 演示
<!-- demo-start -->
<table>
Expand Down
2 changes: 0 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ npm install --save hexo-theme-async hexo-renderer-less hexo-renderer-ejs

> 你不知道这代表什么?简单来说,就是如果你使用了该主题,你需要马不停蹄地点一个 Star,接下来你便可以随意使用它。
哈哈 开个玩笑,当然使用的是 [MIT](https://opensource.org/licenses/MIT)

## 演示
<!-- demo-start -->
<table>
Expand Down
2 changes: 1 addition & 1 deletion demo/_config.async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ footer:
live_time:
enable: true
prefix: footer.tips
start_time: 04/10/2022 17:00:00
start_time: 2022/04/10 17:00:00
custom_text:

search:
Expand Down
6 changes: 5 additions & 1 deletion docs/guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ footer:

如:`由 Hexo 驱动 v5.4.2 | 主题 - Async v1.1.7`

让更多人知道 Hexo 与主题 Async,这有利于开源社区进一步发展。
让更多人知道 Hexo 与主题 Hexo-Theme-Async,这有利于开源社区进一步发展。

``` yaml {3}
footer:
Expand Down Expand Up @@ -320,6 +320,10 @@ footer:

`本博客已萌萌哒地运行 442 天`

- `enable`: 开启运行计时
- `prefix`: 计时文案,如果需要自定义,请覆盖语言文件里 footer.tips ,个性化语言 [参考这里](#语言-language)
- `start_time`: 计时开始时间,浏览器支持的日期格式即可

```yaml
footer:
live_time:
Expand Down

0 comments on commit 2c6f8e8

Please sign in to comment.