docs: wording
This commit is contained in:
parent
bae42bc5bc
commit
23faabea44
|
@ -1,22 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!--
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
-->
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/highlight/prism.css">
|
||||
<style>
|
||||
*{
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/highlight/prism.css">
|
||||
<style>
|
||||
* {
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
-moz-user-focus: none;
|
||||
}
|
||||
</style>
|
||||
<!--
|
||||
</style>
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
@ -25,17 +26,18 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>Omi - Front End Cross-Frameworks Framework</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
|
||||
<script src="%PUBLIC_URL%/highlight/prism.js"></script>
|
||||
<script src="%PUBLIC_URL%/js/remarkable.min.js"></script>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
<title>OMI - Front End Cross-Frameworks Framework</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
|
||||
<script src="%PUBLIC_URL%/highlight/prism.js"></script>
|
||||
<script src="%PUBLIC_URL%/js/remarkable.min.js"></script>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
|
||||
|
@ -45,5 +47,6 @@
|
|||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -2,7 +2,7 @@ const config = {
|
|||
menus: {
|
||||
'zh-cn': [
|
||||
{
|
||||
title: 'Omi',
|
||||
title: 'OMI',
|
||||
list: [
|
||||
{ name: '简介', md: 'introduction' },
|
||||
{ name: '安装', md: 'installation' }
|
||||
|
@ -38,7 +38,7 @@ const config = {
|
|||
],
|
||||
en: [
|
||||
{
|
||||
title: 'Omi',
|
||||
title: 'OMI',
|
||||
list: [
|
||||
{ name: 'Introduction', md: 'introduction' },
|
||||
{ name: 'Installation', md: 'installation' }
|
||||
|
|
Loading…
Reference in New Issue