haixunMaster/lib/ai/hashtag-rules.ts

11 lines
853 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** Threads 話題標籤(#)寫作規則,供各產文 prompt 共用 */
export const HASHTAG_WRITING_RULES = `## 話題標籤(#)規則
- 每篇貼文的 text **結尾必須附上 13 個話題標籤**#開頭),用來引起共鳴、讓同溫層搜得到
- 標籤要貼合本篇內容與主題,可參考海巡素材裡常出現的詞、留言裡的共鳴點
- 優先使用繁體中文短標籤(每個 212 字),例如 #備孕心得 #職場生存 #育兒日常
- 格式:正文與標籤之間空一行,標籤同一行以空格分隔
- 不要用句號、&、@ 在標籤內;不要堆超過 3 個;不要無關或過度通用的標籤(如 #生活 #分享)
- 標籤字數算在 500 字上限內`;
export const HASHTAG_USER_REMINDER =
"每篇 text 結尾都要有 13 個貼切 #話題標籤,幫助共鳴與曝光。";