-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 1683917 🚀
- Loading branch information
0 parents
commit a8ea758
Showing
274 changed files
with
1,910 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!DOCTYPE html> | ||
<html class="h-100"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
|
||
<meta content='Plugin Data Reader - Read out all ExtendedSave Plugin Data in the png file. This is very suitable for checking the Sideloader mods used. 讀出存檔中的所有ExtendedSaveData。這很適合用於檢查使用到的Sideloader mods。 Koikatsu plugin data reader' name='description' /> | ||
<meta content='https://plugindatareader.maki0419.com/' property='og:url' /> | ||
<meta content='Plugin Data Reader' property='og:title' /> | ||
<meta content='Plugin Data Reader - Read out all ExtendedSave Plugin Data in the png file. This is very suitable for checking the Sideloader mods used. 讀出存檔中的所有ExtendedSaveData。這很適合用於檢查使用到的Sideloader mods。 Koikatsu plugin data reader' property='og:description' /> | ||
<meta content='https://plugindatareader.maki0419.com/preview.png' property='og:image' /> | ||
<meta content='Plugin Data Reader - 琳的備忘手札' property='og:site_name' /> | ||
<meta content='@jim60105' name='twitter:site' /> | ||
<meta content='@jim60105' name='twitter:creator' /> | ||
<link href='https://plugindatareader.maki0419.com/' rel='canonical' /> | ||
<meta content='website' property='og:type' /> | ||
<meta content='https://plugindatareader.maki0419.com/preview.png' property='og:image' /> | ||
<meta content='https://plugindatareader.maki0419.com/preview.png' name='twitter:image' /> | ||
<meta content='summary_large_image' name='twitter:card' /> | ||
<meta content='all' name='robots' /> | ||
|
||
<title>PluginDataReader</title> | ||
<base href="/" /> | ||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> | ||
<link href="css/app.css" rel="stylesheet" /> | ||
<link href="css/index.css" rel="stylesheet" /> | ||
<link href="PluginDataReader.styles.css" rel="stylesheet" /> | ||
<link href="manifest.json" rel="manifest" /> | ||
<link rel="apple-touch-icon" sizes="512x512" href="favicon.png" /> | ||
|
||
<!--https://github.com/mohsen1/json-formatter-js--> | ||
<script src="javascript/json-formatter.umd.js"></script> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5MCR10S3XH"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-5MCR10S3XH'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div class="w-100 h-100" style="overflow-y: scroll"> | ||
<div id="app" class="w-100 h-100">Loading...</div> | ||
</div> | ||
|
||
<div id="blazor-error-ui"> | ||
An unhandled error has occurred. | ||
<a href="" class="reload">Reload</a> | ||
<a class="dismiss">🗙</a> | ||
</div> | ||
<script src="_framework/blazor.webassembly.js"></script> | ||
<script src="javascript/index.js"></script> | ||
|
||
<script>navigator.serviceWorker.register('service-worker.js');</script> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
plugindatareader.maki0419.com |
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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/* /Shared/MainLayout.razor.rz.scp.css */ | ||
.page[b-w4ppl1knep] { | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.main[b-w4ppl1knep] { | ||
flex: 1; | ||
} | ||
|
||
.sidebar[b-w4ppl1knep] { | ||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); | ||
} | ||
|
||
.top-row[b-w4ppl1knep] { | ||
background-color: #f7f7f7; | ||
border-bottom: 1px solid #d6d5d5; | ||
justify-content: flex-end; | ||
height: 3.5rem; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.top-row[b-w4ppl1knep] a, .top-row .btn-link[b-w4ppl1knep] { | ||
white-space: nowrap; | ||
margin-left: 1.5rem; | ||
} | ||
|
||
.top-row a:first-child[b-w4ppl1knep] { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
@media (max-width: 640.98px) { | ||
.top-row:not(.auth)[b-w4ppl1knep] { | ||
display: none; | ||
} | ||
|
||
.top-row.auth[b-w4ppl1knep] { | ||
justify-content: space-between; | ||
} | ||
|
||
.top-row a[b-w4ppl1knep], .top-row .btn-link[b-w4ppl1knep] { | ||
margin-left: 0; | ||
} | ||
} | ||
|
||
@media (min-width: 641px) { | ||
.page[b-w4ppl1knep] { | ||
flex-direction: row; | ||
} | ||
|
||
.sidebar[b-w4ppl1knep] { | ||
width: 250px; | ||
height: 100vh; | ||
position: sticky; | ||
top: 0; | ||
} | ||
|
||
.top-row[b-w4ppl1knep] { | ||
position: sticky; | ||
top: 0; | ||
z-index: 1; | ||
} | ||
|
||
.main > div[b-w4ppl1knep] { | ||
padding-left: 2rem !important; | ||
padding-right: 1.5rem !important; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.89 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.br
Binary file not shown.
Binary file added
BIN
+5.58 KB
_framework/Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.75 KB
_framework/Microsoft.Extensions.Options.ConfigurationExtensions.dll.br
Binary file not shown.
Binary file added
BIN
+2.02 KB
_framework/Microsoft.Extensions.Options.ConfigurationExtensions.dll.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"cacheBootResources": true, | ||
"config": [ | ||
"appsettings.development.json", | ||
"appsettings.json" | ||
], | ||
"debugBuild": false, | ||
"entryAssembly": "PluginDataReader", | ||
"icuDataMode": 0, | ||
"linkerEnabled": true, | ||
"resources": { | ||
"assembly": { | ||
"MessagePack.Annotations.dll": "sha256-QnsaNOYBF6OzrukUPhecBFeooqmjUrWH7S1bGg14yxY=", | ||
"MessagePack.dll": "sha256-0rChe7x3ZtsReVxDt3T+s\/OrlaTBPnGm9HtZsUCYEY4=", | ||
"Microsoft.AspNetCore.Components.dll": "sha256-kmeSZl2iytiN51XdbZeajc9dj8HmehlC3flRXXZI8iE=", | ||
"Microsoft.AspNetCore.Components.Forms.dll": "sha256-I5LbnArpU9ugOYzXPMWkwsazRQs0Tu0PkIa+mgxNqAA=", | ||
"Microsoft.AspNetCore.Components.Web.dll": "sha256-sT762u8GXfbpHmO26+WIkpxvO8hh17tkxqZNfFMdPkM=", | ||
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-Bm0OTztDlwFdDW9lmyBlAeIu0ceW\/R\/0\/arzvJBHIjY=", | ||
"Microsoft.CSharp.dll": "sha256-2lNFLqiPs6vl2q9PyhlvWs30k1\/cjOL2zbqj4ob9\/8U=", | ||
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-AiQBN6TZNok\/2IZKlJqE0rOnvB1n\/nXqRYArIHUrHJQ=", | ||
"Microsoft.Extensions.Configuration.Binder.dll": "sha256-AdTYjqXJTTa3bWpbNa+VoreKU7eGjk0yH5JuBoxa+EA=", | ||
"Microsoft.Extensions.Configuration.dll": "sha256-axtaGroRzsWbIx6KYG7LxUlmUWlmXQ6+lgRE20BhfJs=", | ||
"Microsoft.Extensions.Configuration.Json.dll": "sha256-fF3xaP+hT6R3GYUctLIY1ixaXQ8mrHzwWHHf2dKfueU=", | ||
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-23Qx\/9kia+OZlsAjfO652nSJWJdVubqOK1MIhn+M3ts=", | ||
"Microsoft.Extensions.DependencyInjection.dll": "sha256-AkWBgcvzwSgydo9kpOwp7mt4XGz530KLnx2F7fXgOHs=", | ||
"Microsoft.Extensions.Localization.Abstractions.dll": "sha256-IsNsEj5mpI14z1hJ6TttJINJodUpxrlSZjq2BG1crj4=", | ||
"Microsoft.Extensions.Localization.dll": "sha256-zyRiRLOOb8I9JL\/\/\/hNhZqRp7eJ85X7e61CkvHfJFlg=", | ||
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-XN0PIbrfsGLY9XI3g5e7ZS3YzmsANeVMmsTpgTcWP5g=", | ||
"Microsoft.Extensions.Logging.Configuration.dll": "sha256-0vQv3wNYB8+ompg5QQLXAYxG47xluXD6V\/hRsrI0OM8=", | ||
"Microsoft.Extensions.Logging.dll": "sha256-GJ4HyNuq2UgW41TA46w\/qkTtKQiZEqXkkW2ZlcWusis=", | ||
"Microsoft.Extensions.Options.ConfigurationExtensions.dll": "sha256-eIrOwPgY3FVSjZZM5rzag4tWqc1Ni70hWi8fVEMPmSs=", | ||
"Microsoft.Extensions.Options.dll": "sha256-1tB1TdOK1QaMSk7+PPe5sikuuMC9hs8bkujWqFMdAx4=", | ||
"Microsoft.Extensions.Primitives.dll": "sha256-YColTWA58whC+8aBjv1O7HgsyYrbHTba601EkNDWAlo=", | ||
"Microsoft.JSInterop.dll": "sha256-us+IuUqM4iexufhzbNNcrGZ9si4RGJrWoWpVraqSb0k=", | ||
"Microsoft.JSInterop.WebAssembly.dll": "sha256-W0sKV9uRzP2Hz2EPMBsTRXpKo3DX2+YB4Ct5aUitlaE=", | ||
"netstandard.dll": "sha256-5NHB\/3ivoz\/Dn1CpgQ62RS6zlEM+2MkSo4vferx4tMo=", | ||
"Newtonsoft.Json.dll": "sha256-cs8pHUurDt0IqbB8YXPh560au3q3J\/1wRL9jBddRVmE=", | ||
"PluginDataReader.dll": "sha256-muKvnpAfcfaUdRB9oZvf9MbxALKrR+eX\/sq5vw8i6Kw=", | ||
"System.Collections.Concurrent.dll": "sha256-u8PoKjiSR\/u7DyV6G2wh40zYXPH9hum+owDCpV+DbrA=", | ||
"System.Collections.dll": "sha256-Mo55b4f0qZbNwjuxTaier1EXkc8Ws6YfYsShV25DcqY=", | ||
"System.Collections.Immutable.dll": "sha256-Kjfxet0axrWn2epsGuuswC3b9ndtonNGN2RJFfLnlqc=", | ||
"System.Collections.NonGeneric.dll": "sha256-dLoPEhlqf7ZashzOQNfoxUJr3N0mBqWdma1by8OEEzg=", | ||
"System.Collections.Specialized.dll": "sha256-ezAaM3hsO73QKVY2SqggSIRo0\/s9IL1h81MpU4vQzbw=", | ||
"System.ComponentModel.dll": "sha256-YO+EPPVG+Eo5hIqoI3dRKKuhTUMHZmWisar3AMF86d4=", | ||
"System.ComponentModel.Primitives.dll": "sha256-47eHDwqnuP5ZE530p8LyYWjJPXnJ3Iosrl9zUBVAJo8=", | ||
"System.ComponentModel.TypeConverter.dll": "sha256-Wm15gOYfQIq6ZADnhygN1drdr0G7VeNdB363vmVYvq8=", | ||
"System.Console.dll": "sha256-SJx8KWUQF\/1u2tLHX8om\/8DXuZmcRGxw8r6fhI+P6l0=", | ||
"System.Data.Common.dll": "sha256-W\/VsFpS8fh3ePvBQ6bJd\/3JybRCuS65Mgnl51GMGErY=", | ||
"System.Diagnostics.TraceSource.dll": "sha256-yZF+og6EpjC9TM6b+dhYI6H4L28Xt6fKqppmhm+tIss=", | ||
"System.dll": "sha256-md9NpMuJ7kr3FtjyrM1uArZdBxkenUss4sG7sQxv+fc=", | ||
"System.Drawing.dll": "sha256-6YUp4cX8bseTNoqIDj4rAEZ54J64oi52HPkYhJmsW7E=", | ||
"System.Drawing.Primitives.dll": "sha256-9ED0qeyofIH+8bYcqB2bAGMVAbnF3e8tDS2DLMshNBM=", | ||
"System.Linq.dll": "sha256-mbc6sUZ6TAttjCNhhi9tAt0tVzm\/\/rftUKrA\/StZ\/r4=", | ||
"System.Linq.Expressions.dll": "sha256-eS\/iWyolsWUskBeikrhc\/TDapz+JfB\/fUHVfegwCPlk=", | ||
"System.Memory.dll": "sha256-X27ngcwiBZSqXw97U4gzrigWU1SagnKbFpze4gyATus=", | ||
"System.Net.Http.dll": "sha256-3mX6Vb1prvYQD8JagEjxHHpXt9lgnCAOjjIj5PqKu7M=", | ||
"System.Net.Primitives.dll": "sha256-5QQA5vECLNOn5tu+3bLXEYQbNacDTuTSFtGbRJDtK6o=", | ||
"System.ObjectModel.dll": "sha256-YHVozgQUp\/MeB59rNAxBrVz0TO5G4p1CjfMXWTORiuE=", | ||
"System.Private.CoreLib.dll": "sha256-WUusoIf4Da0thWC+RWCp0LcjrYdfCR3t33AmWp9XxYk=", | ||
"System.Private.Runtime.InteropServices.JavaScript.dll": "sha256-91maCyGwOdsIDjS82e8Jvn0FS\/Y5vS\/6rf5v79ukUI0=", | ||
"System.Private.Uri.dll": "sha256-XMHXGdCmrG+02Td2PJkCnJ3+c7VA6GRZ8C7DN8IrTns=", | ||
"System.Private.Xml.dll": "sha256-pnSqqirAiJZ6Sd\/x1Tz5W7DPN1jjg4xvwCZ6dH3nLro=", | ||
"System.Private.Xml.Linq.dll": "sha256-gkXxCviXrNofBOLWSU\/BLeTbs\/QciDyzOqnYwKjlrnw=", | ||
"System.Reflection.Emit.dll": "sha256-DsoNbXeZ5xbRJ5KsLl20LJ1fIvxzpMcdc\/4nVvejNwA=", | ||
"System.Reflection.Emit.ILGeneration.dll": "sha256-v3QC74Gf1nFFtd1x7X565jADLrbWe3HBIvjYyOwpK3c=", | ||
"System.Reflection.Emit.Lightweight.dll": "sha256-\/yZudKJhTLu4rdtHG1zTXurltwvr4eFmwYINdtl9Zb8=", | ||
"System.Reflection.Primitives.dll": "sha256-p8pi\/l6jbGEFHtYMaB9spnCtRe7G8CYDxRyPvtEBnlE=", | ||
"System.Runtime.CompilerServices.Unsafe.dll": "sha256-JEZ\/ktMJ\/NmDj5mO1Oec0Xp8B2WBNTTdtfEPVz\/rxtI=", | ||
"System.Runtime.dll": "sha256-6mGsPRkVJMgGB+uaA4KzTjKgnmxUo6cfKkkcYJ3QgrM=", | ||
"System.Runtime.InteropServices.dll": "sha256-PXUexfSw2PZYRJ7od1b7jlwhL1uBOs2LRefHKyZfxuU=", | ||
"System.Runtime.Numerics.dll": "sha256-tQJ8nMQIFLCdzOeHhafL+78X1GDXAApxdH+WIcYIRfc=", | ||
"System.Runtime.Serialization.Formatters.dll": "sha256-e8\/zqx0iaSndRTZ1QmLBndTWP6TAOJJXElwKmAxYXiU=", | ||
"System.Runtime.Serialization.Primitives.dll": "sha256-7SVmqI50paip0+Yr1tmUjNBb9YfqhqgtUl0fRzEsNKg=", | ||
"System.Security.Cryptography.Algorithms.dll": "sha256-EgNPrh\/d5r9Nfs4Mn6gG5Zd5lf5S0kESdbrSmDAAKdw=", | ||
"System.Security.Cryptography.Primitives.dll": "sha256-I+IMqBZ6eQeIwfbNAa7dM3hDTgZr12fqgAX\/4wfPaGE=", | ||
"System.Text.Encoding.Extensions.dll": "sha256-3yU2xO5ARun4JvGD1M532RdPdHsgkGCWtuUQfPBcflo=", | ||
"System.Text.Encodings.Web.dll": "sha256-Yw30HTsY4OrI9uf6XE\/7WDXUdgXUdeTFhNlR5G+ZXjo=", | ||
"System.Text.Json.dll": "sha256-mQCFIZsj5AKW3U0rJyffNm7j+hrJr4JoQAPJwEyjgoI=", | ||
"System.Text.RegularExpressions.dll": "sha256-5WJb24x6nfOKgxWIhSBBVLacbxOquOyLSF6KTN4z0cU=", | ||
"System.Threading.dll": "sha256-jznfrRYf\/\/\/DHhaTtTMZbvK+TgnNU3XdqBuFvTTmDCE=", | ||
"System.Xml.ReaderWriter.dll": "sha256-T7roHEiV6ebcsThPmwTIFP3XTjR4KmFtMZsZi33\/TXw=" | ||
}, | ||
"extensions": null, | ||
"lazyAssembly": null, | ||
"libraryInitializers": null, | ||
"pdb": null, | ||
"runtime": { | ||
"dotnet.6.0.26.twiaderwup.js": "sha256-gBl82c4Qeonf72Mffj9S00V8sVROgjrCm1rtKpVHn3E=", | ||
"dotnet.timezones.blat": "sha256-klrDSl9zL0jGM+Fc+fiCLbJ5Z7U2C9fTDn0+NmIH9VY=", | ||
"dotnet.wasm": "sha256-xasmvlor2mnmzFSUpkOfhnpRbTrLb0rMC2nwSlNTiSU=", | ||
"icudt_CJK.dat": "sha256-WPyI4hWDPnOw62Nr27FkzGjdbucZnQD+Ph+GOPhAedw=", | ||
"icudt_EFIGS.dat": "sha256-4RwaPx87Z4dvn77ie\/ro3\/QzyS+\/gGmO3Y\/0CSAXw4k=", | ||
"icudt_no_CJK.dat": "sha256-OxylFgLJlFqixsj+nLxYVsv5iZLvfIKMpLf9hrWaChA=", | ||
"icudt.dat": "sha256-Zuq0dWAsBm6\/2lSOsz7+H9PvFaRn61KIXHMMwXDfvyE=" | ||
}, | ||
"satelliteResources": { | ||
"zh": { | ||
"zh\/PluginDataReader.resources.dll": "sha256-jbNlPtptFBB9GGUpng9M7c3e5XdeRNW4+plr82hAVh0=" | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Logging": { | ||
"LogLevel": { | ||
"Default": "Debug" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Logging": { | ||
"LogLevel": { | ||
"Default": "Information" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); | ||
|
||
html, body { | ||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
} | ||
|
||
a, .btn-link { | ||
color: #0366d6; | ||
} | ||
|
||
.btn-primary { | ||
color: #fff; | ||
background-color: #1b6ec2; | ||
border-color: #1861ac; | ||
} | ||
|
||
.content { | ||
padding-top: 1.1rem; | ||
} | ||
|
||
.valid.modified:not([type=checkbox]) { | ||
outline: 1px solid #26b050; | ||
} | ||
|
||
.invalid { | ||
outline: 1px solid red; | ||
} | ||
|
||
.validation-message { | ||
color: red; | ||
} | ||
|
||
#blazor-error-ui { | ||
background: lightyellow; | ||
bottom: 0; | ||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); | ||
display: none; | ||
left: 0; | ||
padding: 0.6rem 1.25rem 0.7rem; | ||
position: fixed; | ||
width: 100%; | ||
z-index: 1000; | ||
} | ||
|
||
#blazor-error-ui .dismiss { | ||
cursor: pointer; | ||
position: absolute; | ||
right: 0.75rem; | ||
top: 0.5rem; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.