1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 20:46:20 +02:00
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 = [];