Skip to content

Commit 21ff4bf

Browse files
marsenclaude
andcommitted
重構 Mock API 檔案結構,支援無副檔名 URL
- 移除所有 API 檔案的副檔名,使 URL 更像真實 API - 調整 _config.yml skip_render 設定,讓 Hexo 直接輸出檔案內容 - 統一檔案格式,移除 Front Matter 避免輸出干擾 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5890bab commit 21ff4bf

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ archive_dir: archives
2626
category_dir: categories
2727
code_dir: downloads/code
2828
i18n_dir: :lang
29-
skip_render: [ README.md , CNAME ]
29+
skip_render: [ README.md , CNAME , "mocks/**" ]
3030

3131
# Writing
3232
new_post_name: :title.md # File name of new posts
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)