技能备份 - 2026-04-15 (40个技能)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
function loadFeishuClient() {
|
||||
try {
|
||||
return require("../../feishu-common/index.js");
|
||||
} catch (err) {
|
||||
const depErr = new Error(
|
||||
"Missing dependency: feishu-common. Install feishu-common skill first, then retry.",
|
||||
);
|
||||
depErr.cause = err;
|
||||
throw depErr;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = loadFeishuClient();
|
||||
Reference in New Issue
Block a user