Skip to content

Commit

Permalink
Site updated: 2024-09-07 01:26:07
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjieYuan committed Sep 6, 2024
1 parent d0a2d14 commit 7bd7960
Show file tree
Hide file tree
Showing 102 changed files with 8,192 additions and 6,885 deletions.
Empty file added .DS_Store
Empty file.
444 changes: 261 additions & 183 deletions 2023/09/13/Flutter/Flutter_state_01/index.html

Large diffs are not rendered by default.

422 changes: 246 additions & 176 deletions 2023/09/13/hello-world/index.html

Large diffs are not rendered by default.

428 changes: 249 additions & 179 deletions 2023/09/22/Dart学习/index.html

Large diffs are not rendered by default.

458 changes: 272 additions & 186 deletions 2023/09/22/Dart小记/index.html

Large diffs are not rendered by default.

428 changes: 249 additions & 179 deletions 2023/09/22/Flutter/Flutter-内购实现/index.html

Large diffs are not rendered by default.

428 changes: 249 additions & 179 deletions 2023/09/22/Flutter/Flutter-进阶/index.html

Large diffs are not rendered by default.

428 changes: 249 additions & 179 deletions 2023/09/22/Flutter/Flutter常用组件/index.html

Large diffs are not rendered by default.

428 changes: 249 additions & 179 deletions 2023/09/22/Flutter/稀有组件/index.html

Large diffs are not rendered by default.

390 changes: 230 additions & 160 deletions 404.html

Large diffs are not rendered by default.

385 changes: 227 additions & 158 deletions about/index.html

Large diffs are not rendered by default.

513 changes: 300 additions & 213 deletions archives/2023/09/index.html

Large diffs are not rendered by default.

513 changes: 300 additions & 213 deletions archives/2023/index.html

Large diffs are not rendered by default.

513 changes: 300 additions & 213 deletions archives/index.html

Large diffs are not rendered by default.

680 changes: 614 additions & 66 deletions css/build/styles.css → assets/build/styles.css

Large diffs are not rendered by default.

Binary file added categories/.DS_Store
Binary file not shown.
415 changes: 245 additions & 170 deletions categories/Dart/index.html

Large diffs are not rendered by default.

459 changes: 271 additions & 188 deletions categories/Flutter/index.html

Large diffs are not rendered by default.

390 changes: 231 additions & 159 deletions categories/index.html

Large diffs are not rendered by default.

Binary file added css/.DS_Store
Binary file not shown.
13 changes: 4 additions & 9 deletions css/common/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -85,7 +84,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -135,7 +133,6 @@
--note-type-title-bg: #4e3a1e;
--note-black-title-bg: #1e1e1e;
--note-purple-title-bg: #4e1e4e;
--home-banner-img: url("/images/wallhaven-wqery6-dark.webp");
--home-banner-text-color: #d1d1b6;
--home-banner-icons-container-border-color: rgba(197,197,197,0.35);
--home-banner-icons-container-background-color: rgba(197,197,197,0.3);
Expand Down Expand Up @@ -184,7 +181,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -232,7 +228,6 @@
--note-type-title-bg: #4e3a1e;
--note-black-title-bg: #1e1e1e;
--note-purple-title-bg: #4e1e4e;
--home-banner-img: url("/images/wallhaven-wqery6-dark.webp");
--home-banner-text-color: #d1d1b6;
--home-banner-icons-container-border-color: rgba(197,197,197,0.35);
--home-banner-icons-container-background-color: rgba(197,197,197,0.3);
Expand Down Expand Up @@ -404,8 +399,8 @@ body {
padding: 0;
color: var(--default-text-color);
background: var(--background-color);
font-family: Satoshi-Variable, Noto Sans SC, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial;
font-weight: 450;
font-family: Geist Variable, Noto Sans SC, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
}
Expand Down Expand Up @@ -516,13 +511,13 @@ button {
@media (max-width: 768px) {
.btn {
padding: -4;
border-radius: 14.4px;
border-radius: 18px;
}
}
@media (max-width: 640px) {
.btn {
padding: -8;
border-radius: 10.799999999999999px;
border-radius: 18px;
}
}
.btn:hover {
Expand Down
105 changes: 50 additions & 55 deletions css/common/codeblock/code-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -85,7 +84,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -135,7 +133,6 @@
--note-type-title-bg: #4e3a1e;
--note-black-title-bg: #1e1e1e;
--note-purple-title-bg: #4e1e4e;
--home-banner-img: url("/images/wallhaven-wqery6-dark.webp");
--home-banner-text-color: #d1d1b6;
--home-banner-icons-container-border-color: rgba(197,197,197,0.35);
--home-banner-icons-container-background-color: rgba(197,197,197,0.3);
Expand Down Expand Up @@ -184,7 +181,6 @@
--note-type-title-bg: #fdf3e9;
--note-black-title-bg: #e9e9e9;
--note-purple-title-bg: #f9e9fd;
--home-banner-img: url("/images/wallhaven-wqery6-light.webp");
--home-banner-text-color: #fff;
--home-banner-icons-container-border-color: rgba(255,255,255,0.35);
--home-banner-icons-container-background-color: rgba(255,255,255,0.3);
Expand Down Expand Up @@ -232,7 +228,6 @@
--note-type-title-bg: #4e3a1e;
--note-black-title-bg: #1e1e1e;
--note-purple-title-bg: #4e1e4e;
--home-banner-img: url("/images/wallhaven-wqery6-dark.webp");
--home-banner-text-color: #d1d1b6;
--home-banner-icons-container-border-color: rgba(197,197,197,0.35);
--home-banner-icons-container-background-color: rgba(197,197,197,0.3);
Expand All @@ -243,57 +238,57 @@
--mermaid-theme: '';
}
:root {
--code-foreground: #3b4143;
--code-background: #f2f2f2;
--highlight-background: #fafafa;
--highlight-foreground: #3b4143;
--inline-code-foreground: #24292e;
--inline-code-background: #f1f1f1;
--highlight-background: #fdfdfd;
--highlight-foreground: #24292e;
--highlight-keyword: #d73a49;
--highlight-link: #d73a49;
--highlight-built-in: #6f42c1;
--highlight-link: #d73a49 /* Following the pattern, link should have the same color as keyword */;
--highlight-built-in: #e36209;
--highlight-number: #005cc5;
--highlight-string: #032f62;
--highlight-regexp: #e36209;
--highlight-regexp: #032f62;
--highlight-subst: #24292e;
--highlight-comment: #6a737d;
--highlight-doctag: #22863a;
--highlight-meta: $highlight-meta;
--highlight-doctag: #d73a49;
--highlight-meta: #005cc5 /* Mapped based on the pattern for constant */;
--highlight-variable: #005cc5;
--highlight-attr: #22863a;
--highlight-section: $highlight-section;
--highlight-bullet: #6f42c1;
--highlight-addition: #144212;
--highlight-deletion: #600;
--highlight-attr: #005cc5;
--highlight-section: #005cc5;
--highlight-bullet: #735c0f;
--highlight-addition: #22863a;
--highlight-deletion: #b31d28;
}
@media (prefers-color-scheme: light) {
:root {
--code-foreground: #3b4143;
--code-background: #f2f2f2;
--highlight-background: #fafafa;
--highlight-foreground: #3b4143;
--inline-code-foreground: #24292e;
--inline-code-background: #f1f1f1;
--highlight-background: #fdfdfd;
--highlight-foreground: #24292e;
--highlight-keyword: #d73a49;
--highlight-link: #d73a49;
--highlight-built-in: #6f42c1;
--highlight-link: #d73a49 /* Following the pattern, link should have the same color as keyword */;
--highlight-built-in: #e36209;
--highlight-number: #005cc5;
--highlight-string: #032f62;
--highlight-regexp: #e36209;
--highlight-regexp: #032f62;
--highlight-subst: #24292e;
--highlight-comment: #6a737d;
--highlight-doctag: #22863a;
--highlight-meta: $highlight-meta;
--highlight-doctag: #d73a49;
--highlight-meta: #005cc5 /* Mapped based on the pattern for constant */;
--highlight-variable: #005cc5;
--highlight-attr: #22863a;
--highlight-section: $highlight-section;
--highlight-bullet: #6f42c1;
--highlight-addition: #144212;
--highlight-deletion: #600;
--highlight-attr: #005cc5;
--highlight-section: #005cc5;
--highlight-bullet: #735c0f;
--highlight-addition: #22863a;
--highlight-deletion: #b31d28;
}
}
@media (prefers-color-scheme: dark) {
:root {
--code-foreground: #bfbfc7;
--code-background: #35363b;
--highlight-background: #21252b;
--highlight-foreground: #bfbfc7;
--inline-code-foreground: #c9d1d9;
--inline-code-background: #313131;
--highlight-background: #1e1e1e;
--highlight-foreground: #dcdcdc;
--highlight-keyword: #569cd6;
--highlight-link: #569cd6;
--highlight-built-in: #4ec9b0;
Expand All @@ -313,32 +308,32 @@
}
}
.light-mode {
--code-foreground: #3b4143;
--code-background: #f2f2f2;
--highlight-background: #fafafa;
--highlight-foreground: #3b4143;
--inline-code-foreground: #24292e;
--inline-code-background: #f1f1f1;
--highlight-background: #fdfdfd;
--highlight-foreground: #24292e;
--highlight-keyword: #d73a49;
--highlight-link: #d73a49;
--highlight-built-in: #6f42c1;
--highlight-link: #d73a49 /* Following the pattern, link should have the same color as keyword */;
--highlight-built-in: #e36209;
--highlight-number: #005cc5;
--highlight-string: #032f62;
--highlight-regexp: #e36209;
--highlight-regexp: #032f62;
--highlight-subst: #24292e;
--highlight-comment: #6a737d;
--highlight-doctag: #22863a;
--highlight-meta: $highlight-meta;
--highlight-doctag: #d73a49;
--highlight-meta: #005cc5 /* Mapped based on the pattern for constant */;
--highlight-variable: #005cc5;
--highlight-attr: #22863a;
--highlight-section: $highlight-section;
--highlight-bullet: #6f42c1;
--highlight-addition: #144212;
--highlight-deletion: #600;
--highlight-attr: #005cc5;
--highlight-section: #005cc5;
--highlight-bullet: #735c0f;
--highlight-addition: #22863a;
--highlight-deletion: #b31d28;
}
.dark-mode {
--code-foreground: #bfbfc7;
--code-background: #35363b;
--highlight-background: #21252b;
--highlight-foreground: #bfbfc7;
--inline-code-foreground: #c9d1d9;
--inline-code-background: #313131;
--highlight-background: #1e1e1e;
--highlight-foreground: #dcdcdc;
--highlight-keyword: #569cd6;
--highlight-link: #569cd6;
--highlight-built-in: #4ec9b0;
Expand Down
Loading

0 comments on commit 7bd7960

Please sign in to comment.