mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): 新增网址导航页面
This commit is contained in:
7
src/settings/website.ts
Normal file
7
src/settings/website.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { WebsiteCategory } from '@/interface';
|
||||
|
||||
import websiteJson from './website.json';
|
||||
|
||||
const website: WebsiteCategory[] = websiteJson;
|
||||
|
||||
export default website;
|
||||
Reference in New Issue
Block a user