移除部分项目

This commit is contained in:
fengjiayi
2025-01-02 13:57:14 +08:00
parent 28df2d8fce
commit 665a722f68
17 changed files with 251 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="AvaloniaTest" android:icon="@drawable/Icon" />
</manifest>