OGP向けにインスタンスのバナー画像を提供するように
This commit is contained in:
parent
9ab34c2301
commit
be1125dcb9
10 changed files with 28 additions and 82 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { themeColor } from '../../../config';
|
||||
import * as tinycolor from 'tinycolor2';
|
||||
|
||||
export default Vue.extend({
|
||||
props: {
|
||||
|
|
@ -75,7 +75,7 @@ export default Vue.extend({
|
|||
return this.dark ? '#fff' : '#777';
|
||||
},
|
||||
hHandColor(): string {
|
||||
return themeColor;
|
||||
return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toHexString();
|
||||
},
|
||||
|
||||
ms(): number {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue