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