前几天在公众号看到一个少年用claude的提示词写了个深度思考的项目,让其拥有类似人类的思考模式,没想到deepseek也更新了深度思考的模式 。不过嘛好像不太聪明。
<style>
@font-face {
font-family: 'MyCustomFont';
src: url('https://ittst.com/upload/18.woff2') format('woff2'),
url('fonts/MyCustomFont.woff') format('woff'); /* 可选:提供WOFF格式作为后备 */
font-weight: normal;
font-style: normal;
}
body {
font-family: "MyCustomFont", sans-serif !important;
}
</style>
更改字体
获取爱情的方法很简单 就是时间和金钱 一言以蔽之 就是金钱
折腾 Metube群晖部署,想要下载youtube
需要设置环境变量,使用v2rayA
来进行代理
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
environment:
YTDL_OPTIONS: '{"proxy":"http://127.0.0.1:20171"}'
network_mode: "host" # 使用主机模式
volumes:
- ./download:/downloads