diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-03 00:43:55 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-03 00:43:55 +0800 |
| commit | fdfb07dd294d626a4787c0fbdf666a72aa5ea716 (patch) | |
| tree | 70452b9dc1ef701a6735ee7e98e722a1775dbaa8 /crates/vcs_data/src/constants.rs | |
| parent | f5b47fcbee422d23bfada5681a98e599918dbe4b (diff) | |
Change SETUP.txt to SETUP.md for todo list
Diffstat (limited to 'crates/vcs_data/src/constants.rs')
| -rw-r--r-- | crates/vcs_data/src/constants.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vcs_data/src/constants.rs b/crates/vcs_data/src/constants.rs index 569d0cc..94e245c 100644 --- a/crates/vcs_data/src/constants.rs +++ b/crates/vcs_data/src/constants.rs @@ -74,7 +74,7 @@ pub const CLIENT_FILE_LATEST_INFO_NOSET: &str = "./.jv/.temp/wrong.json"; // Client - Other pub const CLIENT_FILE_IGNOREFILES: &str = "IGNORE_RULES.toml"; -pub const CLIENT_FILE_TODOLIST: &str = "./SETUP.txt"; +pub const CLIENT_FILE_TODOLIST: &str = "./SETUP.md"; pub const CLIENT_FILE_GITIGNORE: &str = "./.jv/.gitignore"; pub const CLIENT_CONTENT_GITIGNORE: &str = "# Git support for JVCS Workspace |
