Skip to content

Commit

Permalink
docs(README): udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Feb 22, 2025
1 parent 66fa7ce commit 2db1f36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ cargo_integr = true

# 是否用 fronted id 创建代码目录
dir_with_frontend_id = true

# 是否展示头像,在kitty上工作的很好,在其他终端有可能出现问题
show_avatar = false
```

## 用户信息
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,25 +254,29 @@ page_size = 25
# - helix
#
# You can add additional parameters at the end.
# like `editor = ["vim", "--noplugin"]`
# Like `editor = ["vim", "--noplugin"]`
editor = ["vim"]

# Set your selected programming language.
lang = "rust"

# Set the location for storing code and test cases.
# You can also starting with `~`
# like `code_dir = "~/.local/share/lcode"`
# Like `code_dir = "~/.local/share/lcode"`.
code_dir = "/home/user/.local/share/lcode"

# Checkout the [Cookies (Important)](#cookies-important) section above.
browser = ""

# For better rust coding. It will add a `Cargo.toml` file
# For better rust coding. It will add a `Cargo.toml` file.
cargo_integr = true

# use frontend id create code dir or not
# Use frontend id create code dir or not.
dir_with_frontend_id = true

# Show you lc avatar or not.
# Works fine in kitty, may have problems on other terminals.
show_avatar = false
```

You can checkout the info/tab3 in tui for ensure cookies is valid.
Expand Down

0 comments on commit 2db1f36

Please sign in to comment.