diff --git a/README-zh-CN.md b/README-zh-CN.md index d4482be..6ac5d99 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -11,6 +11,16 @@ [English](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README.md) | 简体中文 +## 项目迁移公告 + +这个项目最终的目的就是创建一个新的 Android Studio/IDEA 项目模版,然后再在对应的 IDE 中打开项目。 + +这种方式不是很优雅,而且需要在用户的电脑上安装这个软件,后期我准备将这个项目合并到 IDEA 插件中,集成到新项目模版功能里。 + +这样一来,使用 IDEA 安装插件即可实现直接使用此模版创建项目的功能,而且更加灵活和具有可拓展性。 + +在新的项目确定后,会在这里添加新项目的链接,届时我会终止维护这个项目并建议大家转移到新项目。 + ## 这是什么 这是一个使用 [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) 作为核心的 Xposed 模块自动构建工具。 diff --git a/README.md b/README.md index f13b858..f35f214 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,20 @@ A Xposed Project Builder by YukiHookAPI. English | [简体中文](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md) +## Project Migration Notice + +The ultimate goal of this project is to create a new Android Studio/IDEA project template, and then open the project in the corresponding IDE. + +This method is not very elegant and requires the software to be installed on the user's computer. + +Later, I plan to merge this project into the IDEA plugin and integrate it into the new project template function. + +In this way, you can use IDEA to install the plugin to create projects directly using this template, and it is more flexible and scalable. + +After the new project is determined, a link to the new project will be added here. + +At that time, I will terminate the maintenance of this project and recommend that everyone move to the new project. + ## What's this This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) as the core.