测试提交

This commit is contained in:
muqing 2024-07-06 18:24:00 +08:00
parent c240b467bc
commit 0e951214de
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="LossyEncoding" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="NonAsciiCharacters" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>

View File

@ -1,3 +1,17 @@
# AndroidStudio_Demo
Android各种小功能小UI的开源和测试 都可以写到这个上面 想要什么功能也可以从上面拿去或者测试
## 提交须知
1. 合理规范代码以及文件的归类
2. 务必在代码中加上这是什么功能,可以没有详情的注释
3. 不使用maven url'https://jitpack.io'
## 初心
这个项目主要是为我们个人开发者提供的找和存代码的位置,各位可以随意在项目中写一些小功能小组件等等,
但请不要使用 组件套组件的方式实现 这样就可以避免一些问题
合理化的在你的代码中写上这是什么功能方便自己查找 也方便后续的维护归类
此仓库只能写小功能在里面不要塞屎山哦!
## 贡献者
1. [muqing](https://git.coldmint.top/muqing)
谢谢你们能持续为这个项目做出贡献