diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-14 17:38:22 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-14 17:38:22 +0800 |
| commit | a18efb4aaaab51cb9ef1663f58286747e2e951ee (patch) | |
| tree | 1fb0c112290884ab782b8dd6a0e4d5b294e34e85 /.run | |
| parent | 5d1805cf4b096844f8efbe303479ec7b23a054ce (diff) | |
feat(picker): add parselib module and README
Diffstat (limited to '.run')
| -rw-r--r-- | .run/version-files.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.run/version-files.toml b/.run/version-files.toml index ca104d2..405652b 100644 --- a/.run/version-files.toml +++ b/.run/version-files.toml @@ -17,3 +17,7 @@ pattern = "version = \"{VER}\"" [[file]] file = "./docs/res/guide.txt" pattern = "mingling = \"{VER}\"" + +[[file]] +file = "./mingling_picker/README.md" +pattern = "version = \"{VER}\"" |
