@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.
@@ -517,11 +517,11 @@ Please report this to https://github.com/markedjs/marked.`,e){let e=`<p>An error
517
517
  <button
518
518
  class="agent-tab ${e.skillsTab===`personal`?`active`:``}"
519
519
  @click=${()=>e.onTabChange(`personal`)}
520
- >个人技能</button>
520
+ >自定义技能</button>
521
521
  <button
522
522
  class="agent-tab ${e.skillsTab===`team`?`active`:``}"
523
523
  @click=${()=>e.onTabChange(`team`)}
524
- >团队技能</button>
524
+ >公共技能</button>
525
525
  </div>
526
526
 
527
527
  ${e.skillsTab===`personal`?IP(e):BP(e)}