Compare commits

...

20 Commits

Author SHA1 Message Date
魏风
e017d7a716 remove names
All checks were successful
Build Hexo Site / build (push) Successful in 1m3s
2026-03-11 14:37:26 +08:00
魏风
8ac3ec5e59 test7
All checks were successful
Build Hexo Site / build (push) Successful in 55s
2026-03-10 22:46:59 +08:00
魏风
e07e1589f8 test6
All checks were successful
Build Hexo Site / build (push) Successful in 2m55s
2026-03-10 22:20:08 +08:00
魏风
fdc36f1de4 test5
Some checks failed
Build Hexo Site / build (push) Failing after 1s
2026-03-10 22:03:46 +08:00
魏风
6bd02882d5 test4
Some checks failed
Build Hexo Site / build (push) Failing after 0s
2026-03-10 21:51:28 +08:00
魏风
42e3238a5d test3
Some checks failed
Build Hexo Site / build (push) Has been cancelled
2026-03-10 21:48:00 +08:00
魏风
9c6b2b3d99 test2
All checks were successful
Build Hexo Site / build (push) Successful in 2s
2026-03-10 21:08:21 +08:00
魏风
a133fbc1ec test
Some checks failed
Build Hexo Site / build (push) Has been cancelled
2026-03-10 20:45:43 +08:00
魏风
83a5dfe8b8 fix
Some checks failed
Build Hexo Site / build (push) Failing after 0s
2026-03-10 18:16:39 +08:00
魏风
230e9d713c add CD
Some checks failed
Build Hexo Site / build (push) Failing after 1m57s
2026-03-10 17:57:42 +08:00
魏风
7d5daac135 第一次发布 2025-03-06 22:41:43 +08:00
魏风
f070c14c0e 添加一张图process on链接 2025-03-04 11:41:37 +08:00
魏风
392e1aaf08 添加千寻产品一纸禅 2025-03-04 11:19:56 +08:00
魏风
738ab4ff45 东华至高案例修改 2025-03-02 16:24:41 +08:00
魏风
5c163e5b7a 东华至高案例修改 2025-03-02 09:25:09 +08:00
魏风
6f8659f77a 最佳实践-东华至高 初版 2025-02-25 23:14:55 +08:00
魏风
4e455337ae draft test 2025-02-24 23:26:55 +08:00
魏风
328f007d19 add beian 2025-02-21 22:59:59 +08:00
魏风
8491060a53 尽量使用简洁的方案,稳定,可靠 2025-02-13 23:50:19 +08:00
魏风
34d730b0d4 add permenent link 2025-02-13 23:23:42 +08:00
19 changed files with 304 additions and 17 deletions

View File

@@ -0,0 +1,32 @@
name: Build Hexo Site
on:
push:
branches: [main, master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: |
git clone "http://172.17.0.1:3000/${{ github.repository }}.git" .
git checkout "${{ github.sha }}"
- name: Install dependencies
run: npm install
- name: Build Hexo
run: npm run build
- name: Deploy to 1Panel website
run: |
SITE_DIR="/opt/1panel/apps/openresty/openresty/www/sites/blog.makefire.fun/index"
rm -rf ${SITE_DIR}/*
cp -r public/* ${SITE_DIR}/
echo "✅ 构建完成!"
ls -la ${SITE_DIR}

View File

@@ -237,7 +237,7 @@ custom_js:
# 指定自定义 .css 文件路径,用法和 custom_js 相同
# The usage is the same as custom_js
custom_css:
custom_css: /css/custom.css
# 网页访问统计
# Analysis of website visitors
@@ -450,12 +450,11 @@ open_graph:
footer:
# 页脚第一行文字的 HTML建议保留 Fluid 的链接,用于向更多人推广本主题
# HTML of the first line of the footer, it is recommended to keep the Fluid link to promote this theme to more people
content:
content: ''
# '
# <a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a>
# <i class="iconfont icon-love"></i>
# <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a>
# '
# <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a>'
# 展示网站的 PV、UV 统计数
# Display website PV and UV statistics
@@ -470,13 +469,13 @@ footer:
# 国内大陆服务器的备案信息
# For Chinese mainland website policy, other areas keep disable
beian:
enable: false
enable: true
# ICP证号
icp_text: ICP证123456号
icp_text: ICP备2025162023号-1
# 公安备案号不填则只显示ICP
police_text: 京公网安备12345678号
police_text:
# 公安备案的编号用于URL跳转查询
police_code: 12345678
police_code:
# 公安备案的图片. 为空时不显示备案图片
police_icon: /img/police_beian.png
@@ -985,7 +984,7 @@ about:
banner_img_height: 50
banner_mask_alpha: 0.3
avatar: /image/beidou.jpeg
name: "瑞彩千寻产品线"
name: "产品线"
intro: "GNSS/短报文"
# 更多图标可从 https://hexo.fluid-dev.com/docs/icon/ 查找,`class` 代表图标的 css class添加 `qrcode` 后,图标不再是链接而是悬浮二维码
# More icons can be found from https://hexo.fluid-dev.com/docs/en/icon/ `class` is the css class of the icon. If adding `qrcode`, the icon is no longer a link, but a hovering QR code

View File

@@ -3,7 +3,7 @@
## Source: https://github.com/hexojs/hexo/
# Site
title: 瑞彩千寻产品线
title: 产品线
subtitle: ''
description: ''
keywords:
@@ -14,7 +14,8 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://blog.makefire.fun
permalink: :year/:month/:day/:title/
# permalink: :year/:month/:day/:title/
permalink: :abbrlink/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
@@ -112,6 +113,10 @@ encrypt:
abstract: 这篇文章已加密,输入密码查看内容。
message: 输入密码访问本文
abbrlink:
alg: crc32 # 算法,支持 crc16 和 crc32默认是 crc16
rep: hex # 进制,支持 dec十进制和 hex十六进制默认是 dec
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:

View File

@@ -13,6 +13,7 @@
},
"dependencies": {
"hexo": "^7.0.0",
"hexo-abbrlink": "^2.2.1",
"hexo-blog-encrypt": "^3.1.9",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",

View File

@@ -2,6 +2,8 @@
title: Hello World
index_img: /img/avatar.png
password: 1S59
abbrlink: helloworld
hide: true
---
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).

View File

@@ -0,0 +1,182 @@
---
title: 【最佳实践】东华至高单北斗高精度行业手持机
password: reecam
tags:
- 最佳实践
- 手持机
- 单北斗
abbrlink: ef88577e
date: 2025-02-24 23:08:41
index_img: /image/post/202502/手持机小.png
---
# 案例介绍
## 客户简介
[**东华至高**](http://siecom.com.cn/)通信技术有限公司始创于2003年是东华软件股份公司002065的全资子公司总部位于深圳南山拥有3000㎡的自主生产研发基地。作为国内领先的移动互联网行业应用解决方案服务商公司致力于为企业级客户提供客制化软硬一体化服务涵盖手持智能工业终端、移动金融终端和智能制造领域以提升业务效率、降本增效助力行业数字化转型、智能化发展。
产品种类丰富,包括单北斗三防终端、工业防爆终端、多功能安全一体机等,成功服务于政企事业单位、能源、交通、海洋、林草、金融、城市建设管理、国防军工、应急等行业领域。
## 项目介绍
![东华手持机](/image/post/202502/东华手持机.png )
<center>▲ D10K 4G北斗高精度定位对讲防爆手持终端</center>
<!-- (http://www.siecom.com.cn/templets/mei/up/ueditor/uploadimage/20241029/1730188747443738.png) -->
### 产品简介
D10K是一款具备高精度定位、DMR数模对讲的本安型防爆智能终端。产品支持4G全网通、北斗双频多系统 RTK厘米级高精度定位和NFC等功能。基于ANDROID8.1系统,可与北斗指挥平台和集成业务应用软件,可满足关键语音通信、人员定位、视频记录、音视频调度等多种需求。
### 主要卖点
1、北斗RTK厘米级定位
支持北斗三号RTK定位技术提供厘米级高精度定位服务确保在各种复杂环境下实现精准的导航与定位特别适用于对精度要求极高的工业作业场景。
2、DMR双时隙对讲
支持4G公网通信和一键DMR双时隙对讲功能能够实现远程集群通信与指挥调度适用于需要高效沟通的团队作业场景有效提升应急响应速度和沟通效率。
3、安全防爆设计
符合Ex ib IIC T4 Gb防爆标准并通过IP67防水防尘认证确保设备在高危和恶劣环境中的安全运行适合石油、化工、矿业等危险环境的使用需求保障操作安全。
4、应急呼救功能
设备配备一键SOS紧急呼救功能在遇到危险时可快速发出报警信号提升在紧急状况下的安全性和响应速度确保使用者在高风险作业场合的生命安全。
5、高速数据处理与多功能连接
搭载高性能八核处理器平台支持WiFi、蓝牙、NFC等多种连接方式具备快速处理复杂任务并满足不同设备的互联需求的能力提升数据传输速度和工作效率。
### 应用场景
广泛适用于石油石化、电力能源、海洋工程、公共安全和化学制药等易燃易爆环境。它可实现现场信息采集、智能巡检、移动办公及应急救援等多种功能应用。
## 出货产品
**MC280M-B0**
# 产品线方案
## 产品概述
MC280M-01/B0 全系统/单北斗-**双频高精度RTK定位模组**,有效满足高精度行业手持机的定位需求。
![定位轨迹参考](/image/post/202502/MC280M手持轨迹.png)
<center>▲ MC280M手持机定位轨迹参考</center>
## 竞争优势
1、行业**高精度RTK**应用领域产品/算法竞争优势大。
2、手持高精度主要以**双频**为主MC280M-01/B0符合要求。
3、MC280M-01/B0模组**功耗、定位性能**等,符合该类应用。
4、面向手持行业**定制算法固件**,在弱信号场景、功耗等方面优化性能。
5、面向行业应用的**单北斗**版本MC280M-B0有**认证报告**。
6、多个**项目落地案例**,东华至高、云箭格纳微。
## 主推产品
1、套装
推荐指数:⭐️⭐️⭐️⭐️⭐️
MC280M-01 全系统双频高精度定位模组(手持版本) + FindCM 厘米级服务SDK接入
MC280M-B0 单北斗双频高精度定位模组(手持版本) + FindCM 厘米级服务SDK接入
推荐指数:⭐️⭐️⭐️⭐️
MC280M-01 全系统双频高精度定位模组(手持版本) + FindM Pro 亚米级差分服务
推荐指数:⭐️⭐️⭐️
MC180M-01 全系统单频高精度定位模组 + FindM Pro 亚米级差分服务
2、模组
推荐指数:⭐️⭐️⭐️⭐️⭐️
MC280M-01 全系统双频高精度定位模组(手持版本)
MC280M-B0 单北斗双频高精度定位模组(手持版本)
推荐指数:⭐️⭐️
MC180M-01 全系统单频高精度定位模组
3、服务
推荐指数:⭐️⭐️⭐️⭐️⭐️
FindCM 厘米级服务SDK接入
推荐指数:⭐️⭐️
FindM Pro 亚米级差分服务
# 竞品分析
## 模组类
### 芯与物
竞品型号:
CM660B 全系统双频RTK
CM660B 单北斗双频RTK
竞品分析:
### 博通集成
竞品型号:
GT662 全系统双频RTK
GT-1612F3L 单北斗双频RTKB1I+B3I
GT662 单北斗双频RTKB1I+B2a
竞品分析:
### 菲曼
竞品型号:
P23M DEC238P 全系统双频RTK
竞品分析:
### 中科微
竞品型号:
竞品分析:
### U-Blox
竞品型号F9P 全系统双频RTK
竞品分析:品牌影响力,价格较贵
## 服务类
### 中移
### 六分科技
# 行业分析
## 行业机会
出货量200,000台/年
## 行业特点
1、多内网应用客户使用自建基准站较为常见
2、设备多三防应急行业应用
3、设备多使用**四壁螺旋天线**,外观上容易识别
4、近些年多要求**单北斗**功能
## 行业客户
[广州中海达卫星导航技术股份有限公司](https://www.zhdgps.com/detail/gnss_receiverQminiA30) - 跟进中
[深圳市天龙世纪科技发展有限公司](https://www.aihuwai.com.cn/) - 跟进中
[湖南云箭格纳微信息科技有限公司](https://www.glonavin.com/rygzglxt/index.aspx) - 出货中
<!--
[上海华测导航技术股份有限公司](https://www.huace.cn/pdList/67?categoryId=68)
[南方卫星导航](https://southgnss.com/products_view/id/16.html)
[上海合亿信息科技有限公司](https://www.runione.cn/)
[深圳市嘉美仕科技有限公司](http://www.jumpstar-tech.com/Handheld-category/)
[深圳市全民北斗科技有限公司](https://www.qmbd.net/?list_11.html)
[深证联强优创信息科技有限公司](http://www.lqycit.com/Product/list_lcid_12.html)
[深圳鑫景源科技股份有限公司(君驭)](https://www.xjykeji.cn/proarc/610.html)
[南京漫童智能技术有限公司](https://www.moyowise.com/product/611.html)
[上海航微信息科技有限公司](https://www.howaygis.com/products)
[深圳市遨游通讯设备有限公司](https://www.aoro.com.cn/)
[征服(深圳)智能终端有限公司](http://www.conquest-phone.com/)
[江苏星宇芯联电子科技有限公司](http://www.xyxlinc.com/)
-->
# 展会推荐
[IOTE国际物联网展](https://www.iotecp.cn/)

View File

@@ -0,0 +1,12 @@
---
title: 产品线展会推荐
tags:
- 产品线
- 展会
abbrlink: 259e79fe
date: 2025-03-02 00:42:13
---
[IOTE国际物联网展](https://www.iotecp.cn/)
九州汽车生态博览会

View File

@@ -0,0 +1,27 @@
---
title: 产品“一纸禅”
abbrlink: 897d103c
date: 2025-03-04 10:05:40
sticky: 99
tags: 产品介绍
---
## 全系列卫星定位芯片模组
![定位芯片模组](/image/post/202503/Xchip销售一纸禅.png)
## 卫星高精度定位数据服务(网络播发)
![高精度定位数据服务-地基](/image/post/202503/千寻知寸销售一纸禅.png)
## 北斗三号短报文通信芯片模组
![短报文芯片模组](/image/post/202503/短报文芯片销售一纸禅.png)
## 卫星高精度定位数据服务(卫星播发)
![高精度定位数据服务-星基](/image/post/202503/星基服务销售一纸禅.png)
## 参考
[^1]: [产品线一张图](/a9556152)

View File

@@ -1,15 +1,19 @@
---
title: 千寻产品线一张图
date: 2025-02-13 17:08:51
tags: 产品线
title:产品线一张图
tags: 产品介绍
sticky: 100
password: 1S59
abbrlink: a9556152
date: 2025-02-13 17:08:51
---
## 一张图介绍千寻产品线
## 产品线
<iframe src="https://www.processon.com/embed/67a56ad638625f07c01febe3?cid=67a56ad638625f07c01febe6" width="800" height="600" frameborder="0" allowfullscreen></iframe>
<div class="custom-link">
<a href="https://www.processon.com/view/link/67a5a2fcff834c57f9e1b30f?cid=67a56ad638625f07c01febe6">产品一张图</a>
</div>
<iframe id="embed_dom" name="embed_dom" frameborder="0" style="display:block;width:100%; height:400px;" src="https://www.processon.com/embed/67a56ad638625f07c01febe3?cid=67a56ad638625f07c01febe6"></iframe>
### 使用说明

View File

@@ -0,0 +1,15 @@
---
title: 客户需求导入
abbrlink: 8380ac17
date: 2025-02-13 23:09:24
tags: [工作方法]
hide: true
---
## 客户需求输入应该包含以下部分
1、需求多少
2、第一批次预期时间
3、竞争情况
4、卡点问题
5、策略问题 包括价格

View File

@@ -3,6 +3,7 @@ title: 魏简
date: 2025-02-12 11:35:37
tags:
hide: true
abbrlink: myson
---
这是一个测试,是否支持中文搜索?

7
source/css/custom.css Normal file
View File

@@ -0,0 +1,7 @@
.custom-link {
text-align: center;
font-size: 30px;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB