fix: build

This commit is contained in:
2024-02-23 19:04:41 +08:00
parent 2224d2e5ed
commit 4b1f81f72b

View File

@@ -1,5 +1,3 @@
import React from "react";
const logprobToColor = (logprob: number) => {
// 将logprob转换为百分比
const percent = Math.exp(logprob) * 100;