@@ -152,6 +152,13 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ // 后台运行保护指南
+ "path": "pages/backgrounder/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
]
@@ -0,0 +1,13 @@
+<template>
+ <div class="app-container"></div>
+</template>
+
+<script>
+export default {
+ created() {
+ window.location.href = "https://ohplay.radio1964.net/guide"
+}
+</script>
+<style lang="scss" scoped></style>