Skip to content

Commit 795d9e0

Browse files
committed
update annoation, README
1 parent ba0da65 commit 795d9e0

File tree

3 files changed

+16
-27
lines changed

3 files changed

+16
-27
lines changed

README.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
11
# GenUI Book
22

3-
**👷The document is under rapid construction... Expected to be completed on January 30, 2025**
3+
🥳 GenUI v0.1.0 has been released
44

5-
## Guide
5+
- [GenUI](https://github.com/Privoce/GenUI/releases/tag/v0.1.0)
6+
- [Ract](https://github.com/Privoce/ract/releases/tag/v0.1.1)
7+
- [GenUI Builtin Component](https://github.com/Privoce/GenUI-Builtin-Component/releases/tag/v0.2.0)
8+
- [GenUI Book](https://privoce.github.io/GenUI.github.io)
69

7-
- [x] overview
8-
- [x] introduction
9-
- [x] tools
10-
- [x] plugins
10+
## Contact & Feedback
1111

12-
## Tutorial
12+
> [!TIP]
13+
>
14+
> GenUI is currently in the early stages of development, and many features are still being planned and implemented. We welcome feedback and collaboration from the community! If you have any suggestions for the framework, need to report an issue, or would like to see a feature added, please contact us through the following channels:
15+
>
1316
14-
- [x] overview
15-
- [x] quick-start
16-
- [x] ract
17-
- [x] project-structure
18-
- [ ] template
19-
- [ ] style
20-
- [ ] script
21-
22-
## Config
23-
24-
25-
## Components
26-
27-
## Examples
28-
29-
## Tools
30-
31-
## API
17+
- **GitHub**: [https://github.com/Privoce/GenUI](https://github.com/Privoce/GenUI)
18+
- **Discord**: [https://discord.gg/jVEJDhE75Y](https://discord.gg/jVEJDhE75Y)
19+
- **Email**: `[email protected]`
20+
- **Collaboration Email**: `[email protected]`

theme/i18n/en_us.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const EN_US = {
22
// hero
33
logo: '/genui.png',
4-
header: '👷The document is under rapid construction... Expected to be completed on January 30, 2025',
4+
header: '🥳 GenUI v0.1.0 has been released',
55
rs: '/rs.png',
66
heroTitle: 'GenUI',
77
heroSlogan: 'An innovative SFP Rust front-end framework!',

theme/i18n/zh_cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { EN_US } from './en_us';
22

33
export const ZH_CN: Record<keyof typeof EN_US, string> = {
44
logo: '/genui.png',
5-
header: '👷文档正在快速施工中... 预期2025年1月30日完成',
5+
header: '🥳 GenUI v0.1.0已发布',
66
rs: '/rs.png',
77
heroTitle: 'GenUI',
88
heroSlogan: '一款创新的SFP前端框架!',

0 commit comments

Comments
 (0)