<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中三A105论坛 - 前端</title>
    <link>https://bbs.z3a105.com/forum.php?mod=forumdisplay&amp;fid=62</link>
    <description>Latest 20 threads of 前端</description>
    <copyright>Copyright(C) 中三A105论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 12 Jul 2026 22:23:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.z3a105.com/static/image/common/logo_88_31.gif</url>
      <title>中三A105论坛</title>
      <link>https://bbs.z3a105.com/</link>
    </image>
    <item>
      <title>docusaurus不支持&lt;bre&gt;问题</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=607</link>
      <description><![CDATA[In Docusaurus 2, the Markdown syntax has been changed to MDX. Hence there might be some broken syntax in the existing docs which you would have to update. A common example is self-closing tags like  and  which are valid in HTML would have to be expli ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Tue, 20 Aug 2024 21:02:11 +0000</pubDate>
    </item>
    <item>
      <title>文档工具对比</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=606</link>
      <description><![CDATA[目前市面上比较常见的工具有如下这些，以首字母排序：

[*]Gitbook
[*]Docsify
[*]Docute
[*]Docusaurus
[*]Hexo
[*]Loppo
[*]Vuepress

这些工具我们一一道来。
GitBook
首先不推荐 GitBook，原因是项目已经几年没有维护了，列在此处，仅做对比。
GitBook 的项目地址为 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Sun, 18 Aug 2024 03:39:11 +0000</pubDate>
    </item>
    <item>
      <title>前端开发chrom插件</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=532</link>
      <description><![CDATA[Vue.js devtools：vue 开发调试工具
React Developer Tools：react 开发调试工具
Redux DevTools：redux 开发调试工具
JSON-handle：快捷预览 json 接口工具
Octotree - GitHub code tree：目录形式预览github仓库工具


 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:35:11 +0000</pubDate>
    </item>
    <item>
      <title>vscode 插件</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=531</link>
      <description><![CDATA[Chinese (Simplified) Language Pack for Visual Studio Code：汉化包
ESLint：代码检查工具，可以帮助开发者 检查语法错误和规范代码风格，并提供修复建议。它支持多种 JavaScript 规范，如 Airbnb、Google、Standard 等。在 VS Code 中使用 ESLint 插件 可以实现实时 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:33:51 +0000</pubDate>
    </item>
    <item>
      <title>JS 和 JSX、TS 和 TSX 的区别</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=530</link>
      <description><![CDATA[对于JavaScript和与其相关的技术，我们有两种常见的后缀：.js和.jsx，以及.ts和.tsx。
.js，作为JavaScript文件的标志，表明该文件包含的是纯JavaScript代码，这是一种广泛使用的直译式脚本语言，被大多数浏览器直接支持。
而.jsx，则代表该文件不仅包含JavaScript代码 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:31:17 +0000</pubDate>
    </item>
    <item>
      <title>【TS】TypeScript 中的.d.ts文件是什么？如何在项目中使用？</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=529</link>
      <description><![CDATA[问题：
TypeScript 中的.d.ts文件是什么？如何在项目中使用？


一、.d.ts文件的基础概念
什么是.d.ts文件？
.d.ts是TypeScript中用于声明类型定义的文件扩展名。它允许开发者为JavaScript库或没有直接包含类型信息的代码提供类型注释，使得TypeScript编译器能够理解这 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:30:04 +0000</pubDate>
    </item>
    <item>
      <title>图片转换</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=528</link>
      <description><![CDATA[在线ico生成
https://www.aconvert.com/]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:21:27 +0000</pubDate>
    </item>
    <item>
      <title>【umi】umi相关文档</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=527</link>
      <description><![CDATA[官网：
https://umijs.org/]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:18:41 +0000</pubDate>
    </item>
    <item>
      <title>【umi】umirc.ts与config.ts能同时用么</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=526</link>
      <description><![CDATA[问题：
umirc.ts与config.ts能同时用么？

答案：

umirc.ts与config.ts不能同时使用。‌在Umi框架中，‌umirc.ts和config/config.ts文件具有相同的功能，‌但它们的优先级和用途有所不同。‌具体来说，‌umirc.ts文件的优先级高于config/config.ts文件。‌这意味着，‌ ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Mon, 29 Jul 2024 16:16:24 +0000</pubDate>
    </item>
    <item>
      <title>【前端】TypeScript 中 declare 关键字 作用和用法</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=517</link>
      <description><![CDATA[在 TypeScript 中，declare 关键字用于告诉 TypeScript 编译器：“某个变量、类型、模块等已经存在了”，即使它可能在当前文件中没有定义。这通常用于描述 JavaScript 库的类型信息，或者是在 TypeScript 中引用已经存在的全局变量而不实际导入它们。

使用 declare 的 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Thu, 25 Jul 2024 02:24:12 +0000</pubDate>
    </item>
    <item>
      <title>【前端】ignoreQueryPrefix的使用</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=516</link>
      <description><![CDATA[ignoreQueryPrefix 是qs库中的一个参数

qs是一个流行的查询参数序列化和解析库。可以将一个普通的object序列化成一个查询字符串，或者反过来可以将一个查询字符串解析成一个object，而且支持复杂的嵌套。在工作中，最经常使用qs的地方就是请求参数格式转换的时候，但是 ...]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Thu, 25 Jul 2024 02:20:05 +0000</pubDate>
    </item>
    <item>
      <title>新页签打开连接地址</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=497</link>
      <description><![CDATA[访问百度]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Thu, 09 May 2024 14:10:19 +0000</pubDate>
    </item>
    <item>
      <title>yarn 修改仓库命令</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=480</link>
      <description><![CDATA[查看仓库命令]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Sun, 05 May 2024 07:07:59 +0000</pubDate>
    </item>
    <item>
      <title>\'ERR_OSSL_EVP_UNSUPPORTED 解决方案</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=479</link>
      <description><![CDATA[错误信息

解决方案：
命令行输入]]></description>
      <category>前端</category>
      <author>gnn</author>
      <pubDate>Sun, 05 May 2024 07:02:50 +0000</pubDate>
    </item>
    <item>
      <title>MAC升级Nodejs和Npm到最新版</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=247</link>
      <description><![CDATA[第一步，先查看本机node.js版本：node -v第二步，清除node.js的cache：sudo npm cache clean -f第三步，安装 n 工具，这个工具是专门用来管理node.js版本的，别怀疑这个工具的名字，是他是他就是他，他的名字就是 \&quot;n\&quot;sudo npm install -g n第四步，安装最新版本的node.j ...]]></description>
      <category>前端</category>
      <author>meiw</author>
      <pubDate>Sun, 15 Jul 2018 08:00:29 +0000</pubDate>
    </item>
    <item>
      <title>es6 扩展运算符 三个点（...）</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=246</link>
      <description><![CDATA[1  含义扩展运算符（ spread ）是三个点（...）。它好比 rest 参数的逆运算，将一个数组转为用逗号分隔的参数序列。

[*]]]></description>
      <category>前端</category>
      <author>meiw</author>
<enclosure url="https://bbs.z3a105.com/data/attachment/forum/

console.log(...[1, 2, 3])
[*]" length="" type="image/jpeg" />      <pubDate>Mon, 09 Jul 2018 09:48:49 +0000</pubDate>
    </item>
    <item>
      <title>扩展运算符（...）的用途</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=245</link>
      <description><![CDATA[1.合并数组
一直以来，有很多方法合并数组，但是扩展运算符给了我们全新的方法去实现合并数组：
[*]]]></description>
      <category>前端</category>
      <author>meiw</author>
<enclosure url="https://bbs.z3a105.com/data/attachment/forum/

arr1.push(...arr2) // 把arr2合并到arr1的后面
[*]" length="" type="image/jpeg" />      <pubDate>Mon, 09 Jul 2018 09:43:18 +0000</pubDate>
    </item>
    <item>
      <title>js中 =&gt; 的含义</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=244</link>
      <description><![CDATA[=&gt;是es6语法中的arrow function(x) =&gt; x + 6相当于function(x){    return x + 6;};]]></description>
      <category>前端</category>
      <author>meiw</author>
      <pubDate>Mon, 09 Jul 2018 09:41:31 +0000</pubDate>
    </item>
    <item>
      <title>vscode调试应用</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=242</link>
      <description><![CDATA[使用 VSCode 调试 React 应用安装 Debugger for Chrome Extension我们需要安装一个名为 Debugger for Chrome Extension 的插件，以便 VSCode 与 Chrome 进行交互。 VSCode 通过 Chrome 的 debug protocol 连接到 Chrome。这是 Chrome 开发人员工具使用的调试协议。您可 ...]]></description>
      <category>前端</category>
      <author>meiw</author>
      <pubDate>Thu, 05 Jul 2018 11:06:45 +0000</pubDate>
    </item>
    <item>
      <title>React 教程</title>
      <link>https://bbs.z3a105.com/forum.php?mod=viewthread&amp;tid=241</link>
      <description><![CDATA[React 是一个用于构建用户界面的 JAVASCRIPT 库。
React主要用于构建UI，很多人认为 React 是 MVC 中的 V（视图）。
React 起源于 Facebook 的内部项目，用来架设 Instagram 的网站，并于 2013 年 5 月开源。
React 拥有较高的性能，代码逻辑非常简单，越来越多的人已开 ...]]></description>
      <category>前端</category>
      <author>meiw</author>
      <pubDate>Thu, 05 Jul 2018 08:52:26 +0000</pubDate>
    </item>
  </channel>
</rss>