How hexo modifies the routing of category (categories) and label (tags) (fixed link)

by default, the fixed link for hexo is the
category of this:
https://sf.com/categories/seg.
tag:
https://sf.com/tags/codeshelper

.

how to customize the category directory or label directory, as follows:

Classification:
https://sf.com/c/codeshelper
tag:
https://sf.com/t/codeshelper


Root directory _ config.yml file, about 24 lines and 26 lines, or find the following specific location

-sharp Directory
source_dir: source
public_dir: public
tag_dir: tags 
archive_dir: archives
category_dir: categories 
Menu