Skip to content

Commit 607f9e3

Browse files
committed
build
1 parent bdc46f0 commit 607f9e3

File tree

9 files changed

+9
-11
lines changed

9 files changed

+9
-11
lines changed

client/dist/css/index.a465d18a.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/dist/css/index.e7a9c234.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>直播语音转换</title><script src="/lib/live2dcubismcore.min.js"></script><script src="/lib/live2d.min.js"></script><link href="/css/Live2d.e6e99418.css" rel="prefetch"><link href="/css/SpeechControl.5232a72b.css" rel="prefetch"><link href="/css/chat.79f1f898.css" rel="prefetch"><link href="/js/Live2d.a7036ce8.js" rel="prefetch"><link href="/js/SpeechControl.60bff392.js" rel="prefetch"><link href="/js/chat.825eab04.js" rel="prefetch"><link href="/css/chunk-vendors.7a49e00f.css" rel="preload" as="style"><link href="/css/index.a465d18a.css" rel="preload" as="style"><link href="/js/chunk-vendors.072852c3.js" rel="preload" as="script"><link href="/js/index.e9d81645.js" rel="preload" as="script"><link href="/css/chunk-vendors.7a49e00f.css" rel="stylesheet"><link href="/css/index.a465d18a.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 直播语音转换 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.072852c3.js"></script><script src="/js/index.e9d81645.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>直播语音转换</title><script src="/lib/live2dcubismcore.min.js"></script><script src="/lib/live2d.min.js"></script><link href="/css/Live2d.e6e99418.css" rel="prefetch"><link href="/css/SpeechControl.5232a72b.css" rel="prefetch"><link href="/css/chat.79f1f898.css" rel="prefetch"><link href="/js/Live2d.a7036ce8.js" rel="prefetch"><link href="/js/SpeechControl.60bff392.js" rel="prefetch"><link href="/js/chat.825eab04.js" rel="prefetch"><link href="/css/chunk-vendors.7a49e00f.css" rel="preload" as="style"><link href="/css/index.e7a9c234.css" rel="preload" as="style"><link href="/js/chunk-vendors.072852c3.js" rel="preload" as="script"><link href="/js/index.1da8eb55.js" rel="preload" as="script"><link href="/css/chunk-vendors.7a49e00f.css" rel="stylesheet"><link href="/css/index.e7a9c234.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 直播语音转换 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.072852c3.js"></script><script src="/js/index.1da8eb55.js"></script></body></html>

client/dist/js/index.1da8eb55.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/js/index.1da8eb55.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/js/index.e9d81645.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

client/dist/js/index.e9d81645.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/src/assets/css/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,9 @@ input[type='password'] {
814814
.countdown-progressbar.p-progressbar-determinate .p-progressbar-value-animate {
815815
transition: width 0s ease-in-out !important;
816816
}
817+
.p-progressbar-determinate .p-progressbar-value-animate {
818+
transition: width 0s ease-in-out !important;
819+
}
817820
.countdown-progressbar.p-progressbar {
818821
height: 5px;
819822
}

client/src/views/Home.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,4 @@ export default {
960960
.input-text-full .p-password-input {
961961
width: 100%;
962962
}
963-
</style>
964-
<style>
965-
.p-progressbar-determinate .p-progressbar-value-animate {
966-
transition: width 0s ease-in-out;
967-
}
968-
</style>
963+
</style>

0 commit comments

Comments
 (0)