mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
📝 docs(bot): Auto sync agents & plugin to readme
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user