Skip to content

Commit 161eec3

Browse files
authored
Merge pull request #4 from AlliotTech/feat/rename
Feat/rename
2 parents 73f554a + 32b0706 commit 161eec3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" translate="no">
33
<head>
44
<!-- customize head -->
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="referrer" content="same-origin" />
8-
<meta name="generator" content="AList V3" />
8+
<meta name="generator" content="OpenAList V3" />
99
<meta name="theme-color" content="#000000" />
1010
<meta name="google" content="notranslate" />
1111
<link href="/static/manifest.json" rel="manifest" />
1212
<meta name="apple-mobile-web-app-capable" content="yes" />
13-
<meta name="apple-mobile-web-app-title" content="AList" />
13+
<meta name="apple-mobile-web-app-title" content="OpenAList" />
1414
<link
1515
rel="apple-touch-icon"
1616
href="https://jsd.nn.ci/gh/alist-org/logo@main/logo.png"

public/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"display": "standalone",
33
"scope": "/",
44
"start_url": "/",
5-
"name": "AList",
5+
"name": "OpenAList",
66
"icons": [
77
{
88
"src": "https://jsd.nn.ci/gh/alist-org/logo@main/logo.png",

src/lang/en/home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"success": "Download completed"
158158
},
159159
"footer": {
160-
"powered_by": "Powered by AList",
160+
"powered_by": "Powered by OpenAList",
161161
"manage": "Manage"
162162
},
163163
"search": {

src/lang/en/manage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ftp": "FTP",
2828
"traffic": "Traffic"
2929
},
30-
"title": "AList Manage",
30+
"title": "OpenAList Manage",
3131
"not_admin": "You are not admin user, please login with admin account.",
3232
"logout_success": "Logout successfully",
3333
"send": "Send",

src/pages/manage/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useT, useManageTitle } from "~/hooks"
44

55
const fetchReadme = async () =>
66
await (
7-
await fetch("https://jsd.nn.ci/gh/alist-org/alist@main/README.md")
7+
await fetch("https://jsd.nn.ci/gh/AlliotTech/openalist@main/README.md")
88
).text()
99

1010
const About = () => {

src/store/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const setSettings = (items: Record<string, string>) => {
88
})
99
const version = settings["version"] || "Unknown"
1010
console.log(
11-
`%c AList %c ${version} %c https://github.com/AlliotTech/openalist`,
11+
`%c OpenAList %c ${version} %c https://github.com/AlliotTech/openalist`,
1212
"color: #fff; background: #5f5f5f",
1313
"color: #fff; background: #70c6be",
1414
"",

0 commit comments

Comments
 (0)