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

自动更新模板文件夹 #1677

Closed
wants to merge 15 commits into from
Closed

自动更新模板文件夹 #1677

wants to merge 15 commits into from

Commits on Oct 1, 2024

  1. 更新插件商店功能,支持通过模块名操作插件

    - 扩展插件添加、移除和更新功能,支持使用插件ID或模块名
    - 增加更新全部插件的功能
    - 优化插件商店的命令使用说明
    - 修复了一些与插件模块名相关的逻辑问题
    molanp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    09c7280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f345f41 View commit details
    Browse the repository at this point in the history
  3. 优化插件更新和加载机制,提供测试函数

    - 修复了插件更新函数中的条件判断逻辑
    molanp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7e0c012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a3523 View commit details
    Browse the repository at this point in the history
  5. 优化插件更新通知的格式

    调整了插件更新通知的文本格式,去掉了多余的换行符,使消息内容更加紧凑和清晰。
    molanp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    44df231 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e75095 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea114a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f66509 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. 移除版本号更新

    HibiKier authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2bcaa6f View commit details
    Browse the repository at this point in the history
  2. 重构插件管理器的数据源解析逻辑

    - 将插件ID和模块名的检查逻辑移至单独的私有方法 _resolve_plugin_key
    - 简化了 get_info 和 update_plugin 方法中的逻辑
    - 提高了代码的可读性和可维护性
    molanp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    397c786 View commit details
    Browse the repository at this point in the history
  3. 优化插件商店数据源类的插件查询逻辑

    简化了ShopManage类中查询插件信息的逻辑。通过新增的_resolve_plugin_key类方法来解析插件ID或模块名,如果解析失败则捕获ValueError异常并返回错误信息。这样可以更清晰地处理插件查询逻辑,并避免冗余代码。
    molanp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0158095 View commit details
    Browse the repository at this point in the history
  4. 移除更新全部插件日志中的f-string

    更新全部插件功能中,移除了日志记录中的f-string,简化了日志消息的格式。这个更改可能是为了统一日志记录的风格或者减少不必要的字符串格式化操作。
    molanp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6ddb276 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. 更新模板和配置以支持自定义BOT名称

    - 在帮助页面中使用配置的BOT名称替代硬编码的"真寻BOT"
    - 更新自动更新配置,将资源模板文件夹加入替换列表
    - 修改帮助插件以传递BOT名称到模板
    - 修复签到插件中的商品描述拼写错误
    molanp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e1610b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513c5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e27b6 View commit details
    Browse the repository at this point in the history