diff --git a/.gitignore b/.gitignore
index 5c58cf0ee..51084d8f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -217,6 +217,7 @@ ecf/
rcf/
# Windows Store app package directories and files
+Assets/
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
diff --git a/src/Starward/Assets/CSS/github-markdown-dark.css b/src/Starward/Assets/CSS/github-markdown-dark.css
deleted file mode 100644
index 68de77ca7..000000000
--- a/src/Starward/Assets/CSS/github-markdown-dark.css
+++ /dev/null
@@ -1,1042 +0,0 @@
-.markdown-body {
- color-scheme: dark;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- margin: 0;
- color: #c9d1d9;
- background-color: #0d1117;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
- font-size: 16px;
- line-height: 1.5;
- word-wrap: break-word;
-}
-
-.markdown-body .octicon {
- display: inline-block;
- fill: currentColor;
- vertical-align: text-bottom;
-}
-
-.markdown-body h1:hover .anchor .octicon-link:before,
-.markdown-body h2:hover .anchor .octicon-link:before,
-.markdown-body h3:hover .anchor .octicon-link:before,
-.markdown-body h4:hover .anchor .octicon-link:before,
-.markdown-body h5:hover .anchor .octicon-link:before,
-.markdown-body h6:hover .anchor .octicon-link:before {
- width: 16px;
- height: 16px;
- content: ' ';
- display: inline-block;
- background-color: currentColor;
- -webkit-mask-image: url("data:image/svg+xml,");
- mask-image: url("data:image/svg+xml,");
-}
-
-.markdown-body details,
-.markdown-body figcaption,
-.markdown-body figure {
- display: block;
-}
-
-.markdown-body summary {
- display: list-item;
-}
-
-.markdown-body [hidden] {
- display: none !important;
-}
-
-.markdown-body a {
- background-color: transparent;
- color: #58a6ff;
- text-decoration: none;
-}
-
-.markdown-body abbr[title] {
- border-bottom: none;
- text-decoration: underline dotted;
-}
-
-.markdown-body b,
-.markdown-body strong {
- font-weight: 600;
-}
-
-.markdown-body dfn {
- font-style: italic;
-}
-
-.markdown-body h1 {
- margin: .67em 0;
- font-weight: 600;
- padding-bottom: .3em;
- font-size: 2em;
- border-bottom: 1px solid #21262d;
-}
-
-.markdown-body mark {
- background-color: rgba(187, 128, 9, 0.15);
- color: #c9d1d9;
-}
-
-.markdown-body small {
- font-size: 90%;
-}
-
-.markdown-body sub,
-.markdown-body sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-.markdown-body sub {
- bottom: -0.25em;
-}
-
-.markdown-body sup {
- top: -0.5em;
-}
-
-.markdown-body img {
- border-style: none;
- max-width: 100%;
- box-sizing: content-box;
- background-color: #0d1117;
-}
-
-.markdown-body code,
-.markdown-body kbd,
-.markdown-body pre,
-.markdown-body samp {
- font-family: monospace;
- font-size: 1em;
-}
-
-.markdown-body figure {
- margin: 1em 40px;
-}
-
-.markdown-body hr {
- box-sizing: content-box;
- overflow: hidden;
- background: transparent;
- border-bottom: 1px solid #21262d;
- height: .25em;
- padding: 0;
- margin: 24px 0;
- background-color: #30363d;
- border: 0;
-}
-
-.markdown-body input {
- font: inherit;
- margin: 0;
- overflow: visible;
- font-family: inherit;
- font-size: inherit;
- line-height: inherit;
-}
-
-.markdown-body [type=button],
-.markdown-body [type=reset],
-.markdown-body [type=submit] {
- -webkit-appearance: button;
-}
-
-.markdown-body [type=checkbox],
-.markdown-body [type=radio] {
- box-sizing: border-box;
- padding: 0;
-}
-
-.markdown-body [type=number]::-webkit-inner-spin-button,
-.markdown-body [type=number]::-webkit-outer-spin-button {
- height: auto;
-}
-
-.markdown-body [type=search]::-webkit-search-cancel-button,
-.markdown-body [type=search]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-.markdown-body ::-webkit-input-placeholder {
- color: inherit;
- opacity: .54;
-}
-
-.markdown-body ::-webkit-file-upload-button {
- -webkit-appearance: button;
- font: inherit;
-}
-
-.markdown-body a:hover {
- text-decoration: underline;
-}
-
-.markdown-body ::placeholder {
- color: #6e7681;
- opacity: 1;
-}
-
-.markdown-body hr::before {
- display: table;
- content: "";
-}
-
-.markdown-body hr::after {
- display: table;
- clear: both;
- content: "";
-}
-
-.markdown-body table {
- border-spacing: 0;
- border-collapse: collapse;
- display: block;
- width: max-content;
- max-width: 100%;
- overflow: auto;
-}
-
-.markdown-body td,
-.markdown-body th {
- padding: 0;
-}
-
-.markdown-body details summary {
- cursor: pointer;
-}
-
-.markdown-body details:not([open])>*:not(summary) {
- display: none !important;
-}
-
-.markdown-body a:focus,
-.markdown-body [role=button]:focus,
-.markdown-body input[type=radio]:focus,
-.markdown-body input[type=checkbox]:focus {
- outline: 2px solid #58a6ff;
- outline-offset: -2px;
- box-shadow: none;
-}
-
-.markdown-body a:focus:not(:focus-visible),
-.markdown-body [role=button]:focus:not(:focus-visible),
-.markdown-body input[type=radio]:focus:not(:focus-visible),
-.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
- outline: solid 1px transparent;
-}
-
-.markdown-body a:focus-visible,
-.markdown-body [role=button]:focus-visible,
-.markdown-body input[type=radio]:focus-visible,
-.markdown-body input[type=checkbox]:focus-visible {
- outline: 2px solid #58a6ff;
- outline-offset: -2px;
- box-shadow: none;
-}
-
-.markdown-body a:not([class]):focus,
-.markdown-body a:not([class]):focus-visible,
-.markdown-body input[type=radio]:focus,
-.markdown-body input[type=radio]:focus-visible,
-.markdown-body input[type=checkbox]:focus,
-.markdown-body input[type=checkbox]:focus-visible {
- outline-offset: 0;
-}
-
-.markdown-body kbd {
- display: inline-block;
- padding: 3px 5px;
- font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
- line-height: 10px;
- color: #c9d1d9;
- vertical-align: middle;
- background-color: #161b22;
- border: solid 1px rgba(110, 118, 129, 0.4);
- border-bottom-color: rgba(110, 118, 129, 0.4);
- border-radius: 6px;
- box-shadow: inset 0 -1px 0 rgba(110, 118, 129, 0.4);
-}
-
-.markdown-body h1,
-.markdown-body h2,
-.markdown-body h3,
-.markdown-body h4,
-.markdown-body h5,
-.markdown-body h6 {
- margin-top: 24px;
- margin-bottom: 16px;
- font-weight: 600;
- line-height: 1.25;
-}
-
-.markdown-body h2 {
- font-weight: 600;
- padding-bottom: .3em;
- font-size: 1.5em;
- border-bottom: 1px solid #21262d;
-}
-
-.markdown-body h3 {
- font-weight: 600;
- font-size: 1.25em;
-}
-
-.markdown-body h4 {
- font-weight: 600;
- font-size: 1em;
-}
-
-.markdown-body h5 {
- font-weight: 600;
- font-size: .875em;
-}
-
-.markdown-body h6 {
- font-weight: 600;
- font-size: .85em;
- color: #8b949e;
-}
-
-.markdown-body p {
- margin-top: 0;
- margin-bottom: 10px;
-}
-
-.markdown-body blockquote {
- margin: 0;
- padding: 0 1em;
- color: #8b949e;
- border-left: .25em solid #30363d;
-}
-
-.markdown-body ul,
-.markdown-body ol {
- margin-top: 0;
- margin-bottom: 0;
- padding-left: 2em;
-}
-
-.markdown-body ol ol,
-.markdown-body ul ol {
- list-style-type: lower-roman;
-}
-
-.markdown-body ul ul ol,
-.markdown-body ul ol ol,
-.markdown-body ol ul ol,
-.markdown-body ol ol ol {
- list-style-type: lower-alpha;
-}
-
-.markdown-body dd {
- margin-left: 0;
-}
-
-.markdown-body tt,
-.markdown-body code,
-.markdown-body samp {
- font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
- font-size: 12px;
-}
-
-.markdown-body pre {
- margin-top: 0;
- margin-bottom: 0;
- font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
- font-size: 12px;
- word-wrap: normal;
-}
-
-.markdown-body .octicon {
- display: inline-block;
- overflow: visible !important;
- vertical-align: text-bottom;
- fill: currentColor;
-}
-
-.markdown-body input::-webkit-outer-spin-button,
-.markdown-body input::-webkit-inner-spin-button {
- margin: 0;
- -webkit-appearance: none;
- appearance: none;
-}
-
-.markdown-body::before {
- display: table;
- content: "";
-}
-
-.markdown-body::after {
- display: table;
- clear: both;
- content: "";
-}
-
-.markdown-body>*:first-child {
- margin-top: 0 !important;
-}
-
-.markdown-body>*:last-child {
- margin-bottom: 0 !important;
-}
-
-.markdown-body a:not([href]) {
- color: inherit;
- text-decoration: none;
-}
-
-.markdown-body .absent {
- color: #f85149;
-}
-
-.markdown-body .anchor {
- float: left;
- padding-right: 4px;
- margin-left: -20px;
- line-height: 1;
-}
-
-.markdown-body .anchor:focus {
- outline: none;
-}
-
-.markdown-body p,
-.markdown-body blockquote,
-.markdown-body ul,
-.markdown-body ol,
-.markdown-body dl,
-.markdown-body table,
-.markdown-body pre,
-.markdown-body details {
- margin-top: 0;
- margin-bottom: 16px;
-}
-
-.markdown-body blockquote>:first-child {
- margin-top: 0;
-}
-
-.markdown-body blockquote>:last-child {
- margin-bottom: 0;
-}
-
-.markdown-body h1 .octicon-link,
-.markdown-body h2 .octicon-link,
-.markdown-body h3 .octicon-link,
-.markdown-body h4 .octicon-link,
-.markdown-body h5 .octicon-link,
-.markdown-body h6 .octicon-link {
- color: #c9d1d9;
- vertical-align: middle;
- visibility: hidden;
-}
-
-.markdown-body h1:hover .anchor,
-.markdown-body h2:hover .anchor,
-.markdown-body h3:hover .anchor,
-.markdown-body h4:hover .anchor,
-.markdown-body h5:hover .anchor,
-.markdown-body h6:hover .anchor {
- text-decoration: none;
-}
-
-.markdown-body h1:hover .anchor .octicon-link,
-.markdown-body h2:hover .anchor .octicon-link,
-.markdown-body h3:hover .anchor .octicon-link,
-.markdown-body h4:hover .anchor .octicon-link,
-.markdown-body h5:hover .anchor .octicon-link,
-.markdown-body h6:hover .anchor .octicon-link {
- visibility: visible;
-}
-
-.markdown-body h1 tt,
-.markdown-body h1 code,
-.markdown-body h2 tt,
-.markdown-body h2 code,
-.markdown-body h3 tt,
-.markdown-body h3 code,
-.markdown-body h4 tt,
-.markdown-body h4 code,
-.markdown-body h5 tt,
-.markdown-body h5 code,
-.markdown-body h6 tt,
-.markdown-body h6 code {
- padding: 0 .2em;
- font-size: inherit;
-}
-
-.markdown-body summary h1,
-.markdown-body summary h2,
-.markdown-body summary h3,
-.markdown-body summary h4,
-.markdown-body summary h5,
-.markdown-body summary h6 {
- display: inline-block;
-}
-
-.markdown-body summary h1 .anchor,
-.markdown-body summary h2 .anchor,
-.markdown-body summary h3 .anchor,
-.markdown-body summary h4 .anchor,
-.markdown-body summary h5 .anchor,
-.markdown-body summary h6 .anchor {
- margin-left: -40px;
-}
-
-.markdown-body summary h1,
-.markdown-body summary h2 {
- padding-bottom: 0;
- border-bottom: 0;
-}
-
-.markdown-body ul.no-list,
-.markdown-body ol.no-list {
- padding: 0;
- list-style-type: none;
-}
-
-.markdown-body ol[type=a] {
- list-style-type: lower-alpha;
-}
-
-.markdown-body ol[type=A] {
- list-style-type: upper-alpha;
-}
-
-.markdown-body ol[type=i] {
- list-style-type: lower-roman;
-}
-
-.markdown-body ol[type=I] {
- list-style-type: upper-roman;
-}
-
-.markdown-body ol[type="1"] {
- list-style-type: decimal;
-}
-
-.markdown-body div>ol:not([type]) {
- list-style-type: decimal;
-}
-
-.markdown-body ul ul,
-.markdown-body ul ol,
-.markdown-body ol ol,
-.markdown-body ol ul {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-.markdown-body li>p {
- margin-top: 16px;
-}
-
-.markdown-body li+li {
- margin-top: .25em;
-}
-
-.markdown-body dl {
- padding: 0;
-}
-
-.markdown-body dl dt {
- padding: 0;
- margin-top: 16px;
- font-size: 1em;
- font-style: italic;
- font-weight: 600;
-}
-
-.markdown-body dl dd {
- padding: 0 16px;
- margin-bottom: 16px;
-}
-
-.markdown-body table th {
- font-weight: 600;
-}
-
-.markdown-body table th,
-.markdown-body table td {
- padding: 6px 13px;
- border: 1px solid #30363d;
-}
-
-.markdown-body table tr {
- background-color: #0d1117;
- border-top: 1px solid #21262d;
-}
-
-.markdown-body table tr:nth-child(2n) {
- background-color: #161b22;
-}
-
-.markdown-body table img {
- background-color: transparent;
-}
-
-.markdown-body img[align=right] {
- padding-left: 20px;
-}
-
-.markdown-body img[align=left] {
- padding-right: 20px;
-}
-
-.markdown-body .emoji {
- max-width: none;
- vertical-align: text-top;
- background-color: transparent;
-}
-
-.markdown-body span.frame {
- display: block;
- overflow: hidden;
-}
-
-.markdown-body span.frame>span {
- display: block;
- float: left;
- width: auto;
- padding: 7px;
- margin: 13px 0 0;
- overflow: hidden;
- border: 1px solid #30363d;
-}
-
-.markdown-body span.frame span img {
- display: block;
- float: left;
-}
-
-.markdown-body span.frame span span {
- display: block;
- padding: 5px 0 0;
- clear: both;
- color: #c9d1d9;
-}
-
-.markdown-body span.align-center {
- display: block;
- overflow: hidden;
- clear: both;
-}
-
-.markdown-body span.align-center>span {
- display: block;
- margin: 13px auto 0;
- overflow: hidden;
- text-align: center;
-}
-
-.markdown-body span.align-center span img {
- margin: 0 auto;
- text-align: center;
-}
-
-.markdown-body span.align-right {
- display: block;
- overflow: hidden;
- clear: both;
-}
-
-.markdown-body span.align-right>span {
- display: block;
- margin: 13px 0 0;
- overflow: hidden;
- text-align: right;
-}
-
-.markdown-body span.align-right span img {
- margin: 0;
- text-align: right;
-}
-
-.markdown-body span.float-left {
- display: block;
- float: left;
- margin-right: 13px;
- overflow: hidden;
-}
-
-.markdown-body span.float-left span {
- margin: 13px 0 0;
-}
-
-.markdown-body span.float-right {
- display: block;
- float: right;
- margin-left: 13px;
- overflow: hidden;
-}
-
-.markdown-body span.float-right>span {
- display: block;
- margin: 13px auto 0;
- overflow: hidden;
- text-align: right;
-}
-
-.markdown-body code,
-.markdown-body tt {
- padding: .2em .4em;
- margin: 0;
- font-size: 85%;
- white-space: break-spaces;
- background-color: rgba(110, 118, 129, 0.4);
- border-radius: 6px;
-}
-
-.markdown-body code br,
-.markdown-body tt br {
- display: none;
-}
-
-.markdown-body del code {
- text-decoration: inherit;
-}
-
-.markdown-body samp {
- font-size: 85%;
-}
-
-.markdown-body pre code {
- font-size: 100%;
-}
-
-.markdown-body pre>code {
- padding: 0;
- margin: 0;
- word-break: normal;
- white-space: pre;
- background: transparent;
- border: 0;
-}
-
-.markdown-body .highlight {
- margin-bottom: 16px;
-}
-
-.markdown-body .highlight pre {
- margin-bottom: 0;
- word-break: normal;
-}
-
-.markdown-body .highlight pre,
-.markdown-body pre {
- padding: 16px;
- overflow: auto;
- font-size: 85%;
- line-height: 1.45;
- background-color: #161b22;
- border-radius: 6px;
-}
-
-.markdown-body pre code,
-.markdown-body pre tt {
- display: inline;
- max-width: auto;
- padding: 0;
- margin: 0;
- overflow: visible;
- line-height: inherit;
- word-wrap: normal;
- background-color: transparent;
- border: 0;
-}
-
-.markdown-body .csv-data td,
-.markdown-body .csv-data th {
- padding: 5px;
- overflow: hidden;
- font-size: 12px;
- line-height: 1;
- text-align: left;
- white-space: nowrap;
-}
-
-.markdown-body .csv-data .blob-num {
- padding: 10px 8px 9px;
- text-align: right;
- background: #0d1117;
- border: 0;
-}
-
-.markdown-body .csv-data tr {
- border-top: 0;
-}
-
-.markdown-body .csv-data th {
- font-weight: 600;
- background: #161b22;
- border-top: 0;
-}
-
-.markdown-body [data-footnote-ref]::before {
- content: "[";
-}
-
-.markdown-body [data-footnote-ref]::after {
- content: "]";
-}
-
-.markdown-body .footnotes {
- font-size: 12px;
- color: #8b949e;
- border-top: 1px solid #30363d;
-}
-
-.markdown-body .footnotes ol {
- padding-left: 16px;
-}
-
-.markdown-body .footnotes ol ul {
- display: inline-block;
- padding-left: 16px;
- margin-top: 16px;
-}
-
-.markdown-body .footnotes li {
- position: relative;
-}
-
-.markdown-body .footnotes li:target::before {
- position: absolute;
- top: -8px;
- right: -8px;
- bottom: -8px;
- left: -24px;
- pointer-events: none;
- content: "";
- border: 2px solid #1f6feb;
- border-radius: 6px;
-}
-
-.markdown-body .footnotes li:target {
- color: #c9d1d9;
-}
-
-.markdown-body .footnotes .data-footnote-backref g-emoji {
- font-family: monospace;
-}
-
-.markdown-body .pl-c {
- color: #8b949e;
-}
-
-.markdown-body .pl-c1,
-.markdown-body .pl-s .pl-v {
- color: #79c0ff;
-}
-
-.markdown-body .pl-e,
-.markdown-body .pl-en {
- color: #d2a8ff;
-}
-
-.markdown-body .pl-smi,
-.markdown-body .pl-s .pl-s1 {
- color: #c9d1d9;
-}
-
-.markdown-body .pl-ent {
- color: #7ee787;
-}
-
-.markdown-body .pl-k {
- color: #ff7b72;
-}
-
-.markdown-body .pl-s,
-.markdown-body .pl-pds,
-.markdown-body .pl-s .pl-pse .pl-s1,
-.markdown-body .pl-sr,
-.markdown-body .pl-sr .pl-cce,
-.markdown-body .pl-sr .pl-sre,
-.markdown-body .pl-sr .pl-sra {
- color: #a5d6ff;
-}
-
-.markdown-body .pl-v,
-.markdown-body .pl-smw {
- color: #ffa657;
-}
-
-.markdown-body .pl-bu {
- color: #f85149;
-}
-
-.markdown-body .pl-ii {
- color: #f0f6fc;
- background-color: #8e1519;
-}
-
-.markdown-body .pl-c2 {
- color: #f0f6fc;
- background-color: #b62324;
-}
-
-.markdown-body .pl-sr .pl-cce {
- font-weight: bold;
- color: #7ee787;
-}
-
-.markdown-body .pl-ml {
- color: #f2cc60;
-}
-
-.markdown-body .pl-mh,
-.markdown-body .pl-mh .pl-en,
-.markdown-body .pl-ms {
- font-weight: bold;
- color: #1f6feb;
-}
-
-.markdown-body .pl-mi {
- font-style: italic;
- color: #c9d1d9;
-}
-
-.markdown-body .pl-mb {
- font-weight: bold;
- color: #c9d1d9;
-}
-
-.markdown-body .pl-md {
- color: #ffdcd7;
- background-color: #67060c;
-}
-
-.markdown-body .pl-mi1 {
- color: #aff5b4;
- background-color: #033a16;
-}
-
-.markdown-body .pl-mc {
- color: #ffdfb6;
- background-color: #5a1e02;
-}
-
-.markdown-body .pl-mi2 {
- color: #c9d1d9;
- background-color: #1158c7;
-}
-
-.markdown-body .pl-mdr {
- font-weight: bold;
- color: #d2a8ff;
-}
-
-.markdown-body .pl-ba {
- color: #8b949e;
-}
-
-.markdown-body .pl-sg {
- color: #484f58;
-}
-
-.markdown-body .pl-corl {
- text-decoration: underline;
- color: #a5d6ff;
-}
-
-.markdown-body g-emoji {
- display: inline-block;
- min-width: 1ch;
- font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- font-size: 1em;
- font-style: normal !important;
- font-weight: 400;
- line-height: 1;
- vertical-align: -0.075em;
-}
-
-.markdown-body g-emoji img {
- width: 1em;
- height: 1em;
-}
-
-.markdown-body .task-list-item {
- list-style-type: none;
-}
-
-.markdown-body .task-list-item label {
- font-weight: 400;
-}
-
-.markdown-body .task-list-item.enabled label {
- cursor: pointer;
-}
-
-.markdown-body .task-list-item+.task-list-item {
- margin-top: 4px;
-}
-
-.markdown-body .task-list-item .handle {
- display: none;
-}
-
-.markdown-body .task-list-item-checkbox {
- margin: 0 .2em .25em -1.4em;
- vertical-align: middle;
-}
-
-.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
- margin: 0 -1.6em .25em .2em;
-}
-
-.markdown-body .contains-task-list {
- position: relative;
-}
-
-.markdown-body .contains-task-list:hover .task-list-item-convert-container,
-.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
- display: block;
- width: auto;
- height: 24px;
- overflow: visible;
- clip: auto;
-}
-
-.markdown-body ::-webkit-calendar-picker-indicator {
- filter: invert(50%);
-}
-
-.markdown-body .border {
- border: 1px solid #444444;
-}
-
-.markdown-body .rounded-2 {
- border-radius: 6px;
-}
-
-.markdown-body .px-3 {
- padding-left: 16px;
- padding-right: 16px;
-}
-
-.markdown-body .py-2 {
- padding-top: 8px;
- padding-bottom: 8px;
-}
-
-.markdown-body .d-block {
- display: block;
-}
-
-.markdown-body .rounded-bottom-2 {
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
-}
-
-.markdown-body .border-top {
- border-top: 1px;
-}
-
-.markdown-body .width-fit {
- max-width: 100%;
-}
\ No newline at end of file
diff --git a/src/Starward/Assets/Image/097aa51ae0b4bc0c9c9e6aca6dab0744_10826781894277788.png b/src/Starward/Assets/Image/097aa51ae0b4bc0c9c9e6aca6dab0744_10826781894277788.png
deleted file mode 100644
index 787f240df..000000000
Binary files a/src/Starward/Assets/Image/097aa51ae0b4bc0c9c9e6aca6dab0744_10826781894277788.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/101.png b/src/Starward/Assets/Image/101.png
deleted file mode 100644
index 3200b7ce5..000000000
Binary files a/src/Starward/Assets/Image/101.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/102.png b/src/Starward/Assets/Image/102.png
deleted file mode 100644
index a4e0aa2a3..000000000
Binary files a/src/Starward/Assets/Image/102.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/4bb2f9e21b6c64201692c4ea76a2faca_7020708978085976578.png b/src/Starward/Assets/Image/4bb2f9e21b6c64201692c4ea76a2faca_7020708978085976578.png
deleted file mode 100644
index e1de159ff..000000000
Binary files a/src/Starward/Assets/Image/4bb2f9e21b6c64201692c4ea76a2faca_7020708978085976578.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/900001.png b/src/Starward/Assets/Image/900001.png
deleted file mode 100644
index 6423920b5..000000000
Binary files a/src/Starward/Assets/Image/900001.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/AbyssIcon01.png b/src/Starward/Assets/Image/AbyssIcon01.png
deleted file mode 100644
index 19f128aeb..000000000
Binary files a/src/Starward/Assets/Image/AbyssIcon01.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/FrameIconRarity01.png b/src/Starward/Assets/Image/FrameIconRarity01.png
deleted file mode 100644
index eb331aea3..000000000
Binary files a/src/Starward/Assets/Image/FrameIconRarity01.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/FrameIconRarity02.png b/src/Starward/Assets/Image/FrameIconRarity02.png
deleted file mode 100644
index 0c56f527d..000000000
Binary files a/src/Starward/Assets/Image/FrameIconRarity02.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/FrameIconRarity03.png b/src/Starward/Assets/Image/FrameIconRarity03.png
deleted file mode 100644
index 6cc6d4cd9..000000000
Binary files a/src/Starward/Assets/Image/FrameIconRarity03.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/FrameIconRarity04.png b/src/Starward/Assets/Image/FrameIconRarity04.png
deleted file mode 100644
index 65f424c34..000000000
Binary files a/src/Starward/Assets/Image/FrameIconRarity04.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/FrameIconRarity05.png b/src/Starward/Assets/Image/FrameIconRarity05.png
deleted file mode 100644
index 621648e36..000000000
Binary files a/src/Starward/Assets/Image/FrameIconRarity05.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/IconChallengeStarYellow.png b/src/Starward/Assets/Image/IconChallengeStarYellow.png
deleted file mode 100644
index 6f6cf9c57..000000000
Binary files a/src/Starward/Assets/Image/IconChallengeStarYellow.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Rarity_1_Background.png b/src/Starward/Assets/Image/Rarity_1_Background.png
deleted file mode 100644
index 4a9ccfd12..000000000
Binary files a/src/Starward/Assets/Image/Rarity_1_Background.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Rarity_2_Background.png b/src/Starward/Assets/Image/Rarity_2_Background.png
deleted file mode 100644
index 24b8c65ad..000000000
Binary files a/src/Starward/Assets/Image/Rarity_2_Background.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Rarity_3_Background.png b/src/Starward/Assets/Image/Rarity_3_Background.png
deleted file mode 100644
index 19c3d37b4..000000000
Binary files a/src/Starward/Assets/Image/Rarity_3_Background.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Rarity_4_Background.png b/src/Starward/Assets/Image/Rarity_4_Background.png
deleted file mode 100644
index 8989e0390..000000000
Binary files a/src/Starward/Assets/Image/Rarity_4_Background.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Rarity_5_Background.png b/src/Starward/Assets/Image/Rarity_5_Background.png
deleted file mode 100644
index e83242475..000000000
Binary files a/src/Starward/Assets/Image/Rarity_5_Background.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneJoy.png b/src/Starward/Assets/Image/RogueInterveneJoy.png
deleted file mode 100644
index 68708178a..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneJoy.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneKnight.png b/src/Starward/Assets/Image/RogueInterveneKnight.png
deleted file mode 100644
index 8dabc789a..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneKnight.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneMemory.png b/src/Starward/Assets/Image/RogueInterveneMemory.png
deleted file mode 100644
index 573699052..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneMemory.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueIntervenePirest.png b/src/Starward/Assets/Image/RogueIntervenePirest.png
deleted file mode 100644
index 0e0973443..000000000
Binary files a/src/Starward/Assets/Image/RogueIntervenePirest.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneRogue.png b/src/Starward/Assets/Image/RogueInterveneRogue.png
deleted file mode 100644
index c612cca48..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneRogue.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneWarlock.png b/src/Starward/Assets/Image/RogueInterveneWarlock.png
deleted file mode 100644
index d15f2da49..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneWarlock.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RogueInterveneWarrior.png b/src/Starward/Assets/Image/RogueInterveneWarrior.png
deleted file mode 100644
index 336b45c3c..000000000
Binary files a/src/Starward/Assets/Image/RogueInterveneWarrior.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/RougeAchievementIcon_s.png b/src/Starward/Assets/Image/RougeAchievementIcon_s.png
deleted file mode 100644
index d5476c7da..000000000
Binary files a/src/Starward/Assets/Image/RougeAchievementIcon_s.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/Transparent.png b/src/Starward/Assets/Image/Transparent.png
deleted file mode 100644
index be6bd7855..000000000
Binary files a/src/Starward/Assets/Image/Transparent.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/UI_Icon_Tower_Star.png b/src/Starward/Assets/Image/UI_Icon_Tower_Star.png
deleted file mode 100644
index 1d8907160..000000000
Binary files a/src/Starward/Assets/Image/UI_Icon_Tower_Star.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/UI_ItemIcon_201.png b/src/Starward/Assets/Image/UI_ItemIcon_201.png
deleted file mode 100644
index 826ba05cf..000000000
Binary files a/src/Starward/Assets/Image/UI_ItemIcon_201.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/UI_ItemIcon_202.png b/src/Starward/Assets/Image/UI_ItemIcon_202.png
deleted file mode 100644
index 2b74596cb..000000000
Binary files a/src/Starward/Assets/Image/UI_ItemIcon_202.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/UI_MapIcon_Abyss.png b/src/Starward/Assets/Image/UI_MapIcon_Abyss.png
deleted file mode 100644
index 63d7a2c9a..000000000
Binary files a/src/Starward/Assets/Image/UI_MapIcon_Abyss.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/alert.png b/src/Starward/Assets/Image/alert.png
deleted file mode 100644
index 2b1f0c6c3..000000000
Binary files a/src/Starward/Assets/Image/alert.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/icon_bh3.jpg b/src/Starward/Assets/Image/icon_bh3.jpg
deleted file mode 100644
index 456cd7282..000000000
Binary files a/src/Starward/Assets/Image/icon_bh3.jpg and /dev/null differ
diff --git a/src/Starward/Assets/Image/icon_hoyolab.png b/src/Starward/Assets/Image/icon_hoyolab.png
deleted file mode 100644
index 37aaf764e..000000000
Binary files a/src/Starward/Assets/Image/icon_hoyolab.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/icon_hyperion.png b/src/Starward/Assets/Image/icon_hyperion.png
deleted file mode 100644
index 7da32086e..000000000
Binary files a/src/Starward/Assets/Image/icon_hyperion.png and /dev/null differ
diff --git a/src/Starward/Assets/Image/icon_sr.jpg b/src/Starward/Assets/Image/icon_sr.jpg
deleted file mode 100644
index 8df9881d4..000000000
Binary files a/src/Starward/Assets/Image/icon_sr.jpg and /dev/null differ
diff --git a/src/Starward/Assets/Image/icon_ys.jpg b/src/Starward/Assets/Image/icon_ys.jpg
deleted file mode 100644
index fc3e2d795..000000000
Binary files a/src/Starward/Assets/Image/icon_ys.jpg and /dev/null differ
diff --git a/src/Starward/Assets/Template/GachaLog.xlsx b/src/Starward/Assets/Template/GachaLog.xlsx
deleted file mode 100644
index ffb604ae1..000000000
Binary files a/src/Starward/Assets/Template/GachaLog.xlsx and /dev/null differ
diff --git a/src/Starward/Assets/game_info.json b/src/Starward/Assets/game_info.json
deleted file mode 100644
index 5ee44dcbe..000000000
--- a/src/Starward/Assets/game_info.json
+++ /dev/null
@@ -1,150 +0,0 @@
-[
- {
- "Name": "原神",
- "GameBiz": "hk4e_cn",
- "Slogan": "前往未知的冒险旅程",
- "Description": "《原神》是由米哈游自研的一款开放世界冒险RPG。你将在游戏中探索一个被称作「提瓦特」的幻想世界。在这广阔的世界中,你可以踏遍七国,邂逅性格各异、能力独特的同伴,与他们一同对抗强敌,踏上寻回血亲之路;也可以不带目的地漫游,沉浸在充满生机的世界里,让好奇心驱使自己发掘各个角落的奥秘……直到你与分离的血亲重聚,在终点见证一切事物的沉淀。",
- "HomePage": "https://ys.mihoyo.com/main/",
- "Logo": "ms-appx:///Assets/Image/logo_genshin_cn.png",
- "Poster": "ms-appx:///Assets/Image/poster_genshin.png",
- "HoYoSlogan": "Step Into a Vast Magical World of Adventure",
- "Fonts": [
- "ms-appx:///Assets/Font/KhaenriahNeue-Chasm.otf#Khaenri'ah Glyph The Chasm's Variant",
- "ms-appx:///Assets/Font/TeyvatBlack-Regular.otf#Teyvat",
- "ms-appx:///Assets/Font/DeshretNeue-Regular.otf#赤冠字母",
- "ms-appx:///Assets/Font/InazumaNeue-Regular.otf#稻妻字母",
- "ms-appx:///Assets/Font/KhaenriahNeue-Regular.otf#坎瑞亚字母",
- "ms-appx:///Assets/Font/SumeruNeue-Regular.otf#须弥文字"
- ]
- },
- {
- "Name": "Genshin Impact",
- "GameBiz": "hk4e_global",
- "Slogan": "Step Into a Vast Magical World of Adventure",
- "Description": "Genshin Impact - In the game, set forth on a journey across a fantasy world called Teyvat. In this vast world, you can explore seven nations, meet a diverse cast of characters with unique personalities and abilities, and fight powerful enemies together with them, all on the way during your quest to find your lost sibling.",
- "HomePage": "https://genshin.hoyoverse.com/en/home",
- "Logo": "ms-appx:///Assets/Image/logo_genshin_en.png",
- "Poster": "ms-appx:///Assets/Image/poster_genshin.png",
- "HoYoSlogan": "Step Into a Vast Magical World of Adventure",
- "Fonts": [
- "ms-appx:///Assets/Font/KhaenriahNeue-Chasm.otf#Khaenri'ah Glyph The Chasm's Variant",
- "ms-appx:///Assets/Font/TeyvatBlack-Regular.otf#Teyvat",
- "ms-appx:///Assets/Font/DeshretNeue-Regular.otf#赤冠字母",
- "ms-appx:///Assets/Font/InazumaNeue-Regular.otf#稻妻字母",
- "ms-appx:///Assets/Font/KhaenriahNeue-Regular.otf#坎瑞亚字母",
- "ms-appx:///Assets/Font/SumeruNeue-Regular.otf#须弥文字"
- ]
- },
- {
- "Name": "原神",
- "GameBiz": "hk4e_cloud",
- "Slogan": "前往未知的冒险旅程",
- "Description": "《原神》是由米哈游自研的一款开放世界冒险RPG。你将在游戏中探索一个被称作「提瓦特」的幻想世界。在这广阔的世界中,你可以踏遍七国,邂逅性格各异、能力独特的同伴,与他们一同对抗强敌,踏上寻回血亲之路;也可以不带目的地漫游,沉浸在充满生机的世界里,让好奇心驱使自己发掘各个角落的奥秘……直到你与分离的血亲重聚,在终点见证一切事物的沉淀。",
- "HomePage": "https://ys.mihoyo.com/main/",
- "Logo": "ms-appx:///Assets/Image/logo_genshin_cn.png",
- "Poster": "ms-appx:///Assets/Image/poster_genshin.png",
- "HoYoSlogan": "Step Into a Vast Magical World of Adventure",
- "Fonts": [
- "ms-appx:///Assets/Font/KhaenriahNeue-Chasm.otf#Khaenri'ah Glyph The Chasm's Variant",
- "ms-appx:///Assets/Font/TeyvatBlack-Regular.otf#Teyvat",
- "ms-appx:///Assets/Font/DeshretNeue-Regular.otf#赤冠字母",
- "ms-appx:///Assets/Font/InazumaNeue-Regular.otf#稻妻字母",
- "ms-appx:///Assets/Font/KhaenriahNeue-Regular.otf#坎瑞亚字母",
- "ms-appx:///Assets/Font/SumeruNeue-Regular.otf#须弥文字"
- ]
- },
- {
- "Name": "崩坏:星穹铁道",
- "GameBiz": "hkrpg_cn",
- "Slogan": "愿此行 终抵群星",
- "Description": "这片银河中有名为「星神」的存在,祂们造就现实,抹消星辰,在无数「世界」中留下祂们的痕迹。\r\n你——一名特殊的旅客,将与继承「开拓」意志的同伴一起,乘坐星穹列车穿越银河,沿着某位「星神」曾经所行之途前进。\r\n你将由此探索新的文明,结识新的伙伴,在无数光怪陆离的「世界」与「世界」之间展开新的冒险。所有你想知道的,都将在群星中找到答案。那么,准备好开始这段「开拓」之旅了吗?",
- "HomePage": "https://sr.mihoyo.com/",
- "Logo": "ms-appx:///Assets/Image/logo_starrail_cn.png",
- "Poster": "ms-appx:///Assets/Image/poster_starrail.png",
- "HoYoSlogan": "May This Journey Lead Us Starward",
- "Fonts": [
- "ms-appx:///Assets/Font/StarRailNeue-Sans-Regular.otf#Star Rail Neue Sans",
- "ms-appx:///Assets/Font/XianzhouSeal-Regular.otf#Xianzhou Seal"
- ]
- },
- {
- "Name": "Honkai: Star Rail",
- "GameBiz": "hkrpg_global",
- "Slogan": "May This Journey Lead Us Starward",
- "Description": "There are beings called \"Aeons\" in this galaxy. They construct reality, erase stars, and leave their marks on countless worlds. You, a special traveler, together with your companions who inherited the will of the Trailblaze, will travel across the galaxy on the Astral Express, following the path once traveled by an Aeon. From here, you will explore new civilizations, meet new comrades, and begin new adventures between the countless bizarre worlds. All the answers you seek can be found among the stars. So, are you ready to start on this Trailblazing journey?",
- "HomePage": "https://hsr.hoyoverse.com/en-us/home",
- "Logo": "ms-appx:///Assets/Image/logo_starrail_en.png",
- "Poster": "ms-appx:///Assets/Image/poster_starrail.png",
- "HoYoSlogan": "May This Journey Lead Us Starward",
- "Fonts": [
- "ms-appx:///Assets/Font/StarRailNeue-Sans-Regular.otf#Star Rail Neue Sans",
- "ms-appx:///Assets/Font/XianzhouSeal-Regular.otf#Xianzhou Seal"
- ]
- },
- {
- "Name": "崩坏3",
- "GameBiz": "bh3_cn",
- "Slogan": "为世界上所有的美好而战",
- "Description": "在被崩坏侵蚀的世界中,勇敢的少女组成的女武神部队,为守护世界而展开了战斗。",
- "HomePage": "https://www.bh3.com/",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_cn.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- },
- {
- "Name": "Honkai Impact 3rd",
- "GameBiz": "bh3_global",
- "Slogan": "Fight for All That's Beautiful in the World!",
- "Description": "In this Honkai-corrupted world, the Valkyries, brave girls with Honkai resistance, have been fighting for all that is beautiful in the world.",
- "HomePage": "https://honkaiimpact3.hoyoverse.com/global/en-us/fab",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_en.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- },
- {
- "Name": "崩壊3rd",
- "GameBiz": "bh3_jp",
- "Slogan": "立ち上がれ!美しい世界を守るために",
- "Description": "立ち上がれ、美しい世界を守るために。",
- "HomePage": "https://www.houkai3rd.com/home?utm_source=fab",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_jp.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- },
- {
- "Name": "붕괴3rd",
- "GameBiz": "bh3_kr",
- "Slogan": "세상의 모든 아름다운 것들을 위하여",
- "Description": "붕괴에 침식된 세계, 그곳에서 용감한 소녀들로 이뤄진 발키리 부대가 세상을 지키기 위해 싸운다。",
- "HomePage": "https://honkaiimpact3.hoyoverse.com/kr/ko-kr/home",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_kr.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- },
- {
- "Name": "Honkai Impact 3",
- "GameBiz": "bh3_overseas",
- "Slogan": "Fight for All That's Beautiful in the World!",
- "Description": "In this Honkai-corrupted world, the Valkyries, brave girls with Honkai resistance, have been fighting for all that is beautiful in the world.",
- "HomePage": "https://honkaiimpact3.hoyoverse.com/asia/en-us/fab",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_en.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- },
- {
- "Name": "崩壞3rd",
- "GameBiz": "bh3_tw",
- "Slogan": "為世界上所有的美好而戰",
- "Description": "在被崩壞侵蝕的世界中,勇敢的少女組成的女武神部隊,為守護世界而展開了戰鬥。",
- "HomePage": "https://honkaiimpact3.hoyoverse.com/tw/zh-tw/home",
- "Logo": "ms-appx:///Assets/Image/logo_bh3_tc.png",
- "Poster": "ms-appx:///Assets/Image/poster_honkai.png",
- "HoYoSlogan": "",
- "Fonts": []
- }
-]
\ No newline at end of file