first commit
This commit is contained in:
12
user-config.template.js
Executable file
12
user-config.template.js
Executable file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 用户的自定义配置文件,存放用户的一些账号信息。
|
||||
* 执行npm命令后会自动生成.user-config.js文件。
|
||||
* 目前相关信息只会影响到电子邮箱与关键词的翻译
|
||||
*/
|
||||
export default {
|
||||
emailUserName: '', // 电子邮箱账号
|
||||
emailPassword: '', // 电子邮箱的授权码
|
||||
baiDuTranslationAppId: '', // 百度翻译的appID
|
||||
baiDuTranslationAppKey: '', // 百度翻译的appKey
|
||||
themoviedbAppKey: '', // themoviedb电影壁纸站的id
|
||||
}
|
||||
Reference in New Issue
Block a user