Skip to content

Commit

Permalink
chore(projects): 更新项目描述
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Nov 26, 2024
1 parent ded3a61 commit d489c6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ a.title span,
}

img,
.arco-image {
.arco-image,
.elysium-ui__image {
max-width: 100%;
border-radius: 3px;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/utils/generateImgComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export function generateImgComponent(imgToken: Token) {
const widthProps = width ? ` width="${width}"` : "";
const heightProps = height ? ` height="${height}"` : "";

return `\n<ArcoImage src="${src}" alt="${alt}"${widthProps}${heightProps} show-loader />\n`;
return `<ClientOnly>\n<ArcoImage src="${src}" alt="${alt}"${widthProps}${heightProps} show-loader />\n</ClientOnly>\n`;
}
10 changes: 5 additions & 5 deletions docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ createdAt: 1732558487000
### [碧蓝档案剧情站](https://blue-archive.io/)

:::gallery 页面截图
![页面截图](https://cdn.sa.net/2024/11/26/zKriY9gWhRcTDo8.webp)
![页面截图](https://cdn.sa.net/2024/11/26/O2urcifQE9vjgX3.webp)
![](https://cdn.sa.net/2024/11/26/zKriY9gWhRcTDo8.webp)
![](https://cdn.sa.net/2024/11/26/O2urcifQE9vjgX3.webp)
:::

- 项目发起人,负责项目/人员管理、美术、UI 设计、架构设计、前端开发、服务器运维、文本翻译、账号运营、组织间沟通、对外交流
Expand Down Expand Up @@ -112,8 +112,8 @@ createdAt: 1732558487000
- 项目发起人,全权负责项目运营

:::gallery 页面截图
![页面截图](https://cdn.sa.net/2024/11/26/xmfX79GJSIMDv8w.webp)
![页面截图](https://cdn.sa.net/2024/11/26/ZODLeN5oculHGFI.webp)
![](https://cdn.sa.net/2024/11/26/xmfX79GJSIMDv8w.webp)
![](https://cdn.sa.net/2024/11/26/ZODLeN5oculHGFI.webp)
:::

## 明日方舟
Expand Down Expand Up @@ -166,7 +166,7 @@ createdAt: 1732558487000
#### [心理学研究室主页](https://development-psychology-hiroshima.github.io/)

- 全权负责设计、开发、部署与维护
- 将维护工作简化为仅需使用记事本编辑单个特定文本配置文件,不再需要手动修改 HTML 结构。另应维护者要求编写一套从用记事本编辑到下载 vscode 设置应用语言为日语到自动部署上线的全套维护手册
- 将维护工作简化为仅需使用记事本编辑单个特定文本配置文件,不再需要手动修改 HTML 结构。另应日本人维护者要求编写一套从用记事本编辑到下载 vscode 设置应用语言为日语到自动部署上线的全套维护手册
- ~~日本人说为了防止我毕业后不会维护,要我从 css 开始解释并教会他们整个开发(不是维护)过程中写的每一行代码并留存 word 文档,因此拒绝上线生产环境,现已停止更新,活该你们继续用 2004 年的网页。~~

#### [Attentional Blink 实验程序](https://github.com/mark9804/attentional-blink)
Expand Down

0 comments on commit d489c6d

Please sign in to comment.