Skip to content

Commit

Permalink
feat(site/blog): adjust style of project
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanw committed Jan 13, 2024
1 parent 0c14524 commit 5152e7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions site/blog/app/projects/ism-analysis/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ const pics = new Array(15).fill("").map((_, idx) => {
export default function Preview() {
return (
<>
<div className="prose mx-auto">
<h3>智能制度解析</h3>
<div className="prose prose-gray mx-auto">
<h2>智能制度解析</h2>

<p>
关注于银行金融方面规章制度的自动解析与分析,便于相关人员快速掌握规章制度。提供对制度的导入、解析、分词、标注、核对、图谱生成、对比等方面的支持。
</p>
Expand All @@ -38,12 +39,12 @@ export default function Preview() {
<li>系统管理:应用基本配置设置,如权限等基础功能。</li>
</ul>
<h4>所用技术</h4>
<div>
<p>
react@^18、antd@^4、@ant-design/pro-components@^2、@antv/g6@^v4、@antv/g2@^4、umi@^4、less、
<a href="https://github.com/nlplab/brat" target="_blank">
brat
</a>
</div>
</p>

<h4>项目展示</h4>
<PicGallery id="ism-analysis" images={pics} />
Expand Down
8 changes: 4 additions & 4 deletions site/blog/app/projects/kupo-monitor/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const pic_url11 = "/images/projects/kupo-monitor/rule-04.png";
export default function Preview() {
return (
<>
<div className="prose mx-auto">
<h3>事中监控平台</h3>
<div className="prose prose-gray mx-auto">
<h2>事中监控平台</h2>
<p>
针对金融机构提供对各类金融活动产生的的事件进行监控管理降低业务风险。提供针对事件的预警管理、案件管理,以及黑白名单、规则引挚、策略包、数据看盘等方面功能。
</p>
<h4>所用技术</h4>
<div>
<p>
react@^18、antd@^4、@ant-design/pro-components@^2、@antv/g6@^v4、@antv/g2@^4、@antv/l7@^4、umi@^4、less、qiankun
</div>
</p>

<h4>项目展示</h4>
<PicGallery
Expand Down

1 comment on commit 5152e7b

@vercel
Copy link

@vercel vercel bot commented on 5152e7b Jan 13, 2024

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-qhanw.vercel.app
www.qhan.wang
qhan-git-main-qhanw.vercel.app
qhan.wang

Please sign in to comment.