Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
GeelyHMIWeb
Commits
fdc2b93f
Commit
fdc2b93f
authored
Jun 11, 2025
by
p x
Browse files
init
parent
f0371c05
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/AndroidManifest.xml
View file @
fdc2b93f
...
...
@@ -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"
/>
...
...
app/src/main/assets/dist/index.html
View file @
fdc2b93f
...
...
@@ -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
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment