feat(config): align content strategy with brand direction
initial_data: field descriptions humanized, collector search queries include long-tail keywords, platform formats updated collector.py: DEFAULT_CHINA_PAINS expanded with specific pain questions (e.g. '35岁学AI来得及吗') topic_selector.py: domain mapping 11->18 entries (Prompt/AI编程/AI写作/数据隐私/AI教育/一人企业) Ultraworked with Sisyphus Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -24,18 +24,25 @@ TODAY = __import__('datetime').datetime.now().strftime("%Y-%m-%d")
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
DEFAULT_TREND_DOMAIN_MAP = {
|
||||
"远程工作": "未来工作方式",
|
||||
"AI工具": "AI与效率",
|
||||
"可持续生活": "可持续生活系统",
|
||||
"知识管理": "个人知识工厂",
|
||||
"数字生活": "科技人文交叉",
|
||||
"科技人文": "科技人文交叉",
|
||||
"个人成长": "个人成长",
|
||||
"副业": "个人成长",
|
||||
"AI创作": "AI与效率",
|
||||
"未来工作": "未来工作方式",
|
||||
"AI职场": "AI与效率",
|
||||
"效率工具": "AI与效率",
|
||||
"家庭教育": "科技人文交叉",
|
||||
"Prompt": "AI与效率",
|
||||
"提示词": "AI与效率",
|
||||
"AI编程": "AI与效率",
|
||||
"AI写作": "AI与效率",
|
||||
"未来工作": "未来工作方式",
|
||||
"远程工作": "未来工作方式",
|
||||
"AI就业": "未来工作方式",
|
||||
"一人企业": "未来工作方式",
|
||||
"副业": "未来工作方式",
|
||||
"科技人文": "科技人文",
|
||||
"数字生活": "科技人文",
|
||||
"AI伦理": "科技人文",
|
||||
"AI情感": "科技人文",
|
||||
"数据隐私": "科技人文",
|
||||
"AI教育": "科技人文",
|
||||
}
|
||||
|
||||
_cached_trend_domain_map = None
|
||||
|
||||
Reference in New Issue
Block a user