Skip to content

Commit

Permalink
add lobe-chat recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzz1y committed Nov 16, 2024
1 parent f1b2809 commit 1b2b4c0
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
54 changes: 54 additions & 0 deletions recipes/lobe-chat/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recipes/lobe-chat/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
11 changes: 11 additions & 0 deletions recipes/lobe-chat/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "lobe-chat",
"name": "LobeChat",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://lobechat.com",
"hasHostedOption": true,
"hasCustomUrl": true
}
}
9 changes: 9 additions & 0 deletions recipes/lobe-chat/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};

0 comments on commit 1b2b4c0

Please sign in to comment.