chore: prepare open source archive
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Hello World - 欢迎来到尼克的小窝
|
||||
title: Hello World - 欢迎使用 SuBlog
|
||||
published: 2026-05-31T08:00:00
|
||||
updated: 2026-05-31
|
||||
description: 博客上线啦!这篇文章介绍本站的技术架构、功能特性和搭建过程中的一些思考。
|
||||
@@ -14,7 +14,7 @@ difficulty: 入门
|
||||
|
||||
## 博客上线啦!
|
||||
|
||||
Hello World!欢迎来到**尼克的小窝**,这是我的第一篇博客文章。
|
||||
Hello World!欢迎使用 **SuBlog**,这是站点的第一篇示例文章。
|
||||
|
||||
经过一段时间的折腾,这个基于 Nuxt 3 的个人博客终于上线了。在这里记录一下这个项目的技术选型和功能特性。
|
||||
|
||||
@@ -53,8 +53,8 @@ Hello World!欢迎来到**尼克的小窝**,这是我的第一篇博客文
|
||||
```typescript
|
||||
// config/site.ts
|
||||
export const siteConfig = {
|
||||
siteName: '尼克的小窝',
|
||||
url: 'https://nixus.top/',
|
||||
siteName: '我的博客',
|
||||
url: 'https://example.com/',
|
||||
avatar: 'https://q2.qlogo.cn/headimg_dl?dst_uin=xxx&spec=100',
|
||||
// ... 改这一个文件,全站生效
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ difficulty: 入门
|
||||
|
||||
## jira_cli 是什么
|
||||
|
||||
[jira_cli](https://github.com/wishesl/jira_cli) 是一个面向企业 Jira(Server / Data Center)的本地命令行工具,Go 语言编写,MIT 协议开源。它同时提供 **Cobra CLI** 和 **MCP stdio server** 两种入口,既能当日常命令行用,又能直接接入 AI 编程工具。
|
||||
[jira_cli](https://github.com/yourname/jira_cli) 是一个面向企业 Jira(Server / Data Center)的本地命令行工具,Go 语言编写,MIT 协议开源。它同时提供 **Cobra CLI** 和 **MCP stdio server** 两种入口,既能当日常命令行用,又能直接接入 AI 编程工具。
|
||||
|
||||
```bash
|
||||
# CLI 日常使用
|
||||
@@ -39,10 +39,10 @@ jira_cli mcp --user=work
|
||||
|
||||
```bash
|
||||
# 从源码安装(要求 Go 1.26.3+)
|
||||
go install github.com/wishesl/jira_cli@latest
|
||||
go install github.com/yourname/jira_cli@latest
|
||||
|
||||
# 或下载预编译二进制
|
||||
# https://github.com/wishesl/jira_cli/releases
|
||||
# https://github.com/yourname/jira_cli/releases
|
||||
```
|
||||
|
||||
Windows 用户下载 zip 包解压后双击 `install.bat` 即可全局安装,自动加入 PATH。
|
||||
@@ -258,4 +258,4 @@ main.go
|
||||
- 需要管理多个 Jira 实例和多套账号
|
||||
- Windows 用户想要无摩擦的 CLI 体验
|
||||
|
||||
GitHub:[github.com/wishesl/jira_cli](https://github.com/wishesl/jira_cli) | MIT 协议 | Go 1.26.3+
|
||||
GitHub:[github.com/yourname/jira_cli](https://github.com/yourname/jira_cli) | MIT 协议 | Go 1.26.3+
|
||||
|
||||
@@ -5,7 +5,7 @@ updated: 2026-05-31
|
||||
image: /posts/nuxt-tailwind-underline-fix/img/cover.png
|
||||
description: 记录 Nuxt 3 配合 Tailwind CSS 时,客户端导航导致链接文字出现下划线闪烁的问题及解决方案。
|
||||
tags: ['Nuxt', 'Tailwind CSS', 'CSS', '踩坑']
|
||||
author: Nixus
|
||||
author: SuBlog
|
||||
series: Nuxt 博客开发
|
||||
seriesOrder: 3
|
||||
difficulty: 进阶
|
||||
@@ -76,4 +76,4 @@ a:not(.prose a) {
|
||||
|
||||
这是 Nuxt 3 + Tailwind CSS 的一个已知问题,本质上是 CSS 加载时序导致的 FOUC。`!important` 虽然不够优雅,但在这个场景下是务实的解决方案。
|
||||
|
||||
如果你有更好的方案,欢迎在 [Issues](https://github.com/wishesl/SuBlog/issues) 提出!
|
||||
如果你有更好的方案,欢迎在项目仓库的 Issues 中提出!
|
||||
|
||||
Reference in New Issue
Block a user