diff --git a/public/icon/nation/璃月.webp b/public/icon/nation/璃月.webp new file mode 100644 index 00000000..42c2a832 Binary files /dev/null and b/public/icon/nation/璃月.webp differ diff --git a/public/icon/nation/稻妻.webp b/public/icon/nation/稻妻.webp new file mode 100644 index 00000000..9e394488 Binary files /dev/null and b/public/icon/nation/稻妻.webp differ diff --git a/public/icon/nation/蒙德.webp b/public/icon/nation/蒙德.webp new file mode 100644 index 00000000..3765c791 Binary files /dev/null and b/public/icon/nation/蒙德.webp differ diff --git a/public/icon/nation/须弥.webp b/public/icon/nation/须弥.webp new file mode 100644 index 00000000..80149acd Binary files /dev/null and b/public/icon/nation/须弥.webp differ diff --git a/public/icon/star/1.webp b/public/icon/star/1.webp new file mode 100644 index 00000000..344e9c9a Binary files /dev/null and b/public/icon/star/1.webp differ diff --git a/public/icon/star/2.webp b/public/icon/star/2.webp new file mode 100644 index 00000000..3a1b4052 Binary files /dev/null and b/public/icon/star/2.webp differ diff --git a/public/icon/star/3.webp b/public/icon/star/3.webp new file mode 100644 index 00000000..4695d4c5 Binary files /dev/null and b/public/icon/star/3.webp differ diff --git a/public/icon/star/4.webp b/public/icon/star/4.webp new file mode 100644 index 00000000..e8199555 Binary files /dev/null and b/public/icon/star/4.webp differ diff --git a/public/icon/star/5.webp b/public/icon/star/5.webp new file mode 100644 index 00000000..5c30d082 Binary files /dev/null and b/public/icon/star/5.webp differ diff --git a/public/source/UI/item-line.webp b/public/source/UI/item-line.webp new file mode 100644 index 00000000..79db2205 Binary files /dev/null and b/public/source/UI/item-line.webp differ diff --git a/src/assets/themes/dark.css b/src/assets/themes/dark.css index 767c899d..2dc0d7eb 100644 --- a/src/assets/themes/dark.css +++ b/src/assets/themes/dark.css @@ -2,7 +2,7 @@ * @file assets themes light.css * @description 主题样式文件 * @author BTMuli - * @since Alpha v0.1.4 + * @since Alpha v0.1.5 */ /* 主题色 */ @@ -15,6 +15,7 @@ html.dark { --back-top-shadow: #000000; --theme-switch-icon: #e1e1e1; --post-default-text: #faf7e8; + --calendar-item-btn: #faf7e8; --content-bg-1: #1e1e1e; --content-bg-2: #393b40; diff --git a/src/assets/themes/default.css b/src/assets/themes/default.css index cf9fa595..16fdb53f 100644 --- a/src/assets/themes/default.css +++ b/src/assets/themes/default.css @@ -2,7 +2,7 @@ * @file assets themes dark.css * @description 主题样式文件 * @author BTMuli - * @since Alpha v0.1.4 + * @since Alpha v0.1.5 */ /* 主题色 */ @@ -15,6 +15,7 @@ html.default { --back-top-shadow: #546d8b; --theme-switch-icon: #393b40; --post-default-text: #1e1e1e; + --calendar-item-btn: #fec90b; --content-bg-1: #546d8b; --content-bg-2: #faf7e8; diff --git a/src/components/t-calendar-material.vue b/src/components/t-calendar-material.vue new file mode 100644 index 00000000..4a45a737 --- /dev/null +++ b/src/components/t-calendar-material.vue @@ -0,0 +1,109 @@ + + + diff --git a/src/components/t-calendar.vue b/src/components/t-calendar.vue index a1284267..e991679f 100644 --- a/src/components/t-calendar.vue +++ b/src/components/t-calendar.vue @@ -4,7 +4,8 @@ mdi-calendar-clock - 今日素材 + + 今日素材 {{ dateNow }} -
- bg -
-
- icon -
-
-
- element -
-
- weapon - {{ item.name }} -
-
+ @@ -60,22 +47,9 @@ v-for="item in weaponCards" :key="item.id" class="card-box" - @click="showContent(item)" + @click="selectContent(item, 'weapon')" > -
- bg -
-
- icon -
-
-
- element -
-
- {{ item.name }} -
-
+ @@ -84,11 +58,54 @@ {{ snackbarText }} + +
+
+
+ + +
+
+
+ +
+
+
+
+ line +
+
+
+
+ 来源: +
+ icon +
+ {{ selectedItem.source.area }} - {{ selectedItem.source.name }} +
+
+
+ + + 详情 + +
+
+
+
+ mdi-close +
+