maple3142 / GDIndex

A Google Drive Index built with Vue Running on CloudFlare Workers
https://gdindex-demo.maple3142.workers.dev/
MIT License
1.85k stars 1.13k forks source link

部署完一堆js报错呀 #143

Closed gimgoo closed 4 years ago

gimgoo commented 4 years ago

image

maple3142 commented 4 years ago

請把你複製到的全部code給我

gimgoo commented 4 years ago

`self.props = { title: 'GDIndex', default_root_id: 'root', client_id: '', client_secret: '', refresh_token: '', auth: false, user: '', pass: '', upload: false, lite: false }; (function () { 'use strict';

/**

}());`

gimgoo commented 4 years ago

我复制的code都是https://github.com/maple3142/GDIndex/blob/master/worker/dist/worker.js这里面的。

maple3142 commented 4 years ago

https://gdindex-code-builder.maple3142.net/ 讀裡面的英文,一行一行讀,並且照做 你的props明顯有問題

gimgoo commented 4 years ago

大佬意思是我贴出来的code缺少client id,client secret,refresh_token?

gimgoo commented 4 years ago

这些我都有啊,没问题的,我之前用的是goindex,只不过这里贴代码,总不能把那三个贴出来哇

maple3142 commented 4 years ago

那我不知道