mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
update "alice" references to "swing"
This commit is contained in:
parent
22da349948
commit
3b8c72cdf2
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "musicx-v",
|
"name": "swing_music_client",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0.alpha",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"serve": "vite preview",
|
"serve": "vite preview",
|
||||||
"build": "vite build --emptyOutDir --outDir ../alice-core/client",
|
"build": "vite build --emptyOutDir --outDir ../swing-core/client",
|
||||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<ArtistName
|
<ArtistName
|
||||||
:artists="queue.currenttrack?.artist || []"
|
:artists="queue.currenttrack?.artist || []"
|
||||||
:albumartists="
|
:albumartists="
|
||||||
queue.currenttrack?.albumartist || 'Welcome to alice'
|
queue.currenttrack?.albumartist || 'Welcome to Swing'
|
||||||
"
|
"
|
||||||
class="artist"
|
class="artist"
|
||||||
/>
|
/>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="welcome-to-alice">
|
<div class="welcome-to-swing">
|
||||||
<h3 class="t-center">
|
<h3 class="t-center">
|
||||||
Welcome to
|
Welcome to
|
||||||
<span class="app-name">Alice</span>
|
<span class="app-name">Alice</span>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<script setup lang="ts"></script>
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.welcome-to-alice {
|
.welcome-to-swing {
|
||||||
p {
|
p {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user