Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyaoMa committed Sep 30, 2022
1 parent 8b4d4cb commit dc28f4f
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

My Application is a continuously updated personal service collection.

## Starter Code Preview

> You can find all preview screenshots [here](./screenshots/).
<p align="center">
<img width="1024" src="./screenshots/home.jpg" alt="Home">
<img width="1024" src="./screenshots/settings.jpg" alt="Settings">
</p>

## Technologies

| Technology | Role | Sources |
Expand Down
9 changes: 9 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

“我的应用程序” 是一个不断更新的个人服务集合。

## 初始代码效果预览

> 你可以在[这里](./screenshots/)找到所有的预览截图。
<p align="center">
<img width="1024" src="./screenshots/home.jpg" alt="Home">
<img width="1024" src="./screenshots/settings.jpg" alt="Settings">
</p>

## 技术

| 技术 | 作用 | 来源 |
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
md.use(MarkdownItLinkAttributes, [
{
matcher(href) {
return href.match(/^https?:\/\//);
return href.match(/^(\.|https?:\/\/)/);
},
attrs: {
target: "_blank",
Expand Down
Binary file added screenshots/home-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-dark.zh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home.zh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings-dark.zh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.zh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc28f4f

Please sign in to comment.