|
@@ -21,7 +21,7 @@ import {
|
|
|
} from "/src/view/fingering/fingering-config";
|
|
|
import { Howl } from "howler";
|
|
|
import { storeData } from "/src/store";
|
|
|
-import { api_back, api_cloudLoading, api_setRequestedOrientation, isSpecialShapedScreen } from "/src/helpers/communication";
|
|
|
+import { api_back, api_cloudLoading, api_setRequestedOrientation, api_setStatusBarVisibility, isSpecialShapedScreen } from "/src/helpers/communication";
|
|
|
import Hammer from "hammerjs";
|
|
|
import { Button, Icon, Loading, Popup, Progress, Space } from "vant";
|
|
|
import GuideIndex from "./guide/guide-index";
|
|
@@ -214,6 +214,7 @@ export default defineComponent({
|
|
|
|
|
|
onMounted(() => {
|
|
|
loadElement();
|
|
|
+ api_setStatusBarVisibility();
|
|
|
});
|
|
|
const loadElement = () => {
|
|
|
const fingeringContainer = document.getElementById("fingeringContainer");
|