diff --git a/luohuo-cloud/README.en.md b/README.en.md similarity index 100% rename from luohuo-cloud/README.en.md rename to README.en.md diff --git a/luohuo-cloud/README.md b/README.md similarity index 100% rename from luohuo-cloud/README.md rename to README.md diff --git a/luohuo-util/README.en.md b/luohuo-util/README.en.md deleted file mode 100644 index b2c46c06..00000000 --- a/luohuo-util/README.en.md +++ /dev/null @@ -1,239 +0,0 @@ -
-
-
An Instant Messaging System Built with Tauri, Vite 6, Vue 3, and TypeScript
- - - - - -
- gitee:
- github:
- gitcode:
-
- WeChat:
-
- 💻 Official Website:HuLaSpark -
- -- ☕️ server:github HuLa-Server | gitee HuLa-Server -
- -中文 | English
- -## 🌐 Support platform - -| Platform | Supported version | -|------|---------| -| Windows | Windows 10, Windows 11 | -| macOS | macOS 10.5+ | -| Linux | Ubuntu 22.0+ | -| iOS/iPadOS | iOS 9.0+, iPadOS 9.0+ | -| Android | Android 8.0+ | - -## 📝 Project Introduction - -HuLa is an instant messaging system developed with Tauri, Vite 6, Vue 3, and TypeScript. It leverages the cross-platform capabilities of Tauri and the reactive design of Vue 3, combined with TypeScript's type safety features and the fast build system of Vite 6, to provide users with an efficient, secure, and easy-to-use communication solution. - -## 🛠️ Technology Stack - -- **Tauri**: Provides a lightweight, high-performance desktop application container, enabling the development of cross-platform desktop applications with a web technology stack. Tauri's design philosophy aims to minimize resource consumption while ensuring security. -- **Vite 6**: A modern front-end build tool that uses native ES module import to offer a fast development server. At the same time, it provides robust support for production builds. Vite 6 is its latest version, bringing more optimizations and features. -- **Vue 3**: A progressive JavaScript framework for building user interfaces. Its Composition API, improved TypeScript integration, and optimizations for mobile platforms make developing complex single-page applications simpler and more efficient. -- **TypeScript**: A superset of JavaScript that adds a type system to the language. It enables catching more errors during development and provides better support from editors. - -## 🖼️ Project PreView - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-## 🙏 List of sponsors
-Thanks to the following sponsors for their support!
-
-| Date | Sponsor | Sum | Platform |
-|------|--------|------|------|
-| 2025-04-25 | 上官俊斌 | ¥200 | 微信赞赏码 |
-| 2025-05-27 | 临安居士 | ¥188 | 微信赞赏码 |
-| 2025-04-20 | 姜兴(Simon) | ¥188 | 微信赞赏码 |
-| 2025-02-17 | 禾硕 | ¥168 | 支付宝赞赏 |
-| 2025-02-8 | Boom.... | ¥100 | 微信赞赏码 |
-| 2025-05-09 | 犹豫,就会败北。| ¥88.00 | 微信红包 |
-| 2025-04-01 | 墨 | ¥88.88 | 微信转账 |
-| 2025-02-8 | 邓伟 | ¥88 | 微信赞赏码 |
-| 2025-02-7 | dennis | ¥80 | gitee码云赞赏 |
-| 2025-05-15 | 孤鸿影 | ¥56 | 微信红包 |
-| 2025-02-6 | 小二 | ¥62 | 微信转账 |
-| 2025-06-03 | 洪流 | ¥20 | 微信赞赏码 |
-| 2025-05-27 | 刘启成 | ¥20 | 微信赞赏码 |
-| 2025-05-20 | 没有留名的赞助者 | ¥20 | 微信赞赏码 |
-
-> Note: This list is manually updated. If you have sponsored but are not displayed in the list, please contact us by:
- 1. Submit Issue on GitHub
- 2. Send an email to: 2439646234@qq.com
- 3. Contact via WeChat: cy2439646234
-
-## 📄 License
-[](https://app.fossa.com/projects/git%2Bgithub.com%2FHuLaSpark%2FHuLa?ref=badge_large)
diff --git a/luohuo-util/README.md b/luohuo-util/README.md
deleted file mode 100644
index 4357faa4..00000000
--- a/luohuo-util/README.md
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
一款基于Tauri、Vite 6、Vue 3 和 TypeScript 构建的即时通讯系统
- - - - - -
- gitee:
- github:
- gitcode:
-
- 微信:
-
- 💻 官网:HuLaSpark -
- -- ☕️ 服务端:github HuLa-Server | gitee HuLa-Server -
- -English | 中文
- -## 🌐 支持平台 - -| 平台 | 支持版本 | -|------|---------| -| Windows | Windows 10, Windows 11 | -| macOS | macOS 10.5+ | -| Linux | Ubuntu 22.0+ | -| iOS/iPadOS | iOS 9.0+, iPadOS 9.0+ | -| Android | Android 8.0+ | - -## 📝 项目介绍 - -HuLa 是一款基于 Tauri、Vite 6、Vue 3 和 TypeScript 构建的即时通讯系统。它利用了 Tauri 的跨平台能力和 Vue 3 的响应式设计,结合了 TypeScript 的类型安全特性和 Vite 6 的快速构建,为用户提供了一个高效、安全和易用的通讯解决方案。 - -## 🛠️ 技术栈 - -- **Tauri**: 为本项目提供了一款轻量级的、高性能的桌面应用容器,使得我们可以使用前端技术栈来开发跨平台的桌面应用。Tauri 的设计哲学是在保证安全性的前提下,尽可能减少资源占用。 -- **Vite 6**: Vite 是一个现代化的前端构建工具,它利用原生 ES 模块导入的能力来提供一个快速的开发服务器,与此同时,它也为生产环境打包提供了强大的支持。Vite 6 是其最新的版本,带来了更多的优化和特性。 -- **Vue 3**: Vue 3 是一个渐进式JavaScript框架,用于构建用户界面。它的组合式API、更好的TypeScript集成和对移动端的优化使得开发复杂的单页应用变得更加简单和高效。 -- **TypeScript**: TypeScript 是 JavaScript 的一个超集,它在 JavaScript 的基础上增加了类型系统。这让我们能够在开发过程中捕获更多的错误,并且提供更好的编辑器支持。 - -## 🖼️ 项目预览 - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-## 🙏 赞助者名单
-感谢以下赞助者的支持!
-
-| 日期 | 赞助者 | 金额 | 平台 |
-|------|--------|------|------|
-| 2025-04-25 | 上官俊斌 | ¥200 | 微信赞赏码 |
-| 2025-05-27 | 临安居士 | ¥188 | 微信赞赏码 |
-| 2025-04-20 | 姜兴(Simon) | ¥188 | 微信赞赏码 |
-| 2025-02-17 | 禾硕 | ¥168 | 支付宝赞赏 |
-| 2025-02-8 | Boom.... | ¥100 | 微信赞赏码 |
-| 2025-05-09 | 犹豫,就会败北。| ¥88.00 | 微信红包 |
-| 2025-04-01 | 墨 | ¥88.88 | 微信转账 |
-| 2025-02-8 | 邓伟 | ¥88 | 微信赞赏码 |
-| 2025-02-7 | dennis | ¥80 | gitee码云赞赏 |
-| 2025-05-15 | 孤鸿影 | ¥56 | 微信红包 |
-| 2025-02-6 | 小二 | ¥62 | 微信转账 |
-| 2025-06-03 | 洪流 | ¥20 | 微信赞赏码 |
-| 2025-05-27 | 刘启成 | ¥20 | 微信赞赏码 |
-| 2025-05-20 | 没有留名的赞助者 | ¥20 | 微信赞赏码 |
-
-> 注:该名单为手动更新。如果您已赞助但未显示在列表中,请通过以下方式联系我们:
- 1. 在GitHub上提交Issue
- 2. 发送邮件至: 2439646234@qq.com
- 3. 通过微信联系: cy2439646234
-
-## 📄 许可证
-[](https://app.fossa.com/projects/git%2Bgithub.com%2FHuLaSpark%2FHuLa?ref=badge_large)
diff --git a/luohuo-cloud/preview/hula.png b/preview/hula.png
similarity index 100%
rename from luohuo-cloud/preview/hula.png
rename to preview/hula.png
diff --git a/luohuo-cloud/preview/img.png b/preview/img.png
similarity index 100%
rename from luohuo-cloud/preview/img.png
rename to preview/img.png
diff --git a/luohuo-cloud/preview/img_1.png b/preview/img_1.png
similarity index 100%
rename from luohuo-cloud/preview/img_1.png
rename to preview/img_1.png
diff --git a/luohuo-cloud/preview/img_10.png b/preview/img_10.png
similarity index 100%
rename from luohuo-cloud/preview/img_10.png
rename to preview/img_10.png
diff --git a/luohuo-cloud/preview/img_2.png b/preview/img_2.png
similarity index 100%
rename from luohuo-cloud/preview/img_2.png
rename to preview/img_2.png
diff --git a/luohuo-cloud/preview/img_3.png b/preview/img_3.png
similarity index 100%
rename from luohuo-cloud/preview/img_3.png
rename to preview/img_3.png
diff --git a/luohuo-cloud/preview/img_4.png b/preview/img_4.png
similarity index 100%
rename from luohuo-cloud/preview/img_4.png
rename to preview/img_4.png
diff --git a/luohuo-cloud/preview/img_5.png b/preview/img_5.png
similarity index 100%
rename from luohuo-cloud/preview/img_5.png
rename to preview/img_5.png
diff --git a/luohuo-cloud/preview/img_6.png b/preview/img_6.png
similarity index 100%
rename from luohuo-cloud/preview/img_6.png
rename to preview/img_6.png
diff --git a/luohuo-cloud/preview/img_7.png b/preview/img_7.png
similarity index 100%
rename from luohuo-cloud/preview/img_7.png
rename to preview/img_7.png
diff --git a/luohuo-cloud/preview/img_8.png b/preview/img_8.png
similarity index 100%
rename from luohuo-cloud/preview/img_8.png
rename to preview/img_8.png
diff --git a/luohuo-cloud/preview/img_9.png b/preview/img_9.png
similarity index 100%
rename from luohuo-cloud/preview/img_9.png
rename to preview/img_9.png
diff --git a/luohuo-cloud/preview/wx.png b/preview/wx.png
similarity index 100%
rename from luohuo-cloud/preview/wx.png
rename to preview/wx.png
diff --git a/luohuo-cloud/preview/zfb.png b/preview/zfb.png
similarity index 100%
rename from luohuo-cloud/preview/zfb.png
rename to preview/zfb.png
diff --git a/luohuo-cloud/preview/zs.jpg b/preview/zs.jpg
similarity index 100%
rename from luohuo-cloud/preview/zs.jpg
rename to preview/zs.jpg