wip
This commit is contained in:
parent
853b846c40
commit
d8d4c4d228
168 changed files with 237 additions and 237 deletions
|
|
@ -25,7 +25,7 @@
|
|||
transform-origin center
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
|
||||
this.user = this.opts.user;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
border-bottom solid 1px #eee
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
|
||||
this.apps = [];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
:scope
|
||||
display inline
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.kind = this.opts.type.split('/')[0];
|
||||
</script>
|
||||
</mk-file-type-icon>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
display none
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
|
||||
this.onpaste = e => {
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@
|
|||
margin 0 12px 0 0
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('i');
|
||||
this.mixin('api');
|
||||
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@
|
|||
opacity 0.5
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
import compile from '../../../common/scripts/text-compiler';
|
||||
|
||||
this.mixin('i');
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
:scope
|
||||
display inline
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.aboutUrl = `${_DOCS_URL_}/${_LANG_}/about`;
|
||||
</script>
|
||||
</mk-nav-links>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
color darken($theme-color, 30%)
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.choices = ['', ''];
|
||||
|
||||
this.oninput = (i, e) => {
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
background transparent
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
|
||||
this.init = post => {
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
display block
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
import anime from 'animejs';
|
||||
|
||||
this.mixin('i');
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
:scope
|
||||
display inline
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.root.innerHTML = this.opts.content;
|
||||
|
||||
this.on('updated', () => {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
import anime from 'animejs';
|
||||
import api from '../scripts/api';
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
export default {
|
||||
props: ['post'],
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
opacity 0.7
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
|
||||
this.user = null;
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@
|
|||
background darken($theme-color, 5%)
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('api');
|
||||
const getPasswordStrength = require('syuilo-password-strength');
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
background #ff1036
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
const now = new Date();
|
||||
this.d = now.getDate();
|
||||
this.m = now.getMonth() + 1;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
import anime from 'animejs';
|
||||
import Ellipsis from './ellipsis.vue';
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</time>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
export default {
|
||||
props: ['time', 'mode'],
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
.id
|
||||
color #8899a6
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('i');
|
||||
|
||||
this.form = null;
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@
|
|||
to {background-position: -64px 32px;}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
<script lang="typescript">
|
||||
this.mixin('i');
|
||||
|
||||
this.uploads = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue