move claude-marketplace to ai-proj-helper
This commit is contained in:
8
plugins/qiudl-personal-plugin/.claude-plugin/plugin.json
Normal file
8
plugins/qiudl-personal-plugin/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "qiudl-personal-plugin",
|
||||
"description": "Plugin for qiudl-personal",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "qiudl"
|
||||
}
|
||||
}
|
||||
106
plugins/qiudl-personal-plugin/README.md
Normal file
106
plugins/qiudl-personal-plugin/README.md
Normal file
@@ -0,0 +1,106 @@
|
||||
# 邱栋梁个人配置 Skill
|
||||
|
||||
## cn-dev 远程开发机
|
||||
|
||||
| 配置项 | 值 |
|
||||
|--------|-----|
|
||||
| 别名 | cn-dev |
|
||||
| Tailscale IP | 100.92.148.46 |
|
||||
| SSH 用户 | johnqiu |
|
||||
| 主机名 | Yanmeis-MacBook-Pro.local |
|
||||
| SSH 密钥 | ~/.ssh/id_ed25519_cn_dev |
|
||||
| 设备类型 | MacBook Pro (Apple Silicon) |
|
||||
| 系统 | macOS (Darwin 25.1.0) |
|
||||
|
||||
### SSH 快捷连接
|
||||
|
||||
```bash
|
||||
ssh cn-dev # 直接连接
|
||||
ssh cn-dev "command" # 远程执行命令
|
||||
```
|
||||
|
||||
### 项目路径
|
||||
|
||||
| 项目 | 路径 |
|
||||
|------|------|
|
||||
| new-ai-proj | /Users/johnqiu/workspace/new-ai-proj |
|
||||
| AI-Proj-iOS | /Users/johnqiu/workspace/new-ai-proj/AI-Proj-iOS |
|
||||
|
||||
### 已连接设备
|
||||
|
||||
| 设备 | 型号 | UDID | 状态 |
|
||||
|------|------|------|------|
|
||||
| JohnQiu's iPhone | iPhone 17 Pro | 00008150-001E64800AD2401C | 已连接 |
|
||||
|
||||
---
|
||||
|
||||
## au-dev 本机 (Mac mini)
|
||||
|
||||
| 配置项 | 值 |
|
||||
|--------|-----|
|
||||
| 主机名 | DONGLIN's Mac mini |
|
||||
| Tailscale IP | 100.114.124.68 |
|
||||
| 位置 | 澳大利亚 |
|
||||
|
||||
### 项目路径
|
||||
|
||||
| 项目 | 路径 |
|
||||
|------|------|
|
||||
| new-ai-proj | /Users/donglinlai/coding/qiudl/new-ai-proj |
|
||||
|
||||
---
|
||||
|
||||
## iOS 部署流程
|
||||
|
||||
### 方式 1: 通过 cn-dev 部署到 iPhone
|
||||
|
||||
```bash
|
||||
# 1. 同步代码
|
||||
ssh cn-dev "cd /Users/johnqiu/workspace/new-ai-proj && git pull"
|
||||
|
||||
# 2. 打开 Xcode
|
||||
ssh cn-dev "open /Users/johnqiu/workspace/new-ai-proj/AI-Proj-iOS/AI-Proj-iOS.xcodeproj"
|
||||
|
||||
# 3. 在 Xcode 中选择 iPhone 设备,按 Cmd+R 运行
|
||||
```
|
||||
|
||||
### 方式 2: 命令行构建安装
|
||||
|
||||
```bash
|
||||
# 构建并安装 (需要 iPhone 信任并解锁)
|
||||
ssh cn-dev "cd /Users/johnqiu/workspace/new-ai-proj/AI-Proj-iOS && \
|
||||
xcodebuild -project AI-Proj-iOS.xcodeproj \
|
||||
-scheme 'AI-Proj-iOS' \
|
||||
-destination 'id=00008150-001E64800AD2401C' \
|
||||
-configuration Debug \
|
||||
build"
|
||||
```
|
||||
|
||||
### 常见问题
|
||||
|
||||
**DDI 服务不可用 (ddiServicesAvailable: false)**
|
||||
|
||||
需要在 iPhone 上:
|
||||
1. 解锁 iPhone
|
||||
2. 如有弹窗,点击「信任此电脑」
|
||||
3. 输入 iPhone 密码确认
|
||||
|
||||
**检查设备状态**
|
||||
|
||||
```bash
|
||||
ssh cn-dev "xcrun devicectl list devices"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 凭据
|
||||
|
||||
| 服务 | 账号 | 密码 | 备注 |
|
||||
|------|------|------|------|
|
||||
| AI-Proj | qiudl | Admin@2026~ | 管理员账号 |
|
||||
| AI-Proj | lvkai | Lvkai@123 | 测试账号 |
|
||||
|
||||
---
|
||||
|
||||
**创建时间**: 2026-01-31 17:45:00 ACDT
|
||||
**最后更新**: 2026-01-31 17:55:00 ACDT
|
||||
Reference in New Issue
Block a user