Web Development: Updated Node.js version to v24.16.
Development Log
I’ve restarted development on the web application; it is hosted at: smallzhiyuns
I plan to implement a menu system that allows users to navigate to different pages by clicking on menu items.
In a Vite + Vue 3 project, this requires installing vue-router.

During the installation process, I received a warning indicating that my current Node.js version did not support certain libraries and required an upgrade.
My current version was v24.0.5, but the prompt indicated that a version greater than v24.1.1 was required.
Consequently, I downloaded version v24.1.6 directly from the official Node.js website to install.

Since I am working on a Windows machine and am not currently using a Node.js version manager,
I had to simply install the new version, overwriting the previous Node.js installation.
Fortunately, after the installation completed successfully, I was able to install vue-router without issues and run the current project normally.

I have already configured Google Sign-In, although user authentication isn’t strictly necessary at this stage.
My plan is to first integrate all the features from the previous version into this new website; I will add the login and payment functionalities later, when they become necessary.
Currently, the first feature implemented is the “indexnow” URL submission tool for Bing Webmaster Tools; other features remain TBD.