From f8db4c0b058c557c79ace5823ed5ab69b42c57d2 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 16 Apr 2021 18:18:01 +0800 Subject: ... --- .../src/app/views/home/WebsiteIntroduction.tsx | 28 ++++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'FrontEnd/src') diff --git a/FrontEnd/src/app/views/home/WebsiteIntroduction.tsx b/FrontEnd/src/app/views/home/WebsiteIntroduction.tsx index f4ceebcc..aea7b4b2 100644 --- a/FrontEnd/src/app/views/home/WebsiteIntroduction.tsx +++ b/FrontEnd/src/app/views/home/WebsiteIntroduction.tsx @@ -1,5 +1,6 @@ import React from "react"; import { useTranslation } from "react-i18next"; +import { Link } from "react-router-dom"; const WebsiteIntroduction: React.FC<{ className?: string; @@ -10,18 +11,22 @@ const WebsiteIntroduction: React.FC<{ if (i18n.language.startsWith("zh")) { return (
-

欢迎来到时间线!🎉🎉🎉

+

+ 欢迎来到时间线!🎉🎉🎉 +

本网站由无数个独立的时间线构成,每一个时间线都是一个消息列表,类似于一个聊天软件(比如QQ)。

- 如果你拥有一个账号,登陆后你可以自由地在属于你的时间线中发送内容,支持markdown和上传图片哦!你可以创建一个新的时间线来开启一个新的话题。你也可以设置相关权限,只让一部分人能看到时间线的内容。 + 如果你拥有一个账号,登陆 + 后你可以自由地在属于你的时间线中发送内容,支持markdown和上传图片哦!你可以创建一个新的时间线来开启一个新的话题。你也可以设置相关权限,只让一部分人能看到时间线的内容。

如果你没有账号,那么你可以去浏览一下公开的时间线,比如下面这些站长设置的高光时间线。

- 鉴于这个网站在我的小型服务器上部署,所以没有开放注册。如果你也想把这个服务部署到自己的服务器上,你可以在关于页面找到一些信息。 + 鉴于这个网站在我的小型服务器上部署,所以没有开放注册。如果你也想把这个服务部署到自己的服务器上,你可以在 + 关于页面找到一些信息。

@@ -33,17 +38,19 @@ const WebsiteIntroduction: React.FC<{ } else { return (

-

Welcome to Timeline!🎉🎉🎉

+

+ Welcome to Timeline!🎉🎉🎉 +

This website consists of many individual timelines. Each timeline is a list of messages just like a chat app.

- If you do have an account, you can post messages, which supports - Markdown and images, in your timelines after logging in. You can also - create a new timeline to open a new topic. You can set the permission - of a timeline to only allow specified people to see the content of the - timeline. + If you do have an account, you can login and + post messages, which supports Markdown and images, in your timelines. + You can also create a new timeline to open a new topic. You can set + the permission of a timeline to only allow specified people to see the + content of the timeline.

If you don't have an account, you can view some public timelines @@ -52,7 +59,8 @@ const WebsiteIntroduction: React.FC<{

Since this website is hosted on my tiny server, so account registry is not opened. If you want to host this service on your own server, you - can find some useful information on about page. + can find some useful information on about{" "} + page.

-- cgit v1.2.3