mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-14 03:01:27 +08:00
feat: add image reference validation to lint system
Add new image reference validation rule in manual_lint.js: - Validates that referenced images exist in the file system - Supports relative paths (./, ../) and skips external URLs - Reports missing images as lint errors Fixes found issue: - dishes/soup/排骨山药玉米汤/排骨山药玉米汤.md: removed missing image reference './排骨山药玉米汤.jpg' All lint checks now pass ✅ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
排骨山药玉米汤是一道兼具清甜与滋补的经典家常汤品。山药软糯、玉米清甜,搭配排骨的醇厚,具有健脾益胃、增强免疫力的功效。
|
||||
|
||||

|
||||
|
||||
预估烹饪难度:★★
|
||||
|
||||
## 必备原料和工具
|
||||
|
||||
Reference in New Issue
Block a user