mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix File Path, Automatically copy efy when building
Co-authored-by: rubyowo <perhaps-you-know@what-is.ml>
This commit is contained in:
parent
ffa7a68636
commit
1f651a6111
5 changed files with 39 additions and 80 deletions
|
@ -57,9 +57,8 @@ import router from "@/router/router.js";
|
|||
|
||||
import "uno.css";
|
||||
|
||||
/*EFY UI*/
|
||||
/*EFY*/
|
||||
import "efy/efy.css";
|
||||
import "efy/lang/en.css"; // temporary translation fix
|
||||
import "./piped.css";
|
||||
import "efy/efy.js";
|
||||
import "./piped.js";
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
--efy_body_width: 100%;
|
||||
--efy_body_padding: 15rem;
|
||||
--efy_font_family: 'nunito', sans-serif, emoji;
|
||||
--efy_folder: ../node_modules/efy;
|
||||
--efy_audio_folder: ../node_modules/efy/audio;
|
||||
--efy_lang_folder: ../node_modules/efy/lang;
|
||||
--efy_folder: efy;
|
||||
--efy_audio_folder: efy/audio;
|
||||
--efy_lang_folder: efy/lang;
|
||||
--efy_lang_code: en;
|
||||
--efy_modules: efy_quick, efy_filters, efy_backup, efy_accessibility, efy_audio, efy_language, efy_extra;
|
||||
--efy_protocol: http;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue