ClaudeBuddy 官方原生版 网页宠物刷刷机
- 内容介绍
- 文章标签
- 相关推荐
Claude Code Buddy Configurator
原作者来自 https://linux.do/t/topic/1873455/25 这条的回复对象,但是好像被删帖了
对方之前的版本算法不对,需要改为BUN同款算法才能用于官方原生版
源代码在我GitHub,拷贝如下
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Claude Code Buddy Configurator</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--bg-primary: #f8f9fc;
--bg-secondary: #ffffff;
--bg-card: #ffffff;
--bg-card-hover: #f0f4f8;
--border: #e2e8f0;
--border-hover: #cb
Claude Code Buddy Configurator
原作者来自 https://linux.do/t/topic/1873455/25 这条的回复对象,但是好像被删帖了
对方之前的版本算法不对,需要改为BUN同款算法才能用于官方原生版
源代码在我GitHub,拷贝如下
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Claude Code Buddy Configurator</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--bg-primary: #f8f9fc;
--bg-secondary: #ffffff;
--bg-card: #ffffff;
--bg-card-hover: #f0f4f8;
--border: #e2e8f0;
--border-hover: #cb

