agentosity 0.2.3 → 0.2.4
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.
- package/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -177,7 +177,7 @@ async function clockout() {
|
|
|
177
177
|
console.log(`✅ 下班快乐!${r.clocked_local}`);
|
|
178
178
|
if (r.rank_company != null) console.log(` 你是公司今天第 ${r.rank_company} 个下班的 · 全网第 ${r.rank_global} 个`);
|
|
179
179
|
if (r.note) console.log(` ${r.note}`);
|
|
180
|
-
console.log(`
|
|
180
|
+
console.log(` 榜单实时更新:${apiBase()}/me`);
|
|
181
181
|
} else {
|
|
182
182
|
console.error(`打卡失败:${r?.error ?? "网络不可达"}`);
|
|
183
183
|
process.exit(1);
|