fallbackwidth
and fallbackheight
are empty when you run the config in the browser
Note
The current version is messy.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta | |
name="viewport" | |
content="width=device-width, initial-scale=1.0, user-scalable=no" | |
/> | |
<title>Snake Game</title> | |
<!-- Window Safe Area Insets --> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>MMRL Audio Player</title> | |
<!-- Window Safe Area Insets --> | |
<link rel="stylesheet" type="text/css" href="https://mui.kernelsu.org/internal/insets.css" /> | |
<!-- App Theme which the user has currently selected --> | |
<link rel="stylesheet" type="text/css" href="https://mui.kernelsu.org/internal/colors.css" /> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>App List</title> | |
<link rel="stylesheet" href="https://mui.kernelsu.org/internal/colors.css" /> | |
<style> | |
body { | |
font-family: sans-serif; |
@import url("https://mui.kernelsu.org/mmrl/colors.css"); | |
:root { | |
/* Background colors */ | |
--bg-primary: var(--background); | |
--bg-secondary: var(--tonalSurface); | |
--bg-input: var(--surfaceBright); | |
/* Text colors */ | |
--text-primary: var(--onSurface); |
import React from "react"; | |
import { Page, Toolbar, BottomToolbar, Ansi } from "@mmrl/ui"; | |
import { ConfigProvider } from "@mmrl/providers"; | |
import { | |
useConfig, | |
useActivity, | |
useNativeStorage, | |
useTheme | |
} from "@mmrl/hooks"; | |
import { Add, Remove, Save } from "@mui/icons-material"; |
var useExt = false | |
const [line, addLine] | |
const processCommand = (rawCommand) => { | |
var arg; | |
var command; | |
const i = rawCommand.indexOf(' '); | |
if (i != -1 && rawCommand.length() != i + 1) { | |
arg = rawCommand.substring(i + 1).trim(); |
import React from "react"; | |
import { Page, Toolbar } from "@mmrl/ui"; | |
import { useActivity } from "@mmrl/hooks"; | |
import { BugReport } from "@mui/icons-material"; | |
import { ListItem, ListItemIcon } from "@mui/material"; | |
const y = YAML.parse(`bind-addr: 127.0.0.1:8080 | |
auth: password | |
password: SuperStrongPassword | |
cert: false`) |
An cli to install module directly from the Magisk-Modules-Alt-Repo
Usage: getisk install mkshrc:master
install the module to be installed
help prints this help message