Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加IMesssage接口并实现 #335

Merged
merged 7 commits into from
Aug 1, 2023
Merged

添加IMesssage接口并实现 #335

merged 7 commits into from
Aug 1, 2023

Commits on Jun 8, 2023

  1. -- 添加接口并实现:

     - 添加消息类型接口:IMessage,设定方法:获取消息元素列表,获取聊天id,获取消息文本;以privateMessage,groupMessage,TempMessage实现该接口
    -- 目的:
     - 对群聊/私聊/临时消息做出回应有相同的处理逻辑时不用根据消息类型不同定义不同方法
    NoahAmethyst committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fefd33b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. -- add

     - sync upstream change
    NoahAmethyst committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b50b6ba View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. -- ci

     - sync upstream change
    NoahAmethyst committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4eebab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9889e98 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    d764129 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    f671799 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Delete sync.yml

    fumiama committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    257ff74 View commit details
    Browse the repository at this point in the history