提交文件大小
Showing
electron/main.js
0 → 100644
electron/package.json
0 → 100644
| { | |||
| "name": "electron-quick-start", | |||
| "version": "1.0.0", | |||
| "description": "A minimal Electron application", | |||
| "main": "main.js", | |||
| "scripts": { | |||
| "start": "electron .", | |||
| "package": "electron-packager . HelloWorld --platform=win32 --arch=x64 --icon=computer.ico --out=./out --asar --app-version=0.0.1 --overwrite --ignore=node_modules" | |||
| }, | |||
| "repository": "https://github.com/electron/electron-quick-start", | |||
| "keywords": [ | |||
| "Electron", | |||
| "quick", | |||
| "start", | |||
| "tutorial", | |||
| "demo" | |||
| ], | |||
| "author": "GitHub", | |||
| "license": "CC0-1.0", | |||
| "devDependencies": { | |||
| "electron": "^9.0.0" | |||
| }, | |||
| "dependencies": { | |||
| "electron-packager": "^14.2.1" | |||
| } | |||
| } | 
| { | { | ||
| "name": "snow-mobile", | "name": "tiktok-upload", | ||
| "private": true, | "private": true, | ||
| "version": "0.0.0", | "version": "0.0.0", | ||
| "type": "module", | "type": "module", | ||
| ... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ | 
| "@vitejs/plugin-vue": "^4.0.0", | "@vitejs/plugin-vue": "^4.0.0", | ||
| "@vitejs/plugin-vue-jsx": "^3.0.1", | "@vitejs/plugin-vue-jsx": "^3.0.1", | ||
| "axios": "^0.24.0", | "axios": "^0.24.0", | ||
| "electron": "^25.2.0", | |||
| "express": "^4.18.2", | "express": "^4.18.2", | ||
| "http-proxy-middleware": "^2.0.6", | "http-proxy-middleware": "^2.0.6", | ||
| "less": "^4.1.1", | "less": "^4.1.1", | ||
| ... | ... | 
src/utils/tradingview.ts
deleted
100644 → 0
Please
register
or
sign in
to comment