-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(site/blog): add projects infomation
- Loading branch information
Showing
18 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
import Footer from "@/app/components/Footer"; | ||
import seo from "@/utils/seo"; | ||
import Image from "next/image"; | ||
|
||
import PicGallery from "../components/PicGallery"; | ||
|
||
export async function generateMetadata() { | ||
return seo({ title: "Projects" }); | ||
} | ||
|
||
const pic_url01 = "/images/projects/kupo-monitor/monitor-01.png"; | ||
const pic_url02 = "/images/projects/kupo-monitor/monitor-02.png"; | ||
const pic_url03 = "/images/projects/kupo-monitor/monitor-03.png"; | ||
const pic_url04 = "/images/projects/kupo-monitor/monitor-04.png"; | ||
const pic_url05 = "/images/projects/kupo-monitor/monitor-05.png"; | ||
const pic_url06 = "/images/projects/kupo-monitor/monitor-06.png"; | ||
const pic_urlDashboard = "/images/projects/kupo-monitor/monitor-dashboard.png"; | ||
const pic_url08 = "/images/projects/kupo-monitor/rule-01.png"; | ||
const pic_url09 = "/images/projects/kupo-monitor/rule-02.png"; | ||
const pic_url10 = "/images/projects/kupo-monitor/rule-03.png"; | ||
const pic_url11 = "/images/projects/kupo-monitor/rule-04.png"; | ||
|
||
export default function Preview() { | ||
return ( | ||
<> | ||
<div className="prose mx-auto"> | ||
<h3>事中监控平台</h3> | ||
<p> | ||
针对金融机构提供对各类金融活动产生的的事件进行监控管理降低业务风险。提供针对事件的预警管理、案件管理,以及黑白名单、规则引挚、策略包、数据看盘等方面功能。 | ||
</p> | ||
<h4>所用技术</h4> | ||
<div> | ||
react@^18、antd@^4、@ant-design/pro-components@^2、@antv/g6@^v4、@antv/g2@^4、@antv/l7@^4、umi@^4、less、qiankun | ||
</div> | ||
|
||
<h4>项目展示</h4> | ||
<PicGallery | ||
id="kupo-monitor" | ||
images={[ | ||
{ url: pic_url01, thumbnail: pic_url01, width: 1920, height: 946 }, | ||
{ url: pic_url02, thumbnail: pic_url02, width: 1920, height: 946 }, | ||
{ url: pic_url03, thumbnail: pic_url03, width: 1920, height: 946 }, | ||
{ url: pic_url04, thumbnail: pic_url04, width: 1920, height: 946 }, | ||
{ url: pic_url05, thumbnail: pic_url05, width: 1920, height: 946 }, | ||
{ url: pic_url06, thumbnail: pic_url06, width: 1920, height: 946 }, | ||
{ url: pic_urlDashboard, thumbnail: pic_urlDashboard, width: 1920, height: 1470 }, | ||
{ url: pic_url08, thumbnail: pic_url08, width: 1920, height: 946 }, | ||
{ url: pic_url09, thumbnail: pic_url09, width: 1920, height: 946 }, | ||
{ url: pic_url10, thumbnail: pic_url10, width: 1920, height: 946 }, | ||
{ url: pic_url11, thumbnail: pic_url11, width: 1920, height: 946 }, | ||
]} | ||
/> | ||
</div> | ||
<Footer className="prose mx-auto" /> | ||
</> | ||
); | ||
} |
File renamed without changes
Binary file added
BIN
+79.8 KB
site/blog/public/images/projects/kupo-ism-analysis/architecture-diagram.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+198 KB
site/blog/public/images/projects/kupo-ism-analysis/graph-management-flowchart.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5425c18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
qhan – ./
qhan-git-main-qhanw.vercel.app
qhan-qhanw.vercel.app
www.qhan.wang
qhan.wang