Feat(云灵AI):界面细节调整

This commit is contained in:
lifizer
2025-04-06 15:11:20 +08:00
parent de473eba57
commit 230e163c53
3 changed files with 30 additions and 2 deletions
+1
View File
@@ -177,6 +177,7 @@ export default {
console.log(optisons)
this.chatNumber = optisons.chatNumber
this.pageTitle = optisons.title
this.pageTitle = this.pageTitle.length > 8 ? (this.pageTitle.substring(0, 8) + '...') : this.pageTitle
this.init()
},
methods: {