1 Star 0 Fork 29

phubing/weather-push-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
追风少年 提交于 2022-08-29 17:04 . 修复生日问题及代码优化
const config = {
// 公众号配置
app_id: "", // 公众号appId
app_secret: "", // 公众号appSecret
user: "", // 接收公众号消息的微信号
template_id: "", // 模板 id
// 信息配置
city: "合肥", // 所在城市
birthday1: { "name": "宝贝", "birthday": "2022-12-27" }, // 宝贝生日(阳历),姓名和生日,生日格式为"年-月-日"
birthday2: { "name": "我的", "birthday": "2022-11-28" }, // 我的生日,同上
love_date: "2021-8-25", // 在一起的日期,年月日以"-"分隔
loveStr: "", // 如果填写,则以填写内容为主,如果不填写则自动获取土味情话语句
}
module.exports = config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/phubing/weather-push-js.git
git@gitee.com:phubing/weather-push-js.git
phubing
weather-push-js
weather-push-js
master

搜索帮助