# word_manager 隐私用户协议等 **Repository Path**: Marthkoper/word_manager ## Basic Information - **Project Name**: word_manager 隐私用户协议等 - **Description**: word_manager 隐私用户协议等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-09 - **Last Updated**: 2025-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Word Manager This project is a simple word management system that allows users to manage their vocabulary and perform various operations such as searching, clearing, and retrieving passwords. It uses HTML, JavaScript, and some third-party libraries like Axios and Vue for HTTP requests and frontend rendering. --- ## 📁 File Structure - **HTML Files**: - `clear.html`: Clears stored words. - `email.html`: Sends words via email. - `findPws.html`: Retrieves forgotten passwords. - `login_bg1.png`: Background image for login. - `js/`: Contains JavaScript files for logic and encryption. - `common.js`: Contains utility functions like `parseParamObj` and `RsA_encryption`. - `jsencrypt.js`: Handles encryption logic. - `jquery.1.12.4.min.js`: jQuery library. - `element/`: Contains Element UI CSS and icon fonts. - `plugins/`: Contains third-party libraries. - `axios/`: HTTP client for making requests. - `vue/`: Vue.js framework files for rendering the UI. --- ## 🚀 Features - **Word Management**: Add, delete, and search words. - **Password Recovery**: Retrieve forgotten passwords using `findPws.html`. - **Email Integration**: Send word lists via email. - **Data Encryption**: Uses RSA encryption for secure data handling. - **Responsive UI**: Built with Element UI for a modern interface. --- ## 🔧 Dependencies - **Axios**: For HTTP requests. - **Vue.js**: For dynamic UI rendering. - **jQuery**: For DOM manipulation. - **JSEncrypt**: For RSA encryption. --- ## 📝 Usage 1. **Add Words**: Use the input fields to add new words to your list. 2. **Search Words**: Use the search functionality to find specific words. 3. **Clear Words**: Use `clear.html` to reset your word list. 4. **Password Recovery**: Use `findPws.html` to retrieve your password. 5. **Send via Email**: Use `email.html` to send your word list to an email address. --- ## 📦 Installation 1. Clone the repository: ```bash git clone https://gitee.com/Martinkeep/word_manager ``` 2. Install dependencies: ```bash npm install axios vue ``` 3. Run the project: ```bash npm run serve ``` --- ## 📌 License MIT License. See [LICENSE](plugins/vue/LICENSE) for more details. --- ## 🧑‍💻 Author Martinkeep --- ## 🌐 Repository [Word Manager on Gitee](https://gitee.com/Martinkeep/word_manager) --- If you have any questions or need further assistance, feel free to reach out!