Manav Rathi 1 年之前
父節點
當前提交
170aef9b30
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      desktop/src/main/ipc.ts
  2. 0 0
      desktop/src/services/clip.ts
  3. 1 1
      web/packages/next/types/ipc.ts

+ 1 - 1
desktop/src/main/ipc.ts

@@ -19,7 +19,7 @@ import {
 import {
 import {
     clipImageEmbedding,
     clipImageEmbedding,
     clipTextEmbedding,
     clipTextEmbedding,
-} from "../services/clip-service";
+} from "../services/clip";
 import { runFFmpegCmd } from "../services/ffmpeg";
 import { runFFmpegCmd } from "../services/ffmpeg";
 import { getDirFiles } from "../services/fs";
 import { getDirFiles } from "../services/fs";
 import {
 import {

+ 0 - 0
desktop/src/services/clip-service.ts → desktop/src/services/clip.ts


+ 1 - 1
web/packages/next/types/ipc.ts

@@ -72,7 +72,7 @@ export interface Electron {
     clearStores: () => void;
     clearStores: () => void;
 
 
     /**
     /**
-     * Return the previously saved encryption key from persintent safe storage.
+     * Return the previously saved encryption key from persistent safe storage.
      *
      *
      * If no such key is found, return `undefined`.
      * If no such key is found, return `undefined`.
      *
      *