diff --git a/.gitignore b/.gitignore index 37e5256f..0b77d813 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .DS_Store .vscode/ -lynx/gen/ -lynx/gen/* +Core/gen/ +Core/gen/* node_modules/ layout_test/build/ lepus/build/ diff --git a/README.md b/README.md index a538a326..a62fb9d4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Lynx选择了Vue.js作为开发框架,当然的利于Lynx的API设计,使用 ```shell $ cd lynx-native - $ ./lynx/build/prebuild.sh + $ ./Core/build/prebuild.sh ``` * 使用Android Studio打开`./Android`文件夹