Skip to content

Commit

Permalink
docs: update README.md and docs/README.zh-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto committed Mar 7, 2022
1 parent d91bec3 commit c2681cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ For Windows user:
| -- `{year}` | -- Year like `2006` |
| -- `{month}` | -- Month like `01` |
| -- `{day}` | -- Day like `02` |
| -- `{hour}` | -- Hours of current time |
| -- `{minute}` | -- Minutes of current time |
| -- `{second}` | -- Seconds of current time |
| -- `{unix_ts}` | -- Unix timestamp in second. Like `1643373370`. |
| -- `{unix_tsms}` | -- Unix timestamp in microsecond. Like `1644212979622`. |
| --- `{ext}` | -- Extension like `.png`, and empty when the original file has no extension |
Expand Down
3 changes: 3 additions & 0 deletions docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ Actions:
| -- `{year}` | -- 年份,如 `2006` |
| -- `{month}` | -- 月,如 `01` |
| -- `{day}` | -- 日,如 `02` |
| -- `{hour}` | -- 时 |
| -- `{minute}` | -- 分 |
| -- `{second}` | -- 秒 |
| -- `{unix_ts}` | -- 以秒计的 Unix 时间戳,如 `1643373370`. |
| -- `{unix_tsms}` | -- 以毫秒计的 Unix 时间戳,如 `1644212979622`. |
| --- `{ext}` | -- 扩展名,如 `.png`,若文件无扩展名,则为空串 |
Expand Down

0 comments on commit c2681cd

Please sign in to comment.