diff --git a/public/wallpaper-city.png b/public/wallpaper-city.png new file mode 100644 index 0000000..0ada3c9 Binary files /dev/null and b/public/wallpaper-city.png differ diff --git a/src/apps/AboutMe.tsx b/src/apps/AboutMe.tsx index 542fe0e..e1a769f 100644 --- a/src/apps/AboutMe.tsx +++ b/src/apps/AboutMe.tsx @@ -11,7 +11,6 @@ export default function AboutMe() {

Mingda Xie 解明达

Backend Developer · CS Master's @ Northeastern University

-

Shenzhen-bound · Class of 2026

@@ -26,7 +25,7 @@ export default function AboutMe() {

Backend engineer who runs a personal k3s cluster on Vultr, ships microservices, and builds things that occasionally work in production. - LeetCode 400+. Pixel art enjoyer. Stardew Valley veteran. Huge fan of 土屋アンナ. + Pixel art enjoyer. Stardew Valley veteran. Huge fan of 土屋アンナ.

"I am the dragon scroll, bitch." — Genuine mastery over shortcuts. diff --git a/src/components/Desktop/Desktop.css b/src/components/Desktop/Desktop.css index f9a64ce..02f815c 100644 --- a/src/components/Desktop/Desktop.css +++ b/src/components/Desktop/Desktop.css @@ -2,6 +2,7 @@ position: fixed; inset: 0; background-size: 24px 24px, 12px 12px, cover; + background-position: center; overflow: hidden; } diff --git a/src/components/Desktop/Desktop.tsx b/src/components/Desktop/Desktop.tsx index 1bbede8..e9ccbed 100644 --- a/src/components/Desktop/Desktop.tsx +++ b/src/components/Desktop/Desktop.tsx @@ -31,7 +31,10 @@ export default function Desktop() { return (

setCtxMenu(null)} > diff --git a/src/config/apps.ts b/src/config/apps.ts index 3d79ffa..680ade4 100644 --- a/src/config/apps.ts +++ b/src/config/apps.ts @@ -107,4 +107,6 @@ export const WALLPAPERS = [ linear-gradient(135deg, #050510 0%, #06060f 100%)`, // Solid dark — flat and minimal `linear-gradient(135deg, #050510 0%, #080818 100%)`, + // Pixel city — neon cityscape + `url(/wallpaper-city.png)`, ];