aboutsummaryrefslogtreecommitdiff
path: root/src/data/compile_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace hardcoded compile info with placeholdersHEADdev魏曹先生5 days1-8/+8
|
* Update contributing docs and command development guide魏曹先生2026-04-051-8/+8
|
* Keep compile_info.rs in git and reorder deploy checks魏曹先生2026-03-211-0/+25
Remove compile_info.rs from .gitignore to keep it in version control, preventing test failures when the template hasn't been processed yet. Also reorder deployment script checks to verify git status before running tests, ensuring a clean state before testing begins.