chore: sync

This commit is contained in:
lencx
2022-12-23 00:44:08 +08:00
parent 8319eae519
commit 6abe7c783e

View File

@@ -15,7 +15,6 @@ const setTag = (data: Record<string, any>[]) => data.map((i) => ({ ...i, tags: [
export default function SyncMore() {
const [isVisible, setVisible] = useState(false);
// const [modelPath, setChatModelPath] = useState('');
const { modelData, modelSet } = useChatModel('sync_url', CHAT_MODEL_SYNC_JSON);
const { opData, opInit, opAdd, opRemove, opReplace, opSafeKey } = useData([]);
const { columns, ...opInfo } = useColumns(pathColumns());