-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add screenshot Update comments
- Loading branch information
Showing
6 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
androidsyntaxhighlighter/src/main/assets/syntax-highlighter/asset-manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"/umi.css": "./umi.fbbadf17.css", | ||
"/umi.js": "./umi.252937ab.js", | ||
"/umi.js": "./umi.f4698402.js", | ||
"/index.html": "./index.html" | ||
} |
2 changes: 1 addition & 1 deletion
2
androidsyntaxhighlighter/src/main/assets/syntax-highlighter/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><link rel="stylesheet" href="./umi.fbbadf17.css"><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=0.2,minimum-scale=0.2,maximum-scale=5,user-scalable=1"><title>Android Syntax Highlighter</title><link rel="icon" href="/favicon.png" type="image/x-icon"><script>window.routerBase = "/";</script></head><body><noscript>Sorry, we need js to run correctly!</noscript><div id="root"></div><script src="./umi.252937ab.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><link rel="stylesheet" href="./umi.fbbadf17.css"><meta charset="UTF-8"><meta content="IE=edge" http-equiv="X-UA-Compatible"><meta name="viewport" content="width=device-width,initial-scale=0.2,minimum-scale=0.2,maximum-scale=5,user-scalable=1"><meta name="description" content="This is an Android Syntax Highlighter based on react-syntax-highlighter and UmiJS created by ShinChven."><meta name="author" content="[email protected]"><meta name="repository" content="https://github.com/ShinChven/AndroidSyntaxHighlighter"><title>Android Syntax Highlighter</title><script>window.routerBase = "/";</script></head><body><noscript>Sorry, we need js to run correctly!</noscript><!--suppress CheckTagEmptyBody --><div id="root"></div><script src="./umi.f4698402.js"></script></body></html> |
2 changes: 1 addition & 1 deletion
2
...assets/syntax-highlighter/umi.252937ab.js → ...assets/syntax-highlighter/umi.f4698402.js
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=0.2, minimum-scale=0.2, maximum-scale=5.0, user-scalable=1.0" | ||
/> | ||
<meta charset="UTF-8" /> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<meta name="viewport" | ||
content="width=device-width, initial-scale=0.2, minimum-scale=0.2, maximum-scale=5.0, user-scalable=1.0" /> | ||
<meta name="description" | ||
content="This is an Android Syntax Highlighter based on react-syntax-highlighter and UmiJS created by ShinChven." /> | ||
<meta name="author" content="[email protected]" /> | ||
<meta name="repository" content="https://github.com/ShinChven/AndroidSyntaxHighlighter" /> | ||
<title>Android Syntax Highlighter</title> | ||
<link rel="icon" href="/favicon.png" type="image/x-icon"/> | ||
</head> | ||
<body> | ||
<noscript>Sorry, we need js to run correctly!</noscript> | ||
<div id="root"> | ||
</div> | ||
<!--suppress CheckTagEmptyBody --> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters