项目初始化
This commit is contained in:
11
src/conf/keys.conf.ts
Normal file
11
src/conf/keys.conf.ts
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
|
||||
/**
|
||||
* 第三方控件键值
|
||||
*/
|
||||
export const keysConf = {
|
||||
/**
|
||||
* 网易云盾ID
|
||||
*/
|
||||
yidun_capcha_id: `73aa170bb84a42feb63ec5fe01795d36`,
|
||||
};
|
||||
Reference in New Issue
Block a user