first commit

This commit is contained in:
2024-10-13 14:46:07 +08:00
commit 7f2284efc5
33 changed files with 1245 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="山海奇闻录" android:icon="@drawable/Icon" />
</manifest>