Renovamen / playground-macos

My portfolio website simulating macOS's GUI, developed with React and UnoCSS.

Home Page:https://portfolio.zxh.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to rename username in login screen?

im-coder-lg opened this issue · comments

commented

I am new here, and I want to use this theme. How can I rename the Username in the login screen?

In src/configs/user.js:

const user = {
name: "Xiaohan Zou",
avatar: "img/ui/avatar.jpg"
};

commented

thanks 😄