@keyueclaw/web-sdk 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/skills.js CHANGED
@@ -24936,11 +24936,11 @@ function NP(e) {
24936
24936
  <button
24937
24937
  class="agent-tab ${e.skillsTab === "personal" ? "active" : ""}"
24938
24938
  @click=${() => e.onTabChange("personal")}
24939
- >个人技能</button>
24939
+ >自定义技能</button>
24940
24940
  <button
24941
24941
  class="agent-tab ${e.skillsTab === "team" ? "active" : ""}"
24942
24942
  @click=${() => e.onTabChange("team")}
24943
- >团队技能</button>
24943
+ >公共技能</button>
24944
24944
  </div>
24945
24945
 
24946
24946
  ${e.skillsTab === "personal" ? PP(e) : RP(e)}