-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from little-buddy/flac
Update music-api version
- Loading branch information
Showing
283 changed files
with
1,083 additions
and
17,083 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "radishes-v2"] | ||
path = packages/api | ||
url = [email protected]:radishes-music/NeteaseCloudMusicApi.git | ||
branch = radishes |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
nodeLinker: node-modules | ||
npmRegistryServer: 'https://registry.npmmirror.com' | ||
|
||
npmRegistryServer: "https://registry.npmmirror.com" | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,17 @@ | |
"author": "Linkontoask", | ||
"description": "Cross-platform copyright-free music platform", | ||
"scripts": { | ||
"bootstrap": "npx [email protected] bootstrap", | ||
"bootstrap": "yarn workspaces foreach install", | ||
"dev": "concurrently -r \"yarn dev:api\" \"yarn generate:theme\" \"yarn dev:web\"", | ||
"dev:web": "cross-env NODE_ENV=development vite --mode browser", | ||
"dev:api": "lerna exec --scope @radishes/api -- yarn run dev", | ||
"dev:api": "yarn workspace @radishes/api run dev", | ||
"dev:electron": "concurrently -r \"yarn generate:theme\" \"electron-vite dev --mode electron.dev --outDir dist-electron\"", | ||
"build": "cross-env NODE_ENV=production vite build --mode browser", | ||
"build:electron": "npx electron-vite build --mode electron.build --outDir dist-electron", | ||
"build:electron:win": "node script/build.js --win", | ||
"build:electron:linux": "node script/build.js --linux", | ||
"build:electron:macos": "node script/build.js --mac", | ||
"build:api": "lerna exec --scope @radishes/api -- yarn run build", | ||
"pkg": "npx rimraf dist-electron && yarn build:electron && npx electron-builder --config .electron-builder.config.js", | ||
"build:web": "yarn generate:theme && cross-env NODE_ENV=production vite build --mode browser", | ||
"build:electron": "npx rimraf dist-electron && npx electron-vite build --mode electron.build --outDir dist-electron", | ||
"build:api": "yarn workspace @radishes/api run build", | ||
"pkg:win": "yarn build:electron && yarn workspace @radishes/api run buildwin && npx electron-builder --config .electron-builder.config.js -w", | ||
"pkg:linux": "yarn build:electron && yarn workspace @radishes/api run buildlinux && npx electron-builder --config .electron-builder.config.js -l", | ||
"pkg:macos": "yarn build:electron && yarn workspace @radishes/api run buildmacos && npx electron-builder --config .electron-builder.config.js -m", | ||
"test": "lerna run test --stream", | ||
"test:unit": "vue-cli-service test:unit", | ||
"test:open": "cypress open", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.