修改图标和杂项
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
|
|||||||
],
|
],
|
||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
title: "Nuxtor",
|
title: "播放器",
|
||||||
charset: "utf-8",
|
charset: "utf-8",
|
||||||
viewport: "width=device-width, initial-scale=1",
|
viewport: "width=device-width, initial-scale=1",
|
||||||
meta: [
|
meta: [
|
||||||
|
BIN
public/logo.png
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 14 KiB |
@@ -31,14 +31,14 @@
|
|||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
"devUrl": "http://localhost:3000"
|
"devUrl": "http://localhost:3000"
|
||||||
},
|
},
|
||||||
"productName": "Nuxtor",
|
"productName": "播放端Demo",
|
||||||
"version": "1.4.0",
|
"version": "1.0.0",
|
||||||
"identifier": "com.nicolaspadari.nuxtor",
|
"identifier": "com.nicolaspadari.nuxtor",
|
||||||
"plugins": {},
|
"plugins": {},
|
||||||
"app": {
|
"app": {
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Nuxtor",
|
"title": "播放端Demo",
|
||||||
"width": 1366,
|
"width": 1366,
|
||||||
"height": 768,
|
"height": 768,
|
||||||
"minWidth": 375,
|
"minWidth": 375,
|
||||||
|