OGP向けにインスタンスのバナー画像を提供するように

This commit is contained in:
syuilo
2018-12-15 23:19:04 +09:00
parent 9ab34c2301
commit be1125dcb9
10 changed files with 28 additions and 82 deletions

View File

@ -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 {