代码拉取完成,页面将自动刷新
const qiniuManager = require('./src/utils/QiniuManager')
const {v4: uuidv4} = require("uuid");
const {join} = require("path");
const Store = require('electron-store')
const path = require("path");
const accessKey = 'ir9GbJotIaon4amS7RyuyTRdLIxuEydQFMxmEPEu';
const secretKey = 'WYcWfJJB38O_WFpIYJMamgJVJNQfEWQWuLKbidlm';
const fileStore = new Store({'name': 'Files Data'})
const settingsStore = new Store({ 'name': 'Settings'})
// 空间对应的机房
const zone = 'as0';
const localFile = "C:\\Users\\Administrator\\Documents\\666.md";
const key = '666.md';
const manager = new qiniuManager(accessKey,secretKey,'medocument',zone)
const objToArr = (obj) => {
return Object.keys(obj).map(key => obj[key])
}
// const id = '00db5ee8-8e71-4686-9f89-dfaff72f0cc5'
const url = 'https://seven-actions.oss-cn-shenzhen.aliyuncs.com/sa_rail_work_sheet_resource/b517de9a-2abc-11ea-8e3c-0242ac140007.mp4'
const fileName = path.basename(url)
console.log(fileName)
const cp = require('child_process')
let child = cp.spawn('f:/medoc.exe')
cp.exec('f:/medoc.exe', (err, stdout, stderr) => {
console.log(err, stdout, stderr)
})
// console.log(remote.app.getPath('documents'))
// downloadFile(path.join(app.getPath('documents')))
// manager.uploadFile(key, localFile).then( (data) => {
// console.log(data)
//
// })
// manager.getBucketDomain().then( (data) => {
// console.log(data)
// })
// manager.generateDownloadLink(key).then( (data) => {
// console.log(data)
// })
// manager.getFileList().then( (data) => {
//
// const items = data.items;
// console.log(items)
// // items.forEach(function(item) {
// // console.log(item.key);
// // console.log(item.putTime);
// // console.log(item.hash);
// // console.log(item.fsize);
// // console.log(item.mimeType);
// // console.log(item.type);
// // });
// })
// manager.downloadFile(key,localFile).then( (data) =>{
// console.log(data)
// }).catch((err)=>{
// console.log(err)
// })
// console.log(settingsStore.get('savedFileLocation'))
// const currentFilesObj = fileStore.get('files') || {}
// const getTitles = objToArr(currentFilesObj).map(file => {
// return `${file.title}.md`
// })
//Object.keys(currentFilesObj).length === 0
// const downFileArr = []
// manager.getFileList( ).then((data) => {
// const items = data.items
//
// const downPromiseArr = items.filter(item => {
// if (getTitles.length === 0 ){
// const newId = uuidv4()
//
// downFileArr[newId] = {
// 'id': newId,
// 'key': item.key,
// 'path': join(settingsStore.get('savedFileLocation'), `/${item.key}`),
// 'updatedAt': Math.round(item.putTime / 10000),
// 'isSynced': true,
// 'isInStore': false
// }
// }else{
// objToArr(currentFilesObj).map(file => {
// if (item.key === `${file.title}.md` && Math.round(item.putTime / 10000) > file.updatedAt) {
// console.log('bbb')
// downFileArr[file.id] = {
// 'id': file.id,
// 'key': item.key,
// 'path': file.path,
// 'updatedAt': Math.round(item.putTime / 10000),
// 'isSynced': true,
// 'isInStore': true
// }
// } else if (!getTitles.includes(item.key)) {
// const getNewTitles = objToArr(downFileArr).map(file => {
// return file.key
// })
// if (!getNewTitles.includes(item.key)) {
// const newId = uuidv4()
//
// downFileArr[newId] = {
// 'id': newId,
// 'key': item.key,
// 'path': join(settingsStore.get('savedFileLocation'), `/${item.key}`),
// 'updatedAt': Math.round(item.putTime / 10000),
// 'isSynced': true,
// 'isInStore': false
// }
// }
// }
// })
// }
//
// const getNewTitles = objToArr(downFileArr).map(file => {
// return file.key
// })
// return getNewTitles.includes(item.key)
// })
//
// objToArr(downFileArr).map(item => {
// return manager.downloadFile(item.key, item.path)
// })
// return Promise.all(downPromiseArr)
// }).then( (arr) => {
// console.log(downFileArr)
// })
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。