Skip to content

Commit

Permalink
add 7-14 ai daily and site config
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Jul 14, 2024
1 parent 842f685 commit a2137d5
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 21 deletions.
14 changes: 3 additions & 11 deletions docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,11 @@ export default defineConfig({
cleanUrls: true,
ignoreDeadLinks: true,
sitemap: {
hostname: 'https://daily.gojun.com'
hostname: 'https://daily.gojun.me'
},
head: [
["script", { async: "", src: "https://www.googletagmanager.com/gtag/js?id=G-Z6HGDC7ZBL" }],
[
"script",
{},
`window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z6HGDC7ZBL');`,
],

// 添加 Umami 跟踪代码
["script", { defer: "", src: "https://cloud.umami.is/script.js", "data-website-id": "622607f4-b160-40d2-83cf-feccf5a822e2" }],
[
"link",
{
Expand Down
8 changes: 4 additions & 4 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export default defineConfig({

sidebar: createSideBarZH(),

nav: [
{text: 'AI 日报', link: '/index'},
{text: '关于我', link: 'https://gojun.me'},
],
// nav: [
// {text: 'AI 日报', link: '/index'},
// {text: '关于我', link: 'https://gojun.me'},
// ],

socialLinks: [
{ icon: 'x', link: 'https://x.com/GoJun315' },
Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/components/Subscribe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<t-popup v-else placement="right" show-arrow destroy-on-close>
<template #content>
<div class="img-container">
<img src="https://oss.justin3go.com/Justin3goWXGZH_QR.png" alt="" />
<img src="https://cdn.jsdelivr.net/gh/freelander/oss@master/img/weixin-qr.png" alt="" />
</div>
</template>
<t-button theme="default" variant="dashed" style="margin-bottom: 10px">
<template #icon><NotificationIcon /></template>
加入 AIGC 交流群
交个朋友
</t-button>
</t-popup>
</template>
Expand All @@ -24,7 +24,7 @@ const route = useRoute();
const isEN = computed(() => route.path.startsWith("/en"));
function jumpToMedium() {
window.open("https://medium.com/@Justin3go", "_blank");
window.open("https://medium.com/@GoJun", "_blank");
}
</script>
<style scoped>
Expand Down
5 changes: 3 additions & 2 deletions docs/.vitepress/utils/createSideBar.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export function createSideBarZH() {
return [
{
text: '2024年',
collapsed: true,
text: '2024 年',
collapsed: false,
items: [
{ text: '7 月 14 日', link: '/posts/2024/7-14' },
{ text: '7 月 13 日', link: '/posts/2024/7-13' },
{ text: '7 月 12 日', link: '/posts/2024/7-12' },
{ text: '7 月 11 日', link: '/posts/2024/7-11' },
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/utils/handleHeadMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function handleHeadMeta(context: TransformContext) {
const { description, title, relativePath, frontmatter } = context.pageData;

const curDesc = description || context.description;
const cover = frontmatter.cover || 'https://fav0.com/favicon-512x512.png'
const cover = frontmatter.cover || 'https://cdn.jsdelivr.net/gh/freelander/oss@master/img/icon-512x512.png'
const cardType = frontmatter.cover ? 'summary_large_image' : 'summary'
// 增加Twitter卡片
const ogUrl: HeadConfig = ["meta", { property: "og:url", content: addBase(relativePath) }]
Expand Down
77 changes: 77 additions & 0 deletions docs/posts/2024/7-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: 7 月 14 日
date: 2024-07-14
cover: https://oss.justin3go.com/blogs/fav0-001.jpg

---

每天仅需 1 分钟,全面获取 AI 技术发展、行业动态和市场趋势。

内容涵盖但不限于**前沿 AI 资讯****AI 工具****AI 绘画****开源项目****学习教程**等等。

关注 AI 日报,紧跟 AI 潮流,希望对你有所帮助。对于重要信息,会独立发帖进行详细介绍。

以下是 7 月 14 日的最新 AI 信息。

### 前沿资讯

**1、Google Gemini 即将推出的功能。**

许久没看到 Gemini 相关信息了,今天看到有一篇文章介绍了 Gemini 即将推出的新工具和功能。

包括 Imagen3、自定义提示词、Google Photos 集成、提示词增强、Gemini Chrome 插件、实时响应开关等等功能。

来源:https://www.testingcatalog.com/upcoming-features-in-the-works-for-google-gemini/

同时透露预计在 7 月 15 日和 18 日,将会有重要的更新。

![Scheduled prompts on Gemini](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-14/screenshot-gemini.google.com-2024.07.13-00_39_32.jpg)



**2、亚马逊推出 AI 购物助手 Rufus。**

能够在亚马逊购物应用中直接回答用户的各种购物问题,从而帮助用户节省时间并做出更明智的购物决策。

详细介绍:https://www.aboutamazon.com/news/retail/how-to-use-amazon-rufus

![image-20240714160719317](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-14/image-20240714160719317.png)



### 开源项目

**1、一份精心收集的开源免费视频下载工具列表 awesome-social-media-downloader。**

在这份列表里收录了很多能够免费下载油管、B 站、抖音、视频号等平台视频的开源工具。

GitHub:https://github.com/DangJin/awesome-social-media-downloader

另外,还有一些短视频去水印以及视频压缩等辅助工具。

![image-20240714161044351](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-14/image-20240714161044351.png)



**2、一个开源免费的在线 ePub 阅读器 Flow。**

支持书内搜索、多主题切换、图片预览、链接分享、下载书籍、自定义排版、高亮笔记、数据导出以及云端存储等功能。

GitHub:https://github.com/pacexy/flow

另外,还兼容跨平台使用,并且可离线运行,允许同时阅读多本书。

![Screenshot](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-14/zh-CN.webp)



**3、之前推荐过的一款开源免费且非常强大的爬虫工具: Crawlee,现在有 Python 版本了。**

一个用于 Python 的网页抓取和浏览器自动化库,旨在构建可靠的爬虫,为 AI、大语言模型、检索增强生成(RAG)或 GPTs 提取数据。

详细介绍:https://t.zsxq.com/BwafT

![image-20240714161338866](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-14/image-20240714161338866.png)



Binary file modified docs/public/favicon.ico
Binary file not shown.

0 comments on commit a2137d5

Please sign in to comment.