@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 +2 -2
- package/dist/skills.js.map +1 -1
- package/dist/skills.umd.cjs +2 -2
- package/dist/skills.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/skills.umd.cjs
CHANGED
|
@@ -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
|
-
|
|
520
|
+
>自定义技能</button>
|
|
521
521
|
<button
|
|
522
522
|
class="agent-tab ${e.skillsTab===`team`?`active`:``}"
|
|
523
523
|
@click=${()=>e.onTabChange(`team`)}
|
|
524
|
-
|
|
524
|
+
>公共技能</button>
|
|
525
525
|
</div>
|
|
526
526
|
|
|
527
527
|
${e.skillsTab===`personal`?IP(e):BP(e)}
|