Commit fdc2b93f authored by p x's avatar p x
Browse files

init

parent f0371c05
......@@ -18,7 +18,9 @@
tools:targetApi="31">
<activity
android:name=".ui.LoginActivity"
android:exported="true">
android:exported="true"
android:configChanges="orientation"
android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......@@ -29,6 +31,8 @@
<activity
android:name=".MainActivity"
android:exported="false"
android:screenOrientation="landscape"
android:configChanges="orientation"
android:launchMode="singleTask" />
......
......@@ -17,10 +17,10 @@
<body>
<div id="app"></div>
</body>
<script src="https://vncdn.mobi88.cn/public/vconsole.min.js"></script>
<!-- <script src="https://vncdn.mobi88.cn/public/vconsole.min.js"></script> -->
<script type="text/javascript">
// 初始化vConsole
window.vConsole = new window.VConsole()
// window.vConsole = new window.VConsole()
// 添加gui测试
const addGUITest = () => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment