fix: 重新生成 docs
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
import { Message, Notification } from '@arco-design/web-react';
|
||||
import { net } from '@shared';
|
||||
import { net } from '../../utils';
|
||||
import type { NavigateFunction } from 'react-router';
|
||||
import { useGlobalStore } from '../../stores/global';
|
||||
import type { AuthLoginResponse, AuthURLResponse } from './types';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { APIResponse } from '@shared';
|
||||
import type { APIResponse } from '../../utils';
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type APIResponse, net } from '@shared';
|
||||
import { type APIResponse, net } from '../../../utils';
|
||||
import type {
|
||||
Branch,
|
||||
Commit,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type APIResponse, net } from '@shared';
|
||||
import { type APIResponse, net } from '../../../utils';
|
||||
import type { Project } from '../types';
|
||||
|
||||
class ProjectService {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type APIResponse, net } from '@shared';
|
||||
import { type APIResponse, net } from '../utils';
|
||||
import { create } from 'zustand';
|
||||
|
||||
interface User {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@pages/*": ["./src/pages/*"],
|
||||
"@styles/*": ["./src/styles/*"],
|
||||
"@assets/*": ["./src/assets/*"],
|
||||
"@shared": ["./src/shared"]
|
||||
"@shared": ["src/utils"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
|
||||
Reference in New Issue
Block a user