
Tauri version
Tarui
Tauri is a framework for building cross-platform desktop applications that allows developers to build desktop applications using front-end technologies such as JavaScript, TypeScript, React, Vue, and more, without the need for traditional Electron frameworks. The main advantage of Tauri is that it is more lightweight than Electron because it uses the Rust language to build the core parts of the application, rather than JavaScript. This makes Tauri's applications superior to Electron in terms of both performance and resource consumption. The front-end release of windwos is with Tarui
Run
pnpm tauri dev
Publish
pnpm tauri build
Front-end function introduction
1. Login function
The login function is an important entrance for users to enter the system, through which users can verify their identity and obtain corresponding permissions. Login features typically include the entry of a username and password, as well as a login button. After the user enters the correct username and password, and then clicks the login button, the system verifies the user's identity and returns the corresponding result.
2. Registration Feature
The registration function is a step that users need to complete when they first enter the system. Through the registration function, users can create their own accounts and set the corresponding passwords. The registration function usually includes the entry of a user name, the setting of a password, and the registration button. After the user enters the correct username and password, and then clicks the register button, the system will create the user's account and return the corresponding result.
3. Change password function
The password change function allows users to change their passwords in order to protect the security of their accounts. With the Change Password function, users can enter a new password and confirm the password. After the user enters the correct password, click the Change Password button, and the system will change the user's password and return the corresponding result.
4. Query function
The query function is an important means for users to find the information they need in the system. Through the query function, users can enter keywords and click the query button, and the system will find the corresponding information according to the keyword and return the query result.
5. Add features
Adding functionality is an important means for users to add new information to the system. By adding the function, the user can enter new information, and click the add button, the system will add new information, and the corresponding result will be returned.