2 Star 3 Fork 1

jobily/moments

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.d.ts 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
declare module "nuxt/schema" {
interface RuntimeConfig {
googleRecaptchaSecretKey: string;
notifyMail: string;
mailHost: string;
mailPort: number;
mailSecure: boolean;
mailName: string;
mailPassword: string;
mailFrom: string;
mailFromName: string;
aliyunAccessKeyId:string;
aliyunAccessKeySecret: string;
}
interface PublicRuntimeConfig {
aliyunTextJudgeEnable: boolean;
notifyByEmailEnable: boolean;
momentsShowComment: boolean;
momentsCommentEnable: boolean;
momentsCommentOrderBy: string;
momentsCommentMaxLength: number;
momentsToolbarEnableDouban: boolean;
momentsToolbarEnableMusic163: boolean;
momentsToolbarEnableVideo: boolean;
momentsMaxLine: number;
siteUrl:string;
pageSize:number;
timeFormat:'AGO'&'DATE'
}
}
// It is always important to ensure you import/export something when augmenting a type
export {};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hubo/moments.git
git@gitee.com:hubo/moments.git
hubo
moments
moments
master

搜索帮助