version:1.0.0

bugfixes:
update:更改包名,增加系统签名,修改图标
This commit is contained in:
2026-01-24 15:35:07 +08:00
parent a5658b6e1e
commit 69d3ddd498
115 changed files with 538 additions and 757 deletions

View File

@@ -0,0 +1,17 @@
package com.hainaos.vc;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}