Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
3dc71a6e
Commit
3dc71a6e
authored
Dec 12, 2021
by
steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web: update about site dialog
parent
63d9f092
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
AboutSiteDialog.tsx
web/src/components/AboutSiteDialog.tsx
+8
-6
Signin.tsx
web/src/pages/Signin.tsx
+1
-1
No files found.
web/src/components/AboutSiteDialog.tsx
View file @
3dc71a6e
...
...
@@ -12,7 +12,7 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
<>
<
div
className=
"dialog-header-container"
>
<
p
className=
"title-text"
>
<
span
className=
"icon-text"
>
🤠
</
span
>
About
<
b
>
Memos
</
b
>
<
span
className=
"icon-text"
>
🤠
</
span
>
关于
<
b
>
Memos
</
b
>
</
p
>
<
button
className=
"btn close-btn"
onClick=
{
handleCloseBtnClick
}
>
<
img
className=
"icon-img"
src=
"/icons/close.svg"
/>
...
...
@@ -20,15 +20,17 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
</
div
>
<
div
className=
"dialog-content-container"
>
<
p
>
An open-source alternative to
<
a
href=
"https://flomoapp.com"
>
flomo
</
a
>
.
把玩
<
a
href=
"https://flomoapp.com"
>
flomo
</
a
>
后有感而作的开源项目
</
p
>
<
p
>
You are in charge of your data and customizations.
</
p
>
<
p
>
Built with React and Go.
</
p
>
<
p
>
特点:精美且细节的视觉样式、体验优良的交互逻辑
</
p
>
<
br
/>
<
p
>
Enjoy it and have fun~
</
p
>
<
p
>
🏗 This project is working in progress,
<
br
/>
and very pleasure to welcome your
{
" "
}
<
a
href=
"https://github.com/justmemos/memos/issues"
>
issues
</
a
>
and
<
a
href=
"https://github.com/justmemos/memos/pulls"
>
PR
</
a
>
.
</
p
>
<
hr
/>
<
p
className=
"normal-text"
>
Last updated on
<
span
className=
"pre-text"
>
2021/12/
09 10:14:32
</
span
>
🎉
Last updated on
<
span
className=
"pre-text"
>
2021/12/
12 14:38:15
</
span
>
🎉
</
p
>
</
div
>
</>
...
...
web/src/pages/Signin.tsx
View file @
3dc71a6e
...
...
@@ -185,7 +185,7 @@ const Signin: React.FC<Props> = () => {
体验一下
</
button
>
<
span
className=
"split-text"
>
/
</
span
>
<
button
className=
"btn signup-btn"
onClick=
{
handleSignUpBtnClick
}
>
<
button
className=
"btn signup-btn
disabled
"
onClick=
{
handleSignUpBtnClick
}
>
注册
</
button
>
<
span
className=
"split-text"
>
/
</
span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment