This commit is contained in:
hackrobot
2024-08-10 11:50:16 +08:00
parent c5ff2e8e3f
commit 6413d0d763

View File

@@ -328,13 +328,12 @@ const Index = () => {
// 💬 随时欢迎聊天
// `
let contactMe=`╭────────────────────╮
// │ 💬 随时欢迎聊天
let contactMe=`<br>╭────────────────╮
│ 🟩【wΞ𝗫𝗜𝗡】➡联系我【🅥】
│ 🆔 hackrobot
│ 💬 随时欢迎聊天
╰────────────────────╯`
│ 🆔 hackrobot
╰────────────────╯<br>💬 随时欢迎聊天`
setmarkText(value+contactMe);
}
};