@ynhcj/xiaoyi-channel 0.0.40-beta → 0.0.41-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
|
|
|
3
3
|
import * as path from "path";
|
|
4
4
|
import { randomUUID } from "crypto";
|
|
5
5
|
import { logger } from "./logger.js";
|
|
6
|
-
const PUSHDATA_FILE = "/home/
|
|
6
|
+
const PUSHDATA_FILE = "/home/sandbox/.openclaw/pushData.json";
|
|
7
7
|
const MAX_PUSHDATA_ITEMS = 1000; // 最多保留 1000 条记录
|
|
8
8
|
/**
|
|
9
9
|
* 格式化北京时间(UTC+8)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { promises as fs } from "fs";
|
|
3
3
|
import * as path from "path";
|
|
4
4
|
import { logger } from "./logger.js";
|
|
5
|
-
const PUSHID_LIST_FILE = "/home/
|
|
5
|
+
const PUSHID_LIST_FILE = "/home/sandbox/.openclaw/pushIdList.json";
|
|
6
6
|
/**
|
|
7
7
|
* 确保目录存在
|
|
8
8
|
*/
|