65 Star 236 Fork 68

PESCMS/PESCMS-DOC

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bs-config.js 562 Bytes
Copy Edit Raw Blame History
PESCMS authored 2025-03-27 21:40 +08:00 . 添加文档目录和文档内容查询API接口。
module.exports = {
proxy: "", // 你的 PHP 开发服务器地址
files: [
"./**/*.php", // 使用相对路径
"./**/*.js",
"./**/*.css"
],
notify: false,
open: false,
watchOptions: {
ignored: ['**/node_modules/**', '**/dist/**']
},
// https: { //如果您的proxy地址带有https,请取消注释此部分,然后本地证书直接用mkcert生成:localhost
// key: './localhost-key.pem', // 指定密钥路径
// cert: './localhost.pem' // 指定证书路径
// }
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fallBirds/PESCMS-DOC.git
git@gitee.com:fallBirds/PESCMS-DOC.git
fallBirds
PESCMS-DOC
PESCMS-DOC
master

Search