UPDATE
This commit is contained in:
13
README-zh.md
13
README-zh.md
@@ -32,12 +32,15 @@
|
||||
### 使用包管理器
|
||||
|
||||
```bash
|
||||
# 使用 npm
|
||||
npm install
|
||||
|
||||
# 使用 pnpm (推荐)
|
||||
pnpm install
|
||||
|
||||
|
||||
# 使用 npm
|
||||
npm install
|
||||
|
||||
|
||||
# 使用 yarn
|
||||
yarn install
|
||||
```
|
||||
@@ -167,7 +170,7 @@ export const siteConfig = {
|
||||
|
||||
- [Astro](https://astro.build) - 优秀的静态站点生成器
|
||||
- [Tailwind CSS](https://tailwindcss.com) - 实用优先的 CSS 框架
|
||||
- 所有为这个项目做出贡献的开发者
|
||||
|
||||
|
||||
## 📝 更新日志d
|
||||
|
||||
@@ -180,7 +183,7 @@ export const siteConfig = {
|
||||
|
||||
或者添加我的微信,交个朋友
|
||||
|
||||
<img src="public/wechat-rico.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
<img src="https://ricoui.com/assets/wechat.png" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
|
||||
|
||||
## 💜 支持作者
|
||||
@@ -188,7 +191,7 @@ export const siteConfig = {
|
||||
|
||||
如果觉得有所帮助的话,一点点支持就可以大大激励创作者的热情,感谢!
|
||||
|
||||
<img src="public/zanshangma.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
<img src="https://ricoui.com/assets/zanshangma.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
|
||||
|
||||
---
|
||||
|
||||
@@ -34,12 +34,13 @@ A modern, high-performance designer portfolio website template built with Astro.
|
||||
### Using Package Manager
|
||||
|
||||
```bash
|
||||
# Using npm
|
||||
npm install
|
||||
|
||||
# Using pnpm (recommended)
|
||||
pnpm install
|
||||
|
||||
# Using npm
|
||||
npm install
|
||||
|
||||
# Using yarn
|
||||
yarn install
|
||||
```
|
||||
@@ -179,14 +180,14 @@ I'm Rico, a web/UI designer passionate about creating fun and creative work. I h
|
||||
|
||||
Or add me on WeChat—let’s be friends.
|
||||
|
||||
<img src="public/wechat-rico.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
<img src="https://ricoui.com/assets/wechat.png" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
|
||||
|
||||
## 💜 Support the Author
|
||||
|
||||
If you’ve found this helpful, even a small contribution can greatly encourage creators. Thank you!
|
||||
|
||||
<img src="public/zanshangma.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
<img src="https://ricoui.com/assets/zanshangma.jpg" alt="ricocc-wechat" width="280" height="auto" style="display:inline-block;margin:12px;">
|
||||
|
||||
<a href="https://ko-fi.com/T6T817U4KZ" target="_blank" style="display:inline-block;margin:.5rem auto 1rem;" data-astro-cid-wlrjxfd7=""><img height="44" style=" border:0px;height:44px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=6" alt="Buy Me a Coffee at ko-fi.com" data-astro-cid-wlrjxfd7=""></a>
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 223 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB |
@@ -35,7 +35,7 @@ import Logo from "@/components/ui/Logo.astro";
|
||||
class="flex items-center justify-center w-10 h-10 cursor-pointer rounded-full bg-gradient-to-b from-white to-[#edeefa] border-[0.5px] border-[#f3f3ff] dark:from-neutral-800 dark:to-neutral-600 dark:border-neutral-600 transition-transform duration-200 active:scale-95"
|
||||
>
|
||||
<div
|
||||
class="flex justify-center items-center w-6 h-6 relative overflow-hidden rounded-full bg-gradient-to-b from-[#897fff] to-[#4a3aff] border-[0.5px] border-[#897fff]"
|
||||
class="flex justify-center items-center w-6 h-6 relative overflow-hidden rounded-full bg-[#7fa1ff] bg-gradient-to-b from-[#85a6ff] to-[#2d6dc3] border-[0.5px] border-[#7fa1ff]"
|
||||
style="box-shadow: 0px 2px 3px 0 rgba(55,52,209,0.21);"
|
||||
>
|
||||
<SunMedium
|
||||
|
||||
Reference in New Issue
Block a user