<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>kingsword09</title>
  <link href="https://blog.kingsword.tech/atom.xml" rel="self" />
  <link href="https://blog.kingsword.tech/" />
  <updated>2025-09-27T00:00:00.000Z</updated>
  <id>https://blog.kingsword.tech</id>
  <author>
    <name>kingsword09</name>
    <email>kingsword09@gmail.com</email>
  </author>
  <entry>
    <title>Kotlin Multiplatform 项目的高性能 Material Symbols 生成插件</title>
    <link href="https://blog.kingsword.tech/2025/09/27/a-gradle-plugin-for-high-performance-material-symbols-in-kmp/" />
    <updated>2025-09-27T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/09/27/a-gradle-plugin-for-high-performance-material-symbols-in-kmp/</id>
    <summary type="text">本文详细介绍了如何使用 SymbolCraft 插件来自动下载和缓存 Material Symbols SVG，并自动转化为 Composable 组件，从而在 KMP 项目中实现高性能、小体积的图标管理方案。</summary>
  </entry>
  <entry>
    <title>GitHub提交签名验证</title>
    <link href="https://blog.kingsword.tech/2025/04/19/github-commit-gpg-signing/" />
    <updated>2025-04-19T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/04/19/github-commit-gpg-signing/</id>
    <summary type="text">本文详细介绍了如何为 GitHub 配置 GPG 提交签名验证的完整流程，包括密钥生成、配置、常见错误及其解决方案。</summary>
  </entry>
  <entry>
    <title>Tauri 2.0 插件开发踩坑记录（3）</title>
    <link href="https://blog.kingsword.tech/2025/04/13/tauri2-plugin-developerment-pitfall-record-3/" />
    <updated>2025-04-13T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/04/13/tauri2-plugin-developerment-pitfall-record-3/</id>
    <summary type="text">本文详细介绍了Tauri 2.0插件开发中遇到的因为变量命名导致的问题，以及开发插件用于Android应用内授权安装应用出现的问题和解决方案。</summary>
  </entry>
  <entry>
    <title>Tauri 2.0 项目deno workspace管理依赖（1）</title>
    <link href="https://blog.kingsword.tech/2025/04/06/tauri2-deno-starter-record-1/" />
    <updated>2025-04-06T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/04/06/tauri2-deno-starter-record-1/</id>
    <summary type="text">本文详细描述了如何使用deno workspace来管理Tauri 2.0应用的依赖，包括如何管理和发布JSR包和Crates包，以及遇到的各种问题如何解决。</summary>
  </entry>
  <entry>
    <title>React Native 使用 Repack 创建项目（1）</title>
    <link href="https://blog.kingsword.tech/2025/03/30/react-native-repack-use-1/" />
    <updated>2025-03-30T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/03/30/react-native-repack-use-1/</id>
    <summary type="text">本文详细描述了repack创建react native项目以及在创建项目的过程中遇到的问题和解决方式。</summary>
  </entry>
  <entry>
    <title>Tauri 2.0 插件开发踩坑记录（2）</title>
    <link href="https://blog.kingsword.tech/2025/03/28/tauri2-plugin-developerment-pitfall-record-2/" />
    <updated>2025-03-28T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/03/28/tauri2-plugin-developerment-pitfall-record-2/</id>
    <summary type="text">本文详细介绍了Tauri 2.0插件开发中使用addPluginListener实现异步数据返回的完整过程，包括tauri-plugin-mobile-onbackpressed-listener插件的实现，以及解决前端无法接收返回数据问题的具体方案。</summary>
  </entry>
  <entry>
    <title>Tauri 2.0 插件开发踩坑记录（1）</title>
    <link href="https://blog.kingsword.tech/2025/03/28/tauri2-plugin-developerment-pitfall-record-1/" />
    <updated>2025-03-28T00:00:00.000Z</updated>
    <id>https://blog.kingsword.tech/2025/03/28/tauri2-plugin-developerment-pitfall-record-1/</id>
    <summary type="text">本文详细描述了Tauri 2.0插件开发中Android端布尔值序列化问题的解决方案，包括使用JsonProperty注解和避免is前缀的两种方法。</summary>
  </entry>
</feed>
