diff --git a/assets/js/main.js b/assets/js/main.js index dc2dd56..ebd13e4 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -180,7 +180,7 @@ const initAgent = () => { activeId = id; const contact = contacts.find(c => c.id === id); chatTitle.textContent = contact ? contact.phone : '请选择联系人'; - chatMeta.textContent = contact ? "手机号: " + contact.phone : "状态"; + chatMeta.textContent = contact ? contact.phone : "状态"; renderContacts(); await loadMessages(); }; @@ -250,3 +250,4 @@ const initAgent = () => { document.addEventListener('DOMContentLoaded', () => { if (document.body.dataset.page === 'agent') initAgent(); }); +window.FL_SHOW_BUDGE = false; diff --git a/assets/pasted-20260318-125827-89cc6372.png b/assets/pasted-20260318-125827-89cc6372.png new file mode 100644 index 0000000..487537f Binary files /dev/null and b/assets/pasted-20260318-125827-89cc6372.png differ diff --git a/output.html b/output.html new file mode 100644 index 0000000..65721d0 --- /dev/null +++ b/output.html @@ -0,0 +1,109 @@ + + + + + + SMS短信平台 + + + + + + + +
+
+ logo +
+ SMS短信平台 + +
+
+
+ ● 在线 + 客服:Lina + +
+
+ +
+
+ +
+
+ +
+
+
+
请选择联系人
+
状态
+
+
+
+
+
+
+
+
+ + +
+ + +
+
+
+
+
+ + + + + + +
+ + + + + + \ No newline at end of file