Skip to content

Commit

Permalink
fix: 添加变量说明
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyyb committed Jul 2, 2022
1 parent dbaf063 commit e16df5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fire/Preferences/UserDictPane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ struct UserDictPane: View {
.font(Font.system(size: 11))
Text("3. 可以有多个候选项,每个候选项使用空格分隔")
.font(Font.system(size: 11))
Text("4. 候选项可使用{yyyy}/{MM}/{dd}/{HH}/{mm}/{ss}代替当前年/月/日/时/分/秒")
.font(Font.system(size: 11))
HStack {
Spacer()
if #available(macOS 12.0, *) {
Expand Down

0 comments on commit e16df5c

Please sign in to comment.