Skip to content

部分功能内信息显示的配置分离 #51

Description

@Daybreak-Frontline

发现部分功能的信息显示数量是直接写在功能实现的js里的,实际请求api会返回的信息经过处理后会仅显示部分
以apps/info/red.js为例:
[line 446] const sortedRecords = allSortedRecords.slice(0, 6)
此处写定了 ^出红记录 功能发送的记录仅取前六条,将6改为20后能够输出共20条记录。

Image

是否可将此内容移至配置文件,来增加信息显示的可变?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions