mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
docs: update 文档
This commit is contained in:
@@ -213,7 +213,7 @@ export default {
|
||||
let filePath = '';
|
||||
if (process.platform === 'win32') {
|
||||
const rawFilePath = clipboard.read('FileNameW');
|
||||
filePath = rawFilePath.replace(new RegExp(String.fromCharCode(0), 'g'), ''); } else {
|
||||
filePath = rawFilePath.replace(new RegExp(String.fromCharCode(0), 'g'), '');
|
||||
if (filePath.indexOf('plugin.json') >= 0) {
|
||||
this.search({
|
||||
filePath,
|
||||
|
||||
Reference in New Issue
Block a user