update
This commit is contained in:
@@ -177,9 +177,9 @@ renderer.heading = function (text, level, raw) {
|
||||
if (level == 1) {
|
||||
return createDecoratedTitleHTML(text);
|
||||
} else if (level == 2) {
|
||||
return `<div>🔥${text}</div>\n`;
|
||||
return `<div>📝${text}</div>\n`;
|
||||
} else {
|
||||
return `<div>🔥${text}</div>\n`;
|
||||
return `<div>📝${text}</div>\n`;
|
||||
}
|
||||
|
||||
return `<div>╔═━──────━═╗<br/>
|
||||
@@ -350,13 +350,13 @@ const Index = () => {
|
||||
|
||||
let contactMe = `<br>➖➖➖➖➖<br>💬 欢迎交流<br>后台私信发送『关键词』: 加群`;
|
||||
// setmarkText(value);
|
||||
setmarkText(value + contactMe);
|
||||
// setmarkText(value + contactMe);
|
||||
|
||||
// if (value?.length < 10) {
|
||||
// setmarkText(value);
|
||||
// } else {
|
||||
// setmarkText(value + contactMe);
|
||||
// }
|
||||
if (value?.length < 10) {
|
||||
setmarkText(value);
|
||||
} else {
|
||||
setmarkText(value + contactMe);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {}, []);
|
||||
|
||||
Reference in New Issue
Block a user