English | Chinese |
[!IMPORTANT]
致大家
This project was originally just a simple homepage. However, as more and more friends discovered this project, it received a lot of undue attention. Moreover, as a work of a beginner in front-end development, its code is quite messy and of low quality. In addition, this project has also been resold by many unknown resource or download sites, causing many unsuspecting buyers to find my contact information from the source code to consult on problems or request features. But due to current personal life reasons, and I have never gained any benefits from this project, so I am unable to maintain this project. This repository will not be archived. We will actively accept PRs from all the experts, but no updates will be made for any new features or bugs. Please understand!
Homepage
Simple little homepage, had enough of the original one and made a new one
The logo font on the home page has been compressed, so if you use a font other than this logo, it will change back to the default font, Here is the full font
Due to CDN caching, you may need
Ctrl
+F5
to force a browser cache refresh to see the latest results
Mobile adaptation
Installation node.js Environment
node > 16.16.0
npm > 8.15.0
cmd
terminal with administrator privileges and cd
to the project root directoryterminal
type:# Install pnpm
npm install -g pnpm
# Install the dependencies
pnpm install
# Preview
pnpm dev
# Build
pnpm build
Once the build is complete, the files in the
dist
folder can be uploaded to the server or imported and automatically deployed with one click using a hosting platform such asVercel
.
Weather and area access requires 高德开放平台
related API
Key
of type Web Service
and fill the Key
into VITE_WEATHER_KEY
in .env
It can also be replaced by other methods
This project uses the
Aplayer
music player based onMetingJS
for quick song list customization
*Only supported in Mainland China
Please change the song related parameters in the .env
file to customize the song list
# Songs API address
VITE_SONG_API = "https://api-meting.imsyy.top"
# Song server ( netease-netease, tencent-qq music )
VITE_SONG_SERVER = "netease"
# Playback type ( song-song, playlist-playlist, album-album, search-search, artist-artist )
VITE_SONG_TYPE = "playlist"
# Playback ID
VITE_SONG_ID = "7452421335"
Now using HarmonyOS Sans
open source font, using font splitting to improve loading speed
Because this site’s
CDN
has opened anti-leech, non-site domain name is not accessible, please change the font import link to the following content, otherwise custom fonts will be invalid
https://cdn.jsdelivr.net/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css