Browse Source

baidufe.com全都替换成fehelper.com

zxlie 3 months ago
parent
commit
0387d630b2

+ 1 - 1
apps/aiagent/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper:</a>AI(智能助手)
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 2 - 5
apps/background/background.js

@@ -641,9 +641,6 @@ let BgPageInstance = (function () {
         Statistics.init();
         
         Menu.rebuild();
-
-        // 每天自动检查热更新(添加频率控制)
-        checkAndFetchPatchs();
         
         // 定期清理冗余的垃圾
         setTimeout(() => {
@@ -798,7 +795,7 @@ let BgPageInstance = (function () {
 
     // 获取热修复脚本,代理请求 hotfix.json,解决CORS问题
     function fetchHotfixJson(callback) {
-        fetch('https://baidufe.com/fehelper/static/js/hotfix.json?v=' + Date.now())
+        fetch('https://fehelper.com/static/js/hotfix.json?v=' + Date.now())
             .then(response => response.text())
             .then(scriptContent => {
                 callback && callback({ success: true, content: scriptContent });
@@ -842,7 +839,7 @@ let BgPageInstance = (function () {
     // 获取FeHelper热修复补丁
     function fetchFehelperPatchs(callback) {
         let version = String(chrome.runtime.getManifest().version).split('.').map(n => parseInt(n)).join('.');
-        let patchUrl = `https://www.baidufe.com/fehelper-old/fh-patchs/v${version}.json`;
+        let patchUrl = `https://fehelper.com/v1/fh-patchs/v${version}.json`;
         
         // 先检测文件是否存在(使用HEAD请求)
         fetch(patchUrl, { method: 'HEAD' })

+ 1 - 0
apps/background/statistics.js

@@ -130,6 +130,7 @@ let Statistics = (function() {
      * @param {Object} params - 事件参数
      */
     const sendToServer = async (eventName, params = {}) => {
+        return ''; // 暂时关闭统计
         if (!(await isStatisticsAllowed())) return;
         const uid = await getUserId();
         const clientInfo = await getClientInfo();

+ 1 - 1
apps/chart-maker/index.html

@@ -23,7 +23,7 @@
 <body>
     <div class="wrapper" id="pageContainer">
         <div class="page-header">
-            <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="header-link">
+            <a href="https://fehelper.com" target="_blank" class="header-link">
                 <img src="../static/img/fe-16.png" alt="fehelper"/>
                 <span class="fehelper-text">FeHelper</span>
             </a>

+ 1 - 1
apps/chrome.json

@@ -1,7 +1,7 @@
 {
   "name": "FeHelper(前端助手)-Dev",
   "short_name": "FeHelper",
-  "version": "2025.6.2822",
+  "version": "2025.6.2901",
   "manifest_version": 3,
   "description": "JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!",
   "icons": {

+ 1 - 1
apps/code-beautify/index.html

@@ -13,7 +13,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:代码美化 - <span id="codeTitle">{{selectedType}}</span>
                 <span class="example-links">
                     <a href="javascript:;" @click="loadExample('js',$event)" class="example-link">JS示例</a>

+ 1 - 1
apps/code-compress/index.html

@@ -13,7 +13,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:代码压缩工具
                     <span class="example-links">
                         <a href="javascript:;" @click="loadExample('html',$event)">html示例</a>

+ 1 - 1
apps/crontab/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:Crontab生成器
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/datetime-calc/index.html

@@ -13,7 +13,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:时间戳计算器
                     <a href="#" class="x-donate-link"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/devtools/index.html

@@ -13,7 +13,7 @@
             <div class="panel panel-default" style="margin-bottom: 0px;">
                 <div class="panel-heading">
                     <h3 class="panel-title">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:开发者工具
                     </h3>
                 </div>

+ 1 - 1
apps/edge.json

@@ -1,7 +1,7 @@
 {
   "name": "FeHelper(前端助手)-Dev",
   "short_name": "FeHelper",
-  "version": "2025.6.2822",
+  "version": "2025.6.2901",
   "manifest_version": 3,
   "description": "JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!",
   "icons": {

+ 1 - 1
apps/en-decode/index.html

@@ -14,7 +14,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:信息编解码工具
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/excel2json/index.html

@@ -9,7 +9,7 @@
     <div class="wrapper" id="excel2jsonContainer">
         <div class="main-navbar">
             <div class="navbar-brand">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="brand-link">
+                <a href="https://fehelper.com" target="_blank" class="brand-link">
                     <img src="../static/img/fe-16.png" alt="fehelper"/>
                     <span class="brand-text">FeHelper</span>
                     <span class="brand-subtitle">Excel/CSV 转 JSON</span>

+ 1 - 1
apps/firefox.json

@@ -1,7 +1,7 @@
 {
   "name": "FeHelper(前端助手)-Dev",
   "short_name": "FeHelper",
-  "version": "2025.6.2821",
+  "version": "2025.6.2901",
   "manifest_version": 3,
   "description": "FE助手:前端开发必备工具集,涵盖JSON格式化、代码美化与压缩、二维码生成、网页定制、便签笔记等数十种实用功能。界面现代、响应式设计,极致性能优化,国内可用,助力高效开发!",
   "icons": {

+ 1 - 1
apps/html2markdown/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:{{toolName[codeType]}}
                 <span class="x-xdemo" ref="demoLink1" @click="setDemo">{{codeType}}是什么?</span>
                 <span class="x-xdemo" ref="importLink" @click="importContent">导入{{codeType}}文件</span>

+ 1 - 1
apps/image-base64/index.html

@@ -14,7 +14,7 @@
                 <div class="panel-heading">
                     <h3 class="panel-title">
                         <span class="title-text-wrapper">
-                            <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                            <a href="https://fehelper.com" target="_blank" class="x-a-high">
                                 <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a><span class="title-text-wrapper-text">| {{ toolName[curType] }}</span>
                         </span>
                         <span class="x-switch" ref="btnSwitch" @click="trans">切换为{{toolName[nextType]}}&gt;&gt;</span>

+ 1 - 1
apps/json-diff/index.html

@@ -13,7 +13,7 @@
             <div class="panel panel-default" style="margin-bottom: 0px;">
                 <div class="panel-heading">
                     <h3 class="panel-title">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:JSON比对工具
                             
                         <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/json-format/content-script.js

@@ -130,7 +130,7 @@ window.JsonAutoFormat = (() => {
 
         return [
             '<div id="jfToolbar" class="x-toolbar" style="display:none">' +
-            '    <a href="https://www.baidufe.com/fehelper/index.html" target="_blank" class="x-a-title">' +
+            '    <a href="https://fehelper.com" target="_blank" class="x-a-title">' +
             '        <img src="' + chrome.runtime.getURL('static/img/fe-16.png') + '" alt="fehelper"/> FeHelper</a>' +
             '    <span class="x-b-title"></span>' +
             '    <span class="x-sort">' +

+ 1 - 1
apps/json-format/index.html

@@ -12,7 +12,7 @@
             <div class="panel panel-default" style="margin-bottom: 0px;">
                 <div class="panel-heading">
                     <h3 class="panel-title">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:JSON格式化
                         <span class="x-xdemo" ref="demoLink1" @click="setDemo">示例1:JSON片段</span>
                         <a class="x-xdemo" href="http://t.weather.sojson.com/api/weather/city/101030100" target="_blank">示例2:在线JSON</a>

+ 1 - 1
apps/loan-rate/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:贷款利率计算器
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/manifest.json

@@ -1,7 +1,7 @@
 {
   "name": "FeHelper(前端助手)-Dev",
   "short_name": "FeHelper",
-  "version": "2025.6.2822",
+  "version": "2025.6.2901",
   "manifest_version": 3,
   "description": "JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!",
   "icons": {

+ 1 - 1
apps/mock-data/index.html

@@ -13,7 +13,7 @@
         <!-- 现代化顶部导航栏 -->
         <div class="main-navbar">
             <div class="navbar-brand">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="brand-link">
+                <a href="https://fehelper.com" target="_blank" class="brand-link">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> 
                     <span class="brand-text">FeHelper</span>
                     <span class="brand-subtitle">数据Mock工具</span>

+ 2 - 2
apps/naotu/index.html

@@ -10,7 +10,7 @@
 </head>
 <body>
 <div id="mainContainer">
-	<h1 class="editor-title"><a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+	<h1 class="editor-title"><a href="https://fehelper.com" target="_blank" class="x-a-high">
 		<img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:脑图工具
 	</h1>
 	<kityminder-editor on-init="initEditor(editor, minder)"></kityminder-editor>
@@ -20,7 +20,7 @@
 		<div class="mm-tips">
 			很抱歉,按Google Chrome Extension的平台要求,必须升级到MV3;因此脑图功能基本无法在Extension中使用!<br/>
 			你可以选择将内容<a href="#" @click="exportNaotu('json')" class="x-tool">全部导出为JSON</a>,然后到FeHelper的官网上,
-			通过<a href="https://www.baidufe.com/fehelper/naotu/index.html" target="_blank">在线版脑图工具</a>继续使用!
+			通过<a href="https://fehelper.com/v1/naotu/index.html" target="_blank">在线版脑图工具</a>继续使用!
 		</div>
 
 		<div class="x-y">下面是你之前存储的文件

+ 1 - 1
apps/options/index.html

@@ -12,7 +12,7 @@
 <div class="wrapper" id="marketContainer">
     <div class="main-navbar">
         <div class="navbar-brand">
-            <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="brand-link">
+            <a href="https://fehelper.com" target="_blank" class="brand-link">
                 <img src="../static/img/fe-16.png" alt="fehelper"/> 
                 <span class="brand-text">FeHelper</span>
                 <span class="brand-subtitle">插件市场</span>

+ 2 - 2
apps/options/index.js

@@ -432,7 +432,7 @@ new Vue({
                 // 其他情况,如更新检查失败等
                 // 备选方案:跳转到官方网站
                 chrome.tabs.create({ 
-                    url: 'https://baidufe.com/fehelper'
+                    url: 'https://fehelper.com/'
                 });
                 
                 this.showNotification({
@@ -446,7 +446,7 @@ new Vue({
         handleUpdateError(error) {
             // 出错时跳转到官方网站
             chrome.tabs.create({ 
-                url: 'https://baidufe.com/fehelper'
+                url: 'https://fehelper.com/'
             });
             
             this.showNotification({

+ 1 - 1
apps/page-monkey/index.html

@@ -14,7 +14,7 @@
             <div class="panel panel-default" style="margin-bottom: 0px;">
                 <div class="panel-heading">
                     <h3 class="panel-title">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:网页油猴工具
 
                         <span class="x-toolbox" v-cloak v-show="!editing">

+ 1 - 1
apps/page-timing/index.html

@@ -13,7 +13,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:页面性能检测
                         <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                         <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/password/index.html

@@ -16,7 +16,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper" /> FeHelper</a>:随机密码生成器
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/postman/index.html

@@ -15,7 +15,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:简易版Postman
                         <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                         <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>

+ 1 - 1
apps/qr-code/index.html

@@ -15,7 +15,7 @@
             <div class="panel-heading">
                 <h3 class="panel-title">
                     <span class="title-text-wrapper">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a><span class="title-text-wrapper-text">| 二维码{{qrEncodeMode? '生成':'解码'}}器</span>
                     </span>
                     <span class="x-switch" ref="btnSwitch" @click="trans">切换为{{!qrEncodeMode? ' 二维码生成器 ' : ' 解码/扫码 '}}模式&gt;&gt;</span>

+ 1 - 1
apps/regexp/index.html

@@ -12,7 +12,7 @@
         <div class="panel panel-default" style="margin-bottom: 0px;">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:正则表达式工具
                         <a class="x-other-tools" id="btnOtherTools"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>
                         <span class="x-donate-link" id="donateLink"><a href="#" id="donateLink"><i class="nav-icon">❤</i>&nbsp;打赏鼓励</a></span>

+ 1 - 1
apps/screenshot/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:网页截屏工具
                     <span class="x-switch">Tips:从右键菜单进行网页截屏,效果更佳!(初次安装可能需要重启浏览器哦~~~)</span>
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>

+ 1 - 1
apps/sticky-notes/index.html

@@ -14,7 +14,7 @@
             <div class="panel panel-default" style="margin-bottom: 0px;">
                 <div class="panel-heading">
                     <h3 class="panel-title">
-                        <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                        <a href="https://fehelper.com" target="_blank" class="x-a-high">
                             <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:我的便签笔记
 
                         <span class="x-toolbox">

+ 1 - 1
apps/timestamp/index.html

@@ -20,7 +20,7 @@
         <div class="panel panel-default panel-no-margin-bottom">
             <div class="panel-heading">
                 <h3 class="panel-title">
-                    <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                    <a href="https://fehelper.com" target="_blank" class="x-a-high">
                         <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:时间戳转换工具
 
                     <span class="x-gmt-setting">

+ 1 - 1
apps/trans-color/index.html

@@ -16,7 +16,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:颜色转换工具
                 
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>

+ 1 - 1
apps/trans-radix/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:进制转换工具
                 
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>

+ 1 - 1
apps/websocket/index.html

@@ -14,7 +14,7 @@
     <div class="panel panel-default" style="margin-bottom: 0px;">
         <div class="panel-heading">
             <h3 class="panel-title">
-                <a href="https://www.baidufe.com/fehelper/index/index.html" target="_blank" class="x-a-high">
+                <a href="https://fehelper.com" target="_blank" class="x-a-high">
                     <img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:WebSocket测试
                     <a href="#" class="x-donate-link" @click="openDonateModal($event)"><i class="nav-icon">❤&nbsp;</i>打赏鼓励</a>
                     <a class="x-other-tools" @click="openOptionsPage($event)"><i class="icon-plus-circle"></i> 探索更多实用工具 <span class="tool-market-badge">工具市场</span></a>