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