From fa56aca25c9298eb1015c9035fa628f7925eb9bf Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 20 Jan 2024 22:02:57 +0800 Subject: [PATCH] update --- README-zh-CN.md | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 9841abc..28b1c47 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -26,12 +26,15 @@ 这个项目早期在 Android 原生平台已经有了一个初版 [FlexiUI-Preview](https://github.com/BetterAndroid/FlexiUI-Preview),它在 2022 年就已经初步完工,但是我一直没有将它开源出来,因为项目整体耦合度过高且包含一些与 UI 无关的工具依赖,所以我将很多东西进行了解耦合并发布到了新的项目 [BetterAndroid](https://github.com/BetterAndroid/BetterAndroid) 中。 -Android 原生平台的这个项目我基本上不打算继续维护了,如果你感兴趣,你可以点击页面上述的任何一个 `discussion` 加入对应的群组联系我添加查看权限。 +Android 原生平台的这个项目我正在对其进行重构,旧的 Preview 版本将不再积极维护并将在重构完成后被取代,如果你感兴趣,你可以点击页面上述的任何一个 `discussion` 加入对应的群组联系我添加查看权限。 ## 开始使用 你可以点击下方链接查看对应平台的项目分支。 +| LOGO | Android View (正在重构) | +| ---------------------------------------------------------------------------------------------------------------- | ----------------------- | + | LOGO | [Jetpack Compose](https://github.com/BetterAndroid/FlexiUI/tree/compose) | | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | diff --git a/README.md b/README.md index 7817a2c..2b4c8af 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,15 @@ Taking advantage of the current mainstream multi-platform frameworks, this UI ca This project already had a first version [FlexiUI-Preview](https://github.com/BetterAndroid/FlexiUI-Preview) on the Android native platform in the early days, it will be initially completed in 2022, but I have never open sourced it, because the overall coupling of the project is too high and contains some tool dependencies that have nothing to do with the UI, so I decoupled a lot of things and published them into a new project [BetterAndroid](https://github.com/BetterAndroid/BetterAndroid). -I basically don’t plan to continue to maintain this project on the Android native platform, if you are interested, you can click on any `discussion` above on the page to join the corresponding group and contact me to add viewing permissions. +I am refactoring this project for the Android native platform, the old preview version will no longer be actively maintained and will be replaced after the refactoring is completed, if you are interested, you can click on any `discussion` above on the page to join Contact me for the corresponding group to add viewing permissions. ## Get Started You can click the link below to view the project branch of the corresponding platform. +| LOGO | Android View (Refactoring) | +| ---------------------------------------------------------------------------------------------------------------- | -------------------------- | + | LOGO | [Jetpack Compose](https://github.com/BetterAndroid/FlexiUI/tree/compose) | | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |