update
This commit is contained in:
@@ -318,23 +318,28 @@ const Index = () => {
|
|||||||
// let value = onInputtxt?.target?.value;
|
// let value = onInputtxt?.target?.value;
|
||||||
let value = onInputtxt?.target?.value;
|
let value = onInputtxt?.target?.value;
|
||||||
|
|
||||||
if (value) {
|
if (value?.length > 10) {
|
||||||
// +`🅥🟢🆔:hackrobot`
|
// +`🅥🟢🆔:hackrobot`
|
||||||
// +`➕🅥=>🟩🆔: hackrobot,可以找我聊天💬 `
|
// +`➕🅥=>🟩🆔: hackrobot,可以找我聊天💬 `
|
||||||
// let contactMe=`<br>➖➖➖➖➖<br/>在🟩【wΞ𝗫𝗜𝗡】➡️联系我 【➕🅥】:
|
// let contactMe=`<br>➖➖➖➖➖<br/>在🟩【wΞ𝗫𝗜𝗡】➡️联系我 【➕🅥】:
|
||||||
// ╭────────────────╮
|
// ╭────────────────╮
|
||||||
// │ 🆔 hackrobot
|
// │ 🆔 hackrobot
|
||||||
// ╰────────────────╯
|
// ╰────────────────╯
|
||||||
// 💬 随时欢迎聊天
|
// 💬 随时欢迎聊天
|
||||||
// `
|
// `
|
||||||
|
|
||||||
// │ 💬 随时欢迎聊天
|
// │ 💬 随时欢迎聊天
|
||||||
let contactMe=`<br>╭────────────────╮
|
let contactMe = `<br>╭────────────────╮
|
||||||
│ 🟩【wΞ𝗫𝗜𝗡】➡️联系我【➕🅥】
|
│ 🟩【wΞ𝗫𝗜𝗡】➡️联系我【➕🅥】
|
||||||
│
|
│
|
||||||
│ 🆔 hackrobot
|
│ 🆔 hackrobot
|
||||||
╰────────────────╯<br>💬 随时欢迎聊天`
|
╰────────────────╯<br>💬 随时欢迎聊天`;
|
||||||
setmarkText(value+contactMe);
|
|
||||||
|
if (value?.length < 10) {
|
||||||
|
setmarkText(value);
|
||||||
|
} else {
|
||||||
|
setmarkText(value + contactMe);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user