mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
🚨 fix command warn
This commit is contained in:
@@ -128,7 +128,7 @@ async function toBBS(link: URL): Promise<void> {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import "@styles/github.styles.scss";
|
||||
@use "@styles/github.styles.scss" as github-styles;
|
||||
|
||||
.tgn-container {
|
||||
position: relative;
|
||||
@@ -138,7 +138,7 @@ async function toBBS(link: URL): Promise<void> {
|
||||
}
|
||||
|
||||
.tgn-nav {
|
||||
@include github-card();
|
||||
@include github-styles.github-card();
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -149,7 +149,7 @@ async function toBBS(link: URL): Promise<void> {
|
||||
}
|
||||
|
||||
.dark .tgn-nav {
|
||||
@include github-card("dark");
|
||||
@include github-styles.github-card("dark");
|
||||
}
|
||||
|
||||
.tgn-nav img {
|
||||
|
||||
@@ -245,10 +245,10 @@ function onUserClick(): void {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import "@styles/github.styles.scss";
|
||||
@use "@styles/github.styles.scss" as github-styles;
|
||||
|
||||
.tpc-card {
|
||||
@include github-card();
|
||||
@include github-styles.github-card();
|
||||
position: relative;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
@@ -262,7 +262,7 @@ function onUserClick(): void {
|
||||
}
|
||||
|
||||
.dark .tpc-card {
|
||||
@include github-card("dark");
|
||||
@include github-styles.github-card("dark");
|
||||
}
|
||||
|
||||
.tpc-top {
|
||||
@@ -334,7 +334,7 @@ function onUserClick(): void {
|
||||
}
|
||||
|
||||
.tpc-tag {
|
||||
@include github-tag-dark-gen(#e06c63);
|
||||
@include github-styles.github-tag-dark-gen(#e06c63);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -344,12 +344,12 @@ function onUserClick(): void {
|
||||
gap: 4px;
|
||||
|
||||
&:hover {
|
||||
@include github-tag-dark-gen(#00aeec);
|
||||
@include github-styles.github-tag-dark-gen(#00aeec);
|
||||
}
|
||||
}
|
||||
|
||||
.tpc-reason {
|
||||
@include github-tag-dark-gen(#d19a66);
|
||||
@include github-styles.github-tag-dark-gen(#d19a66);
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user