1 Star 1 Fork 0

红花会/微信Markdown编辑器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.js 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
不恋水的鱼 提交于 2021-09-01 08:35 . 123
const fs = require("fs");
const manifest = require("./src/manifest.json");
manifest.h5.publicPath = process.env.SERVER_ENV !== "NETLIFY" ? "/md/" : "/";
const result = JSON.stringify(manifest, null, 2);
fs.writeFile("./src/manifest.json", result, function (err) {
if (err) {
console.error(err);
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/safflower_club/wechat-markdown-editor.git
git@gitee.com:safflower_club/wechat-markdown-editor.git
safflower_club
wechat-markdown-editor
微信Markdown编辑器
master

搜索帮助