diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..21f1438 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Rhen Cloud + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 3b31524..b3d1e14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloud Home -一个基于 Vue 的个人主页模板,内置友链申请、项目展示、友链随机展示、自定义配置,支持 Vercel 部署与邮件通知。 +一个基于 Vue 的个人主页模板,内置友链申请、网站展示、项目展示、友链随机展示、自定义配置,支持 Vercel 部署与邮件通知。 ## 特性 @@ -145,9 +145,7 @@ pnpm build ## 部署到 Vercel 1. 导入仓库到 Vercel。 -2. 设置上文的 SMTP 环境变量。 -3. 保持 `vercel.json` 中 `distDir: "dist"`。 -4. 部署后,静态文件从 `dist/` 提供,API 走 `/api/send-mail`。 +2. 设置上文的环境变量。 ## API diff --git a/src/components/AboutSection.vue b/src/components/AboutSection.vue index 79d6c39..fc69095 100644 --- a/src/components/AboutSection.vue +++ b/src/components/AboutSection.vue @@ -2,6 +2,41 @@

个人简介

关于我 · About Me

+ +
+
+
+ 🎂 +

年龄

+
+

{{ age }} 岁

+
+ +
+
+ ⚧️ +

性别

+
+

{{ profile.gender }}

+
+ +
+
+ 🗣️ +

代词

+
+

{{ profile.pronouns }}

+
+ +
+
+ 📍 +

地区

+
+

{{ profile.location }}

+
+
+
@@ -15,7 +50,24 @@