mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 05:46:07 +02:00
Update year
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
/*
|
||||
/* Copyright(c) 2019-2025 pypy and individual contributors.
|
||||
/* All rights reserved.
|
||||
/*
|
||||
/* This work is licensed under the terms of the MIT license.
|
||||
/* For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
*/
|
||||
|
||||
@import 'element-plus/dist/index.css';
|
||||
@import 'element-plus/theme-chalk/dark/css-vars.css';
|
||||
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
// Copyright(c) 2019-2025 pypy, Natsumi and individual contributors.
|
||||
// All rights reserved.
|
||||
//
|
||||
// This work is licensed under the terms of the MIT license.
|
||||
// For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
import { createApp } from 'vue';
|
||||
|
||||
import ElementPlus from 'element-plus';
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
}}</a>
|
||||
</p>
|
||||
<p>
|
||||
© 2019-2025
|
||||
© 2019-2026
|
||||
<a class="x-link" @click="openExternalLink('https://github.com/pypy-vrc')">pypy</a> &
|
||||
<a class="x-link" @click="openExternalLink('https://github.com/Natsumi-sama')">Natsumi</a>
|
||||
</p>
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
<span class="header">{{ t('view.settings.general.legal_notice.header') }}</span>
|
||||
<div class="options-container-item" style="display: block">
|
||||
<p>
|
||||
© 2019-2025
|
||||
© 2019-2026
|
||||
<a class="x-link" @click="openExternalLink('https://github.com/pypy-vrc')">pypy</a> &
|
||||
<a class="x-link" @click="openExternalLink('https://github.com/Natsumi-sama')">Natsumi</a>
|
||||
</p>
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
/*
|
||||
/* Copyright(c) 2019-2025 pypy and individual contributors.
|
||||
/* All rights reserved.
|
||||
/*
|
||||
/* This work is licensed under the terms of the MIT license.
|
||||
/* For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
*/
|
||||
|
||||
@import 'tailwindcss';
|
||||
|
||||
@import 'animate.css/animate.min.css';
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
// Copyright(c) 2019-2025 pypy, Natsumi and individual contributors.
|
||||
// All rights reserved.
|
||||
//
|
||||
// This work is licensed under the terms of the MIT license.
|
||||
// For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
import { createApp } from 'vue';
|
||||
|
||||
import { i18n } from '../plugin/i18n';
|
||||
|
||||
Reference in New Issue
Block a user