mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 02:31:33 +08:00
docs: update blog content
This commit is contained in:
@ -8,11 +8,12 @@
|
|||||||
"build": "astro check && astro build",
|
"build": "astro check && astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,svelte,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,svelte,astro}\""
|
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,svelte,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,svelte,astro}\"",
|
||||||
|
"sort": "node scripts/updateCategoryBatchly.cjs && node scripts/sortByDate.cjs"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "npm run lint"
|
"pre-commit": "npm run lint && npm run sort"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -44,6 +45,7 @@
|
|||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-plugin-astro": "^0.31.4",
|
"eslint-plugin-astro": "^0.31.4",
|
||||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||||
|
"husky": "^9.1.6",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-config-standard": "^7.0.0",
|
"prettier-config-standard": "^7.0.0",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.13.0",
|
||||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -87,6 +87,9 @@ importers:
|
|||||||
eslint-plugin-jsx-a11y:
|
eslint-plugin-jsx-a11y:
|
||||||
specifier: ^6.8.0
|
specifier: ^6.8.0
|
||||||
version: 6.8.0(eslint@8.57.0)
|
version: 6.8.0(eslint@8.57.0)
|
||||||
|
husky:
|
||||||
|
specifier: ^9.1.6
|
||||||
|
version: 9.1.6
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.2.5
|
specifier: ^3.2.5
|
||||||
version: 3.2.5
|
version: 3.2.5
|
||||||
@ -1898,6 +1901,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
||||||
engines: {node: '>=16.17.0'}
|
engines: {node: '>=16.17.0'}
|
||||||
|
|
||||||
|
husky@9.1.6:
|
||||||
|
resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
ieee754@1.2.1:
|
ieee754@1.2.1:
|
||||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||||
|
|
||||||
@ -5951,6 +5959,8 @@ snapshots:
|
|||||||
|
|
||||||
human-signals@5.0.0: {}
|
human-signals@5.0.0: {}
|
||||||
|
|
||||||
|
husky@9.1.6: {}
|
||||||
|
|
||||||
ieee754@1.2.1: {}
|
ieee754@1.2.1: {}
|
||||||
|
|
||||||
ignore@5.3.1: {}
|
ignore@5.3.1: {}
|
||||||
|
35
src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md
Normal file
35
src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: 2024 永不完结的冒险 武汉线下vlog
|
||||||
|
date: 2024-09-02
|
||||||
|
author: KazooTTT
|
||||||
|
type: Post
|
||||||
|
status: Published
|
||||||
|
tags:
|
||||||
|
- vlog
|
||||||
|
- 武汉
|
||||||
|
- 小缘
|
||||||
|
- live
|
||||||
|
finished: true
|
||||||
|
published: true
|
||||||
|
category: 生活
|
||||||
|
slug: yukari-2024-live
|
||||||
|
description: 前往武汉参加小缘810线下live的流水账式vlog。
|
||||||
|
NotionID-notionnext: 7c90f788-efe1-4ae1-b314-3bf7acb6b21e
|
||||||
|
link-notionnext: https://kazoottt.notion.site/2024-vlog-7c90f788efe14ae1b3143bf7acb6b21e
|
||||||
|
---
|
||||||
|
|
||||||
|
# 2024 小缘永不完结的冒险 武汉线下vlog
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
离职之后刚好有时间去小缘的810线下live,于是和朋友们约好了一起去~
|
||||||
|
|
||||||
|
剪了一个很流水账的vlog⬇️
|
||||||
|
|
||||||
|
[2024小缘武汉live 流水账式vlog\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1BLWMeMEVU/)
|
88
src/content/post/软件/06 Perplexity系列产品.md
Normal file
88
src/content/post/软件/06 Perplexity系列产品.md
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
title: 01 Perplexity系列产品
|
||||||
|
date: 2024-09-04
|
||||||
|
author: KazooTTT
|
||||||
|
type: Post
|
||||||
|
status: Published
|
||||||
|
tags:
|
||||||
|
- AI
|
||||||
|
- 搜索引擎
|
||||||
|
- Perplexity
|
||||||
|
- Playground
|
||||||
|
- 播客
|
||||||
|
finished: true
|
||||||
|
published: true
|
||||||
|
category: 软件
|
||||||
|
slug: perplexity-productions-intro
|
||||||
|
description: 概述Perplexity系列产品,包括搜索引擎、Playground和播客,重点介绍其功能和区别。
|
||||||
|
NotionID-notionnext: ae2fba46-af30-4bd5-b6d0-fe751c162800
|
||||||
|
link-notionnext: https://kazoottt.notion.site/01-Perplexity-ae2fba46af304bd5b6d0fe751c162800
|
||||||
|
---
|
||||||
|
|
||||||
|
# Perplexity系列产品
|
||||||
|
|
||||||
|
## 产品1 Perplexity搜索引擎
|
||||||
|
|
||||||
|
![[attachment/软件/01 Perplexity系列产品/IMG-20240904094448497.png]]
|
||||||
|
|
||||||
|
https://www.perplexity.ai/
|
||||||
|
|
||||||
|
### 普通和Pro的区别
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 频繁人工验证怎么办
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Perplexity - AI Search - Chrome 应用商店](https://chromewebstore.google.com/detail/perplexity-ai-search/bnaffjbjpgiagpondjlnneblepbdchol)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 同类别产品
|
||||||
|
|
||||||
|
[Devv AI](https://devv.ai/) (编程向)
|
||||||
|
|
||||||
|
![[attachment/软件/01 Perplexity系列产品/IMG-20240904094534311.png]]
|
||||||
|
|
||||||
|
## 产品2 Perplexity Playground
|
||||||
|
|
||||||
|
体验最新大模型
|
||||||
|
|
||||||
|
https://labs.perplexity.ai/
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Introducing Llama 3.1: Our most capable models to date](https://ai.meta.com/blog/meta-llama-3-1/)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Changelog - Perplexity](https://docs.perplexity.ai/changelog/changelog#introducing-new-and-improved-sonar-models)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 产品3 Perplexity播客
|
||||||
|
|
||||||
|
[资讯汇总 Discover](https://www.perplexity.ai/discover)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Perplexity和eleventlab合作,把Discover的内容转成播客了。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
很适合练习听力以及了解科技资讯。地址:[Discover Daily by Perplexity](https://discoverdaily.ai/)
|
||||||
|
|
||||||
|
[spotify](https://open.spotify.com/episode/1CaSWrm7uUAOkaKjE9KI47?si=WPbA0x73QkGEPm-DFh4big)
|
||||||
|
|
||||||
|
[pca.st](https://pca.st/03qazv0d)
|
||||||
|
|
||||||
|
支持rss
|
||||||
|
|
||||||
|

|
Reference in New Issue
Block a user