Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit ecd0ec9

Browse files
authored
chore: update project name (partial) (#5)
* chore: update project name (partial: index page) * chore: update project name (partial 2: replace Alist -> OpenList) * revert: repo name https://github.com/jing332/AListFlutter * fix: update Giscus repo * chore: update project name (partial 3: remove home ads) * chore: update project name (partial 4: update README) * chore: update project name (partial 5: update install/source.md) * chore: update project name (partial 6: update package.json) * chore: update project name (partial 7: disbale CI: Docker website) * chore: update project name (partial 8: update hostname) * chore: update project name (partial 9: remove desktop raw) * chore: update project name (partial 10: update changelog fetch version) * chore: update project name (partial 11: update guide/README) * chore: update project name (partial 12: update guide/manual) * chore: update project name (partial 13: update guide/install/docker) * chore: update project name (partial 13: update guide/install/paas) * chore: update project name (partial 14: update guide/drivers/common) * chore: update project name (partial 15: update guide/drivers/aliyundrive_open) * chore: update project name (partial 16: update guide/sponsor)
1 parent f49f772 commit ecd0ec9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+663
-1793
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Docker website
22
on:
3-
push:
4-
branches:
5-
- gh-pages
3+
# push:
4+
# branches:
5+
# - gh-pages
66
workflow_dispatch:
77

88
permissions:

docs/.vuepress/components/Desktop.vue

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,12 @@ import { NButtonGroup, NImage, NSpace, NButton, NDropdown } from "naive-ui"
33
import { computed, ref } from "vue"
44
// import { api } from "./api";
55
6-
const proxy = "https://ghfast.top/"
6+
const proxy = "https://example.com/"
77
const res = await fetch(`https://ad-api.example.com/v0/app/latest`)
88
const data = await res.json()
99
const version = data.version as string
1010
1111
const raw = [
12-
{
13-
key: "mac_arm64",
14-
label: "MacOS (Apple Silicon)",
15-
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_aarch64.dmg`,
16-
},
17-
{
18-
key: "mac_x64",
19-
label: "MacOS (Intel)",
20-
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_x64.dmg`,
21-
},
22-
{
23-
key: "win_x64",
24-
label: "Windows (X64)",
25-
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_x64_en-US.msi`,
26-
},
27-
{
28-
key: "win_arm64",
29-
label: "Windows (ARM64)",
30-
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_arm64-setup.exe`,
31-
},
32-
{
33-
key: "linux",
34-
label: "Linux",
35-
url: `https://github.com/alist-org/desktop-release/releases/latest/download/alist-desktop_${version}_amd64.deb`,
36-
},
3712
] as const
3813
3914
type Plat = (typeof raw)[number]["key"]

docs/.vuepress/components/HomePage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<HopeHomePage>
33
<template #top>
44
<ClientOnly>
5-
<HomeAds />
5+
<!-- <HomeAds /> -->
66
</ClientOnly>
77
</template>
88
</HopeHomePage>
99
</template>
1010
<script setup lang="ts">
1111
import HopeHomePage from "vuepress-theme-hope/components/HomePage";
12-
import HomeAds from "./HomeAds.vue";
12+
// import HomeAds from "./HomeAds.vue";
1313
import { ClientOnly } from "@vuepress/client";
1414
1515
</script>

docs/.vuepress/components/Pricing.vue

Lines changed: 43 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -14,60 +14,36 @@ let data = {
1414
"No restrictions",
1515
"..."
1616
],
17-
btns: [{
18-
text: 'Download',
19-
link: 'https://github.com/alist-org/alist/releases'
20-
},
21-
{
22-
text: "Sponsor",
23-
link: "/guide/sponsor.html",
24-
secondary: false,
25-
type: "error"
26-
}
27-
]
28-
},
29-
{
30-
title: 'AList Desktop',
31-
price: '$9.99',
32-
features: [
33-
'All Open Source features',
34-
'Use a nice UI to manage the Alist program instead of the command line, and easily view logs',
35-
'Mount all storages as a local disk',
36-
'The native start with system',
37-
'Automatically check for updates',
38-
'Quick view administrator information',
39-
'System Tray, close the window running background does not quit',
40-
'...'
41-
],
4217
btns: [
4318
{
4419
text: 'Download',
45-
link: 'https://github.com/alist-org/desktop-release/releases',
20+
link: 'https://github.com/OpenListTeam/OpenList/releases'
4621
},
4722
{
48-
text: 'Buy',
49-
link: 'https://store.example.com/checkout/buy/51dca247-20df-4991-8104-54ca534bcc82',
50-
type: 'success'
23+
text: "Sponsor",
24+
link: "./guide/sponsor.html",
25+
secondary: false,
26+
type: "error"
5127
}
5228
]
5329
},
54-
{
55-
title: 'Technical Support',
56-
price: 'Pay as you go',
57-
features: [
58-
'All Open Source features',
59-
'In view of the specific case analysis',
60-
'Assist in deployment and debugging',
61-
'Secondary development according to specific requirements',
62-
'...'
63-
],
64-
btns: [
65-
{
66-
text: 'Contact',
67-
link: 'mailto:i@example.com'
68-
}
69-
]
70-
}
30+
// {
31+
// title: 'Technical Support',
32+
// price: 'Pay as you go',
33+
// features: [
34+
// 'All Open Source features',
35+
// 'In view of the specific case analysis',
36+
// 'Assist in deployment and debugging',
37+
// 'Secondary development according to specific requirements',
38+
// '...'
39+
// ],
40+
// btns: [
41+
// {
42+
// text: 'Contact',
43+
// link: 'mailto:i@example.com'
44+
// }
45+
// ]
46+
// }
7147
],
7248
};
7349
@@ -85,56 +61,33 @@ if (location.pathname.startsWith("/zh/")) {
8561
"没有限制",
8662
"..."
8763
],
88-
btns: [{
89-
text: '下载',
90-
link: 'https://github.com/alist-org/alist/releases',
91-
}, {
92-
text: "赞助",
93-
link: "/zh/guide/sponsor.html",
94-
secondary: false,
95-
type: "error"
96-
}]
97-
},
98-
{
99-
title: 'AList桌面版',
100-
price: '¥50',
101-
features: [
102-
'所有开源功能',
103-
'使用好看的UI管理AList程序而不是命令行,方便的查看日志',
104-
'将所有存储挂载为本地磁盘',
105-
'原生的开机自启',
106-
'自动检查更新',
107-
'快捷查看管理员信息',
108-
'系统托盘,关闭窗口后台运行不退出',
109-
'...'
110-
],
11164
btns: [
11265
{
11366
text: '下载',
114-
link: 'https://github.com/alist-org/desktop-release/releases',
115-
},
116-
{
117-
text: '购买',
118-
link: 'https://r.example.com/ad',
119-
type: 'success'
67+
link: 'https://github.com/OpenListTeam/OpenList/releases',
68+
}, {
69+
text: "赞助",
70+
link: "./zh/guide/sponsor.html",
71+
secondary: false,
72+
type: "error"
12073
}
12174
]
12275
},
123-
{
124-
title: '技术支持',
125-
price: '按需付费',
126-
features: [
127-
'所有开源功能',
128-
'针对具体案例分析解答',
129-
'协助部署和调试',
130-
'根据具体需求进行二次开发',
131-
'...'
132-
],
133-
btns: [{
134-
text: '联系',
135-
link: 'mailto:i@example.com'
136-
}]
137-
}
76+
// {
77+
// title: '技术支持',
78+
// price: '按需付费',
79+
// features: [
80+
// '所有开源功能',
81+
// '针对具体案例分析解答',
82+
// '协助部署和调试',
83+
// '根据具体需求进行二次开发',
84+
// '...'
85+
// ],
86+
// btns: [{
87+
// text: '联系',
88+
// link: 'mailto:i@example.com'
89+
// }]
90+
// }
13891
],
13992
};
14093
}

docs/.vuepress/components/changelog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const core = ref<Releases>();
88
const web = ref<Map<string, Release>>();
99
1010
async function fetchCore() {
11-
const resp = await fetch('https://api.github.com/repos/alist-org/alist/releases')
11+
const resp = await fetch('https://api.github.com/repos/OpenListTeam/OpenList/releases')
1212
core.value = await resp.json()
1313
}
1414
async function fetchWeb() {
15-
const resp = await fetch('https://api.github.com/repos/alist-org/alist-web/releases')
15+
const resp = await fetch('https://api.github.com/repos/OpenListTeam/OpenList-Frontend/releases')
1616
const releases = await resp.json()
1717
web.value = new Map(releases.map((release: Release) => [`v${release.tag_name}`, release]))
1818
}

docs/.vuepress/config.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ export default defineUserConfig({
3030
{},
3131
`!function(p){"use strict";!function(t){var s=window,e=document,i=p,c="".concat("https:"===e.location.protocol?"https://":"http://","sdk.51.la/js-sdk-pro.min.js"),n=e.createElement("script"),r=e.getElementsByTagName("script")[0];n.type="text/javascript",n.setAttribute("charset","UTF-8"),n.async=!0,n.src=c,n.id="LA_COLLECT",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:"JopjiIsNYEbnNVF2",ck:"JopjiIsNYEbnNVF2",hashMode:false});`,
3232
],
33-
[
34-
"script",
35-
{},
36-
`var _hmt = _hmt || [];
37-
(function() {
38-
var hm = document.createElement("script");
39-
hm.src = "https://hm.baidu.com/hm.js?6c8a68035d2804b5cfeafe6d96df4c75";
40-
var s = document.getElementsByTagName("script")[0];
41-
s.parentNode.insertBefore(hm, s);
42-
})();`,
43-
],
33+
// [
34+
// "script",
35+
// {},
36+
// `var _hmt = _hmt || [];
37+
// (function() {
38+
// var hm = document.createElement("script");
39+
// hm.src = "https://hm.baidu.com/hm.js?6c8a68035d2804b5cfeafe6d96df4c75";
40+
// var s = document.getElementsByTagName("script")[0];
41+
// s.parentNode.insertBefore(hm, s);
42+
// })();`,
43+
// ],
4444
// [
4545
// "script",
4646
// {
@@ -54,13 +54,13 @@ export default defineUserConfig({
5454
locales: {
5555
"/": {
5656
lang: "en-US",
57-
title: "AList Docs",
58-
description: "Documentation for alist v3",
57+
title: "OpenList Docs",
58+
description: "Documentation for OpenList v3",
5959
},
6060
"/zh/": {
6161
lang: "zh-CN",
62-
title: "AList文档",
63-
description: "AList v3的文档",
62+
title: "OpenList 文档",
63+
description: "OpenList v3 的文档",
6464
},
6565
},
6666
markdown: {

docs/.vuepress/navbar/en.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ export const en = navbar([
1111
text: "Community",
1212
icon: "iconfont icon-community",
1313
children: [
14-
// {
15-
// text: "Discussion",
16-
// link: "https://github.com/alist-org/alist/discussions",
17-
// },
18-
// { text: "Telegram", link: "https://t.me/alist_chat" },
14+
{
15+
text: "Discussion",
16+
link: "https://github.com/OpenListTeam/OpenList/discussions",
17+
},
18+
{ text: "Telegram", link: "https://t.me/+BYuDkV2f-ds2ODE1" },
1919
// { text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
2020
],
2121
},
22-
{
23-
text: "More",
24-
icon: "iconfont icon-more",
25-
children: [
26-
{ text: "Demo", link: "https://alist.pages.dev/" },
27-
{ text: "V2", link: "https://alist-doc.example.com" },
28-
{ text: "Desktop", link: "https://ad.example.com/" },
29-
],
30-
},
22+
// {
23+
// text: "More",
24+
// icon: "iconfont icon-more",
25+
// children: [
26+
// { text: "Demo", link: "https://alist.pages.dev/" },
27+
// { text: "V2", link: "https://alist-doc.example.com" },
28+
// { text: "Desktop", link: "https://ad.example.com/" },
29+
// ],
30+
// },
3131
{
3232
text: "Github",
3333
icon: "iconfont icon-github",
34-
link: "https://github.com/alist-org/alist",
34+
link: "https://github.com/OpenListTeam/OpenList",
3535
},
3636
]);

docs/.vuepress/navbar/zh.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ export const zh = navbar([
1111
text: "社区",
1212
icon: "iconfont icon-community",
1313
children: [
14-
// {
15-
// text: "Discussion",
16-
// link: "https://github.com/alist-org/alist/discussions",
17-
// },
18-
// { text: "Telegram", link: "https://t.me/alist_chat" },
14+
{
15+
text: "Discussion",
16+
link: "https://github.com/OpenListTeam/OpenList/discussions",
17+
},
18+
{ text: "Telegram", link: "https://t.me/+BYuDkV2f-ds2ODE1" },
1919
// { text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
2020
],
2121
},
22-
{
23-
text: "更多",
24-
icon: "iconfont icon-more",
25-
children: [
26-
{ text: "演示", link: "https://alist.pages.dev/" },
27-
{ text: "V2", link: "https://alist-doc.example.com" },
28-
{ text: "桌面版", link: "https://ad.example.com/" },
29-
],
30-
},
22+
// {
23+
// text: "更多",
24+
// icon: "iconfont icon-more",
25+
// children: [
26+
// { text: "演示", link: "https://alist.pages.dev/" },
27+
// { text: "V2", link: "https://alist-doc.example.com" },
28+
// { text: "桌面版", link: "https://ad.example.com/" },
29+
// ],
30+
// },
3131
{
3232
text: "Github",
3333
icon: "iconfont icon-github",
34-
link: "https://github.com/AlistTeam/alist",
34+
link: "https://github.com/OpenListTeam/OpenList",
3535
},
3636
])

0 commit comments

Comments
 (0)