📝 docs(bot): Auto sync agents & plugin to readme

This commit is contained in:
lobehubbot
2026-01-15 16:49:13 +00:00
parent 108c153d3f
commit b04faaf525
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,11 @@
[
{
"children": {
"improvements": ["Migrate Next.js navigation APIs to React Router for SPA."]
},
"date": "2026-01-15",
"version": "2.0.0-next.295"
},
{
"children": {},
"date": "2026-01-15",

View File

@@ -5,11 +5,10 @@ import qs from 'query-string';
import { memo, useMemo } from 'react';
import { useTranslation } from 'react-i18next';
import Link from '@/libs/router/Link';
import { usePathname } from '@/libs/router/navigation';
import { useQuery } from '@/libs/router/navigation';
import InlineTable from '@/components/InlineTable';
import PublishedTime from '@/components/PublishedTime';
import Link from '@/libs/router/Link';
import { usePathname, useQuery } from '@/libs/router/navigation';
import { type AssistantMarketSource, AssistantNavKey } from '@/types/discover';
import Title from '../../../../../features/Title';

View File

@@ -6,10 +6,9 @@ import { memo, useState } from 'react';
import { useTranslation } from 'react-i18next';
import urlJoin from 'url-join';
import { usePathname } from '@/libs/router/navigation';
import { useQuery } from '@/libs/router/navigation';
import { withSuspense } from '@/components/withSuspense';
import { useQueryRoute } from '@/hooks/useQueryRoute';
import { usePathname, useQuery } from '@/libs/router/navigation';
const prefixCls = 'ant';

View File

@@ -1,6 +1,4 @@
import { usePathname } from '@/libs/router/navigation';
import { useSearchParams } from '@/libs/router/navigation';
import { usePathname, useSearchParams } from '@/libs/router/navigation';
import { ProfileTabs, SettingsTabs, SidebarTabKey } from '@/store/global/initialState';
/**