@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.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
|
-
|
|
24939
|
+
>自定义技能</button>
|
|
24940
24940
|
<button
|
|
24941
24941
|
class="agent-tab ${e.skillsTab === "team" ? "active" : ""}"
|
|
24942
24942
|
@click=${() => e.onTabChange("team")}
|
|
24943
|
-
|
|
24943
|
+
>公共技能</button>
|
|
24944
24944
|
</div>
|
|
24945
24945
|
|
|
24946
24946
|
${e.skillsTab === "personal" ? PP(e) : RP(e)}
|