Skip to content

Commit

Permalink
modify X link
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Oct 14, 2024
1 parent 5702d8a commit fedb826
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The content covers but is not limited to **cutting-edge AI news**, **AI tools**,

Updated regularly every evening, providing RSS service subscription, and you can also follow project updates via Star/Watch.

For more important information, it will be independently published on social channels for detailed introduction, and you can follow my [X (Twitter)](https://x.com/GoJun315) account.
For more important information, it will be independently published on social channels for detailed introduction, and you can follow my [X (Twitter)](https://x.com/intent/follow?screen_name=GoJun315) account.

## Features

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

每天晚上定时更新,提供 RSS 服务订阅,也可通过 Star/Watch 关注项目的更新。

对于较为重要信息,会在社交渠道独立发布进行详细介绍,可关注我的 [X(Twitter)](https://x.com/GoJun315) 账号。
对于较为重要信息,会在社交渠道独立发布进行详细介绍,可关注我的 [X(Twitter)](https://x.com/intent/follow?screen_name=GoJun315) 账号。


## 功能特性
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
sidebar: createSideBarEN(),

socialLinks: [
{ icon: 'x', link: 'https://x.com/GoJun315' },
{ icon: 'x', link: 'https://x.com/intent/follow?screen_name=GoJun315' },
{ icon: 'github', link: 'https://github.com/freelander' },
{
icon: {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
// ],

socialLinks: [
{ icon: 'x', link: 'https://x.com/GoJun315' },
{ icon: 'x', link: 'https://x.com/intent/follow?screen_name=GoJun315' },
{ icon: 'github', link: 'https://github.com/freelander' },
{
icon: {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/Subscribe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const route = useRoute();
const isEN = computed(() => route.path.startsWith("/en"));
function jumpToX() {
window.open("https://x.com/GoJun315", "_blank");
window.open("https://x.com/intent/follow?screen_name=GoJun315", "_blank");
}
</script>
<style scoped>
Expand Down

0 comments on commit fedb826

Please sign in to comment.