docs: 添加项目基础文件和文档
添加.gitignore文件管理忽略规则 添加中英文README文件说明项目结构和快速开始指南
This commit is contained in:
		
							
								
								
									
										13
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
# IDE files
 | 
			
		||||
.vscode/
 | 
			
		||||
 | 
			
		||||
# Build files
 | 
			
		||||
build/
 | 
			
		||||
 | 
			
		||||
# Local configuration
 | 
			
		||||
local.properties
 | 
			
		||||
 | 
			
		||||
# Gradle
 | 
			
		||||
.gradle/
 | 
			
		||||
gradlew
 | 
			
		||||
gradlew.bat
 | 
			
		||||
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
# CE - MIXUI
 | 
			
		||||
 | 
			
		||||
This is a Android project with MIXUI framework.
 | 
			
		||||
 | 
			
		||||
## Project Structure
 | 
			
		||||
 | 
			
		||||
- `app/` - Main application code
 | 
			
		||||
- `libs/` - Third-party libraries
 | 
			
		||||
- `build/` - Build outputs
 | 
			
		||||
 | 
			
		||||
## Getting Started
 | 
			
		||||
 | 
			
		||||
1. Open the project in Android Studio
 | 
			
		||||
2. Build and run the application
 | 
			
		||||
							
								
								
									
										14
									
								
								README_zh.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								README_zh.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
# CE - MIXUI
 | 
			
		||||
 | 
			
		||||
这是一个使用MIXUI框架的Android项目。
 | 
			
		||||
 | 
			
		||||
## 项目结构
 | 
			
		||||
 | 
			
		||||
- `app/` - 主应用程序代码
 | 
			
		||||
- `libs/` - 第三方库
 | 
			
		||||
- `build/` - 构建输出
 | 
			
		||||
 | 
			
		||||
## 开始使用
 | 
			
		||||
 | 
			
		||||
1. 在Android Studio中打开项目
 | 
			
		||||
2. 构建并运行应用程序
 | 
			
		||||
		Reference in New Issue
	
	Block a user