Skip to content

Commit

Permalink
deploy editor
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 1, 2023
1 parent da54a41 commit 57c0503
Show file tree
Hide file tree
Showing 48 changed files with 889 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/public/editor/assets/index-79fd0d1b.css

Large diffs are not rendered by default.

531 changes: 531 additions & 0 deletions docs/public/editor/assets/index-ac967d9a.js

Large diffs are not rendered by default.

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 docs/public/editor/bin/Bootsharp.Common.wasm
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/Humanizer.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/Naninovel.Common.wasm
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/Naninovel.Editor.wasm
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/System.Collections.wasm
Binary file not shown.
Binary file added docs/public/editor/bin/System.ComponentModel.wasm
Binary file not shown.
Binary file added docs/public/editor/bin/System.Linq.wasm
Binary file not shown.
Binary file added docs/public/editor/bin/System.Memory.wasm
Binary file not shown.
Binary file added docs/public/editor/bin/System.Net.Http.wasm
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/System.Net.WebSockets.wasm
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/System.Private.Uri.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/public/editor/bin/System.Text.Json.wasm
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/public/editor/bin/dotnet.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/public/editor/bin/dotnet.native.js

Large diffs are not rendered by default.

Binary file added docs/public/editor/bin/dotnet.native.wasm
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/public/editor/bin/dotnet.runtime.js

Large diffs are not rendered by default.

Binary file added docs/public/editor/icons/logo-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/editor/icons/logo-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/editor/icons/logo-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
210 changes: 210 additions & 0 deletions docs/public/editor/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions docs/public/editor/index.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/public/editor/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Naninovel Editor",
"short_name": "Naninovel",
"description": "Authoring tools for Naninovel visual novel engine projects",
"icons": [
{ "src": "icons/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
{ "src": "icons/logo-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icons/logo-512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "icons/logo-mask.png", "sizes": "196x196", "type": "image/png", "purpose": "any maskable" }
],
"id": "editor",
"start_url": ".",
"display": "fullscreen",
"display_override": ["window-controls-overlay"],
"orientation": "any",
"theme_color": "#191919",
"background_color": "#383838"
}

0 comments on commit 57c0503

Please sign in to comment.