Ryan Wang's Blog

Ryan Wang

  • Ryan Wang

    我最讨厌的就是对我唯命是从和事后道歉的 AI。🙂

    开发日常

    0
    2026-07-31
  • Ryan Wang

    重置仙人

    开发日常

    0
    2026-07-28
  • Ryan Wang

    哈哈

    杂记

    1
    2026-07-15
  • Ryan Wang

    Shiki 插件支持折叠了。

    {
      "name": "@halo-dev/shiki-code-element",
      "version": "1.4.1",
      "repository": {
    // [!code fold:start]
        "type": "git",
        "url": "https://github.com/halo-sigs/plugin-shiki.git",
        "directory": "shiki-code-element"
    // [!code fold:end]
      },
      "license": "MIT",
      "type": "module",
      "exports": {
    // [!code fold:start]
        ".": {
          "types": "./dist/index.d.ts",
          "import": "./dist/index.js"
        }
    // [!code fold:end]
      },
      "main": "./dist/index.js",
      "module": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "files": [
        "dist"
      ],
      "scripts": {
    // [!code fold:start]
        "build": "tsc && vite build --config vite.lib.config.ts",
        "dev": "vite --config vite.dev.config.ts",
        "prepublishOnly": "pnpm build"
    // [!code fold:end]
      },
      "dependencies": {
        "lit": "^3.3.3"
      },
      "devDependencies": {
    // [!code fold:start]
        "@iconify-json/mingcute": "^1.2.7",
        "@iconify-json/tabler": "^1.2.35",
        "@unocss/reset": "^66.7.4",
        "unocss": "^66.7.4",
        "vite-plugin-dts": "^5.0.3"
    // [!code fold:end]
      },
      "peerDependencies": {
    // [!code fold:start]
        "@shikijs/transformers": "^3 || ^4",
        "shiki": "^3 || ^4"
    // [!code fold:end]
      }
    }
    name: CI
    
    on:
      push:
        branches:
          - main
      pull_request:
        branches:
          - main
    // [!code fold:start]
    jobs:
      ci:
        uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
        with:
          ui-path: "."
          pnpm-version: ""
          node-version: "24"
    

    开发日常

    0
    2026-07-07
  • Ryan Wang

    微信的产品和研发应该用的都是带鱼屏

    吐槽

    1
    2026-06-29
  • Ryan Wang

    iOS 27 Beta 1 有点过于流畅了,迄今为止用过最流畅的 Beta 1,比 26 的正式版都流畅。

    杂记

    0
    2026-06-19
  • Ryan Wang

    刘海屏都多少年了,苹果才通过软件解决这个问题,宛如才开了智一般。

    杂记

    0
    2026-06-09
  • Ryan Wang

    哈哈,wqnmd

    吐槽

    0
    2026-06-09
  • Ryan Wang

    亮灯取件这玩意儿谁(dashabi)研究的呢,找又找不到,还要一直叫,对我这个色弱而言更是雪上加霜🤬

    吐槽

    0
    2026-05-21
  • Ryan Wang

    以前的我:我不接受 AI 改我的代码,我的代码只能我自己掌控!

    现在的我:“左边按钮改成保存”,“切分支,提交 PR”

    吐槽 开发日常

    0
    2026-05-18