Skip to main content

Module rss_labels

Module rss_labels 

Source
Expand description

RSS 文案生成工具 (RSS Label Utilities)

分类描述、岗位标签、人员格式化等 RSS 展示文案的查询函数。 对齐 Java GeneralUtils 及各枚举类的 toChinese() 方法。

§设计

每个函数对应一个枚举或映射表的“转中文“逻辑, 输入为数字编码或英文岗位名,输出为中文展示文本。

Functions§

category_label
漫画分类编码 → 中文描述
current_post_label
当前交稿岗位英文名 → 中文名
format_members
收藏组员列表 → RSS 作者字符串
format_rss_time
UTC 时间 → 中文格式字符串
intern_label
组员职阶编码 → 中文描述
manga_status_label
漫画连载状态编码 → 中文描述
next_post_label
下一工序岗位英文名 → 中文名
rss_category
分类 + 连载状态 → RSS category 字段