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

init

parent f0371c05
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".ui.LoginActivity" android:name=".ui.LoginActivity"
android:exported="true"> android:exported="true"
android:configChanges="orientation"
android:screenOrientation="landscape">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
...@@ -29,6 +31,8 @@ ...@@ -29,6 +31,8 @@
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="false" android:exported="false"
android:screenOrientation="landscape"
android:configChanges="orientation"
android:launchMode="singleTask" /> android:launchMode="singleTask" />
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
<body> <body>
<div id="app"></div> <div id="app"></div>
</body> </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"> <script type="text/javascript">
// 初始化vConsole // 初始化vConsole
window.vConsole = new window.VConsole() // window.vConsole = new window.VConsole()
// 添加gui测试 // 添加gui测试
const addGUITest = () => { 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