Click for more
This commit is contained in:
12
components/ClickForMore.js
Normal file
12
components/ClickForMore.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function ClickForMore() {
|
||||
return (
|
||||
<span
|
||||
style={{
|
||||
textDecorationLine: "underline",
|
||||
color: "red",
|
||||
}}
|
||||
>
|
||||
{"点击阅读更多..."}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user