Skip to content

[feature request]可以配置content内容长度 #2

Description

@MatriXiao88

'content': clean_content[:500] + ('...' if len(clean_content) > 500 else '')

上述这句代码中,限制了内容输出长度,但后续的处理可能是需要完整数据的
建议这里增加参数配置,允许配置内容长度,例如输入0则是不限制内容长度,大于0则按照配置值截取

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions