-
-
-
+
+
+
+
-
-
+ mdi-heart
+ {{ t("core.navigation.persona") }}
+
+ + {{ tm("page.description") }} +
+
+
+
@@ -734,11 +726,6 @@ export default defineComponent({
// 导出人格数据
async handleExportPersona(persona: Persona) {
try {
- console.log(
- this.tm("persona.messages.exportStart"),
- persona.persona_id,
- );
-
// 转换为新格式
const exportData = {
version: "1.0",
@@ -1000,6 +987,11 @@ export default defineComponent({
min-width: 0;
}
+.page-header {
+ position: relative;
+ z-index: 1;
+}
+
.system-prompt-content {
max-height: 400px;
overflow: auto;