在md文档中使用jsonc解决注释报红的问题 (#252)

This commit is contained in:
ZShab Niba 2025-02-11 16:38:51 +08:00 committed by GitHub
parent fa93f29839
commit eebe4dcaaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,7 @@ use [https://www.mail-tester.com/](https://www.mail-tester.com/) for checking.
# Configuration file format description
```json
```jsonc
{
"logLevel": "info", //log output level
"domain": "domain.com", // Your domain

View File

@ -80,7 +80,7 @@ PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱
# 配置文件说明
```json
```jsonc
{
"logLevel": "info", //日志输出级别
"domain": "domain.com", // 你的域名

View File

@ -35,7 +35,7 @@ curl -X POST http://localhost:8501/v1/models/emotion_model:predict -d '{
将得到类似输出:
```json
```jsonc
{
"predictions": [
[

View File

@ -6,7 +6,7 @@ Copy plugin binary file to `/plugins`
add config.json to `/plugins/config.com` like this:
```json
```jsonc
{
"tgChatId": "", // telegram chatid
"tgBotToken": "", // telegram token

View File

@ -9,7 +9,7 @@ add config.json to `/plugins/config.com` like this:
新建配置文件`/plugins/config.com`,内容如下
```json
```jsonc
{
"weChatPushAppId": "", // wechat appid
"weChatPushSecret": "", // weChat Secret