This commit is contained in:
hackrobot
2024-08-10 12:29:59 +08:00
parent 6413d0d763
commit 6e80df233b

View File

@@ -318,7 +318,7 @@ const Index = () => {
// let value = onInputtxt?.target?.value;
let value = onInputtxt?.target?.value;
if (value) {
if (value?.length > 10) {
// +`🅥🟢🆔:hackrobot`
// +`➕🅥=>🟩🆔: hackrobot,可以找我聊天💬 `
// let contactMe=`<br><br/>在🟩【wΞ𝗫𝗜𝗡】➡联系我 【➕🅥】:
@@ -333,9 +333,14 @@ let contactMe=`<br>╭────────────────╮
│ 🟩【wΞ𝗫𝗜𝗡】➡联系我【🅥】
│ 🆔 hackrobot
╰────────────────╯<br>💬 随时欢迎聊天`
╰────────────────╯<br>💬 随时欢迎聊天`;
if (value?.length < 10) {
setmarkText(value);
} else {
setmarkText(value + contactMe);
}
}
};
useEffect(() => {}, []);