提交代码
parents
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc.yaml
0 → 100644
README.md
0 → 100644
build/entitlements.mac.plist
0 → 100644
build/icon.icns
0 → 100644
File added
build/icon.ico
0 → 100644
File added
build/icon.png
0 → 100644
35.1 KB
build/icons/mac/icon.icns
0 → 100644
File added
build/icons/png/1024x1024.png
0 → 100644
285 KB
build/icons/png/128x128.png
0 → 100644
14.8 KB
build/icons/png/16x16.png
0 → 100644
746 Bytes
build/icons/png/24x24.png
0 → 100644
1.25 KB
build/icons/png/256x256.png
0 → 100644
39.4 KB
build/icons/png/32x32.png
0 → 100644
1.95 KB
build/icons/png/48x48.png
0 → 100644
3.66 KB
build/icons/png/512x512.png
0 → 100644
106 KB
build/icons/png/64x64.png
0 → 100644
5.52 KB
build/icons/win/icon.ico
0 → 100644
File added
build/logo.ico
0 → 100644
File added
build/logo.png
0 → 100644
1.58 KB
dev-app-update.yml
0 → 100644
electron-builder.yml
0 → 100644
electron.vite.config.mjs
0 → 100644
extend/electron-screenshots/README.md
0 → 100644
extend/electron-screenshots/lib/demo.d.ts
0 → 100644
extend/electron-screenshots/lib/demo.js
0 → 100644
extend/electron-screenshots/lib/event.d.ts
0 → 100644
extend/electron-screenshots/lib/event.js
0 → 100644
extend/electron-screenshots/lib/index.cjs.js
0 → 100644
extend/electron-screenshots/lib/index.d.ts
0 → 100644
extend/electron-screenshots/lib/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
extend/electron-screenshots/lib/padStart.js
0 → 100644
extend/electron-screenshots/lib/preload.d.ts
0 → 100644
extend/electron-screenshots/lib/preload.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
extend/electron-screenshots/package.json
0 → 100644
{ | ||
"name": "electron-screenshots", | ||
"version": "0.5.26", | ||
"description": "electron 截图插件", | ||
"types": "lib/index.d.ts", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.js", | ||
"files": [ | ||
"lib/**" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"start": "cross-env DEBUG=electron-screenshots electron lib/demo.js", | ||
"dev": "tsc --sourceMap --watch", | ||
"build": "npm run lint && npm run clean && tsc", | ||
"lint": "eslint . --ext .js,.ts --fix", | ||
"clean": "rimraf lib" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nashaofu/screenshots.git" | ||
}, | ||
"keywords": [ | ||
"electron", | ||
"shortcut", | ||
"screenshot", | ||
"cropper" | ||
], | ||
"author": "nashaofu", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/nashaofu/screenshots/issues" | ||
}, | ||
"homepage": "https://github.com/nashaofu/screenshots/tree/master/packages/electron-screenshots#readme", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.4", | ||
"fs-extra": "^11.1.1", | ||
"node-screenshots": "^0.1.9", | ||
"react-screenshots": "file:react-screenshots" | ||
}, | ||
"peerDependencies": { | ||
"electron": ">=14" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.7", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/node": "^18.15.11", | ||
"@typescript-eslint/eslint-plugin": "^5.57.0", | ||
"@typescript-eslint/parser": "^5.57.0", | ||
"cross-env": "^7.0.3", | ||
"electron": "^23.2.0", | ||
"eslint": "^8.37.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"rimraf": "^4.4.1", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
This diff is collapsed.
Click to expand it.
resources/icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/mac/intel/AIMouseLibrary.node
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/mac/intel/AIMouseSDK.node
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/mac/m1/AIMouseLibrary.node
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/mac/m1/AIMouseSDK.node
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMOUSE.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMOUSELIB_X64/AIMOUSE.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMOUSELIB_X64/AIMOUSE.h
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMOUSELIB_X64/AIMOUSE.lib
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMouseCSharp/AIMOUSE.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMouseSDK/AIMOUSE.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMouseSDK/AIMOUSE.h
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/AIMouseSDK/AIMOUSE.lib
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/CyUSB.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/NAudio.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/elecUSBMouse.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/input_dll/voice_input.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/input_dll/voice_input.h
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/input_dll/voice_input.lib
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/input_dll/使用说明.txt
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/sbcble.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lib/win/testelec.dll
0 → 100644
This diff is collapsed.
Click to expand it.
resources/logo.ico
0 → 100644
This diff is collapsed.
Click to expand it.
resources/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
resources/tray-w.ico
0 → 100644
This diff is collapsed.
Click to expand it.
resources/tray32x32@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/copyAiMouseSDKNode.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/dataCenter/RSData/main/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/dataCenter/RSData/renderer/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/eventCenter/RSEvent/main/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/eventCenter/RSEvent/renderer/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/eventCenter/constant/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/index1.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupDB.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupFFI/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupFFI/librarySDK/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/init/setupFFI/mouseSDK/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/init/setupFFI1.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupKeyboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupLog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/init/setupScreenshot.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSApp.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSCommand.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSDialog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSManager.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSPage.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSPlugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/RSRouter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/middleware/command.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-asr-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-create-dir-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-data-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-event-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-ffi-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-log-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-log-service-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-m-key-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-mouse-setup.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-page-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-screenshots-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-tray-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-update-plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/lib/plugin/rs-vioce-input.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/ai.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/answerPanel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/appSetting.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/audioWin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/captions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/checkAudioAlert.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/commandPanel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/home.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/page/nmHome.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/libs/ASR/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/libs/Bus.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/libs/TTS/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/libs/ws/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/usePCMPlayer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/raisoundRecordSdk/util.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/router.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/ASRBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/LogsBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/MKeyBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/NLPBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/OCRBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/RSManager.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/UpdataBuilder.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/baiduAPI.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/createWindown.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/mouseSDK.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/mouseSDK/bluetoothSDK.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/mouseSDK/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/mouseSDK/usbSDK.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/screenshots.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/translate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/util.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main/tools/windowManager.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/preload/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/preload/useAppMethods.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/preload/useFFIMethods.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/preload/usePageMethods.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/App.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/css/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/css/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/css/iconfont.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/css/iconfont.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/css/styles.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/icons.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/home-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-AI-w.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-AI.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-IE-w.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-IE.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-message.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-mouse-w.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-mouse.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-setting.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-sliders.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/icon-typing.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/图层 12.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/图层 13.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/图层 3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/图层 4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/图层 5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 1 拷贝 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 1 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 3 拷贝 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 3 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 7 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 7.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 8 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/圆角矩形 8.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/形状 1 拷贝 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/形状 1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/形状 3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/形状 5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/椭圆 1 拷贝 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/椭圆 1 拷贝 3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/椭圆 1 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/椭圆 1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 5 拷贝 2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 5 拷贝 3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 5 拷贝.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/矩形 5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/组 20.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/组 21.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/组 22.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/img/组 23.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/input-text.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/ok.wav
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/run-voice.wav
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/sound.wav
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/assets/voice.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/components/Versions.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/scss/theme/default.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/scss/theme/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/util/translate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/answerPanel/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/appSetting/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/views/audioWin/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/captions/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/capturer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/views/dialog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/renderer/src/views/home/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/home/index1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/hook/useDialog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/hook/useQueue.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/renderer/src/views/webview/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment