mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: 增加 storybook
This commit is contained in:
parent
8d7ae405a6
commit
0520af8466
21 changed files with 9127 additions and 104 deletions
|
|
@ -8,7 +8,10 @@ const pkg = require(`${process.cwd()}/package.json`)
|
|||
const axios = require('axios')
|
||||
const { execSync } = require('child_process')
|
||||
const path = require('path')
|
||||
const { isLinux, isWindows, isMac } = require('../utils')
|
||||
|
||||
const isWindows = process.platform === 'win32'
|
||||
const isMac = process.platform === 'darwin'
|
||||
const isLinux = process.platform === 'linux'
|
||||
|
||||
const electronVersion = pkg.devDependencies.electron.replaceAll('^', '')
|
||||
const betterSqlite3Version = pkg.dependencies['better-sqlite3'].replaceAll(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue