Kratos-Rebirth icon indicating copy to clipboard operation
Kratos-Rebirth copied to clipboard

feat: new injection point for floating tools

Open Candinya opened this issue 2 months ago • 0 comments

Todo

  • [ ] 更新文档中对应的描述

样例(记录一下防止我忘记了)

additional_injections:
  tools: |
    <div class="box">
        <span class="fa fa-snowflake-o"></span>
    </div>
    <div class="box">
        <span class="fa fa-user-plus"></span>
    </div>
    <div class="box">
        <span class="fa fa-heartbeat"></span>
    </div>

备注

因为 rc 阶段不合并新功能(以避免产生新的 bug ),等正式发版之后再合并更新

Candinya avatar Dec 08 '25 01:12 Candinya