style:1.只在项目首页展示更新日志
This commit is contained in:
@@ -23,7 +23,6 @@ import Login from './pages/Login';
|
|||||||
import AuthCallback from './pages/AuthCallback';
|
import AuthCallback from './pages/AuthCallback';
|
||||||
import ProtectedRoute from './components/ProtectedRoute';
|
import ProtectedRoute from './components/ProtectedRoute';
|
||||||
import AppFooter from './components/AppFooter';
|
import AppFooter from './components/AppFooter';
|
||||||
import ChangelogFloatingButton from './components/ChangelogFloatingButton';
|
|
||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
@@ -61,7 +60,6 @@ function App() {
|
|||||||
{/* <Route path="polish" element={<Polish />} /> */}
|
{/* <Route path="polish" element={<Polish />} /> */}
|
||||||
</Route>
|
</Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
<ChangelogFloatingButton />
|
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
</ConfigProvider>
|
</ConfigProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import { useProjectSync } from '../store/hooks';
|
|||||||
import type { ReactNode } from 'react';
|
import type { ReactNode } from 'react';
|
||||||
import { cardStyles, cardHoverHandlers, gridConfig } from '../components/CardStyles';
|
import { cardStyles, cardHoverHandlers, gridConfig } from '../components/CardStyles';
|
||||||
import UserMenu from '../components/UserMenu';
|
import UserMenu from '../components/UserMenu';
|
||||||
|
import ChangelogFloatingButton from '../components/ChangelogFloatingButton';
|
||||||
|
|
||||||
const { Title, Text, Paragraph } = Typography;
|
const { Title, Text, Paragraph } = Typography;
|
||||||
|
|
||||||
@@ -1232,6 +1233,7 @@ export default function ProjectList() {
|
|||||||
</Form>
|
</Form>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
|
<ChangelogFloatingButton />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user