This commit is contained in:
こぴなたみぽ 2018-02-07 18:47:29 +09:00
parent 853b846c40
commit d8d4c4d228
168 changed files with 237 additions and 237 deletions

View file

@ -25,7 +25,7 @@
transform-origin center
</style>
<script>
<script lang="typescript">
this.mixin('api');
this.user = this.opts.user;

View file

@ -18,7 +18,7 @@
border-bottom solid 1px #eee
</style>
<script>
<script lang="typescript">
this.mixin('api');
this.apps = [];

View file

@ -75,7 +75,7 @@
height 150px
</style>
<script>
<script lang="typescript">
this.troubleshooting = false;
this.on('mount', () => {
@ -169,7 +169,7 @@
color #ad4339
</style>
<script>
<script lang="typescript">
this.on('mount', () => {
this.update({
network: navigator.onLine

View file

@ -4,7 +4,7 @@
:scope
display inline
</style>
<script>
<script lang="typescript">
this.kind = this.opts.type.split('/')[0];
</script>
</mk-file-type-icon>

View file

@ -116,7 +116,7 @@
display none
</style>
<script>
<script lang="typescript">
this.mixin('api');
this.onpaste = e => {

View file

@ -329,7 +329,7 @@
margin 0 12px 0 0
</style>
<script>
<script lang="typescript">
this.mixin('i');
this.mixin('api');

View file

@ -205,7 +205,7 @@
opacity 0.5
</style>
<script>
<script lang="typescript">
import compile from '../../../common/scripts/text-compiler';
this.mixin('i');

View file

@ -161,7 +161,7 @@
//background rgba(0, 0, 0, 0.2)
</style>
<script>
<script lang="typescript">
import MessagingStreamConnection from '../../scripts/streaming/messaging-stream';
this.mixin('i');

View file

@ -4,7 +4,7 @@
:scope
display inline
</style>
<script>
<script lang="typescript">
this.aboutUrl = `${_DOCS_URL_}/${_LANG_}/about`;
</script>
</mk-nav-links>

View file

@ -3,7 +3,7 @@
:scope
display inline
</style>
<script>
<script lang="typescript">
this.on('mount', () => {
let value = this.opts.value;
const max = this.opts.max;

View file

@ -85,7 +85,7 @@
color darken($theme-color, 30%)
</style>
<script>
<script lang="typescript">
this.choices = ['', ''];
this.oninput = (i, e) => {

View file

@ -67,7 +67,7 @@
background transparent
</style>
<script>
<script lang="typescript">
this.mixin('api');
this.init = post => {

View file

@ -74,7 +74,7 @@
display block
</style>
<script>
<script lang="typescript">
import anime from 'animejs';
this.mixin('i');

View file

@ -3,7 +3,7 @@
:scope
display inline
</style>
<script>
<script lang="typescript">
this.root.innerHTML = this.opts.content;
this.on('updated', () => {

View file

@ -18,7 +18,7 @@
</div>
</template>
<script>
<script lang="typescript">
import anime from 'animejs';
import api from '../scripts/api';

View file

@ -14,7 +14,7 @@
</div>
</template>
<script>
<script lang="typescript">
export default {
props: ['post'],
computed: {

View file

@ -7,7 +7,7 @@
display block
</style>
<script>
<script lang="typescript">
this.mixin('i');
this.mixin('api');
@ -97,7 +97,7 @@
</style>
<script>
<script lang="typescript">
import hljs from 'highlight.js';
this.rec = this.opts.rec;

View file

@ -100,7 +100,7 @@
opacity 0.7
</style>
<script>
<script lang="typescript">
this.mixin('api');
this.user = null;

View file

@ -173,7 +173,7 @@
background darken($theme-color, 5%)
</style>
<script>
<script lang="typescript">
this.mixin('api');
const getPasswordStrength = require('syuilo-password-strength');

View file

@ -19,7 +19,7 @@
background #ff1036
</style>
<script>
<script lang="typescript">
const now = new Date();
this.d = now.getDate();
this.m = now.getMonth() + 1;

View file

@ -15,7 +15,7 @@
</div>
</template>
<script>
<script lang="typescript">
import anime from 'animejs';
import Ellipsis from './ellipsis.vue';

View file

@ -6,7 +6,7 @@
</time>
</template>
<script>
<script lang="typescript">
export default {
props: ['time', 'mode'],
data: {

View file

@ -24,7 +24,7 @@
.id
color #8899a6
</style>
<script>
<script lang="typescript">
this.mixin('i');
this.form = null;

View file

@ -138,7 +138,7 @@
to {background-position: -64px 32px;}
</style>
<script>
<script lang="typescript">
this.mixin('i');
this.uploads = [];