fix: clean up renderer lint issues and refresh lockfile (#4860)

This commit is contained in:
DIYgod 2026-02-19 16:38:40 +08:00 committed by GitHub
parent ad824a4d96
commit d386c00ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1776 additions and 4104 deletions

View File

@ -8,7 +8,6 @@ import { ELECTRON_BUILD } from "@follow/shared/constants"
import { springScrollTo } from "@follow/utils/scroller"
import { clsx, cn, getOS } from "@follow/utils/utils"
import { m } from "framer-motion"
import { LinearBlur } from "progressive-blur"
import { isValidElement, useCallback, useEffect, useRef, useState } from "react"
import { useHotkeys } from "react-hotkeys-hook"
import { useTranslation } from "react-i18next"

View File

@ -22,11 +22,6 @@ export const AI_SETTING_SECTION_IDS = {
timelinePrompt: "settings-ai-timeline-prompt",
} as const
export const AI_SETTING_SECTION_IDS = {
shortcuts: "settings-ai-shortcuts",
tasks: "settings-ai-tasks",
} as const
export const SettingAI = () => {
const { t } = useTranslation("ai")

File diff suppressed because it is too large Load Diff