Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webapp-conversation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
webapp-conversation
Commits
a02a55a2
Commit
a02a55a2
authored
Mar 14, 2024
by
Edwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 删除dify相关信息
parent
631a4f1f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
.npmrc
.npmrc
+8
-0
index.tsx
app/components/index.tsx
+1
-1
logo.png
app/components/welcome/icons/logo.png
+0
-0
index.tsx
app/components/welcome/index.tsx
+0
-4
favicon.ico
public/favicon.ico
+0
-0
No files found.
.npmrc
0 → 100644
View file @
a02a55a2
registry=https://registry.npmmirror.com/
disturl=https://registry.npmmirror.com/dist
electron_mirror=https://npmmirror.com/mirrors/electron/
phantomjs_cdnurl=https://npmmirror.com/mirrors/phantomjs/
fsevents_binary_host_mirror=http://npm.taobao.org/mirrors/fsevents/
node_inspector_cdnurl=https://npmmirror.com/mirrors/node-inspector
sqlite3_cdnurl=https://npmmirror.com/mirrors/sqlite3/
sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/sqlite3/
\ No newline at end of file
app/components/index.tsx
View file @
a02a55a2
...
...
@@ -47,7 +47,7 @@ const Main: FC = () => {
useEffect
(()
=>
{
if
(
APP_INFO
?.
title
)
document
.
title
=
`
${
APP_INFO
.
title
}
- Powered by Dify`
document
.
title
=
APP_INFO
.
title
},
[
APP_INFO
?.
title
])
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
...
...
app/components/welcome/icons/logo.png
deleted
100644 → 0
View file @
631a4f1f
3.83 KB
app/components/welcome/index.tsx
View file @
a02a55a2
...
...
@@ -331,10 +331,6 @@ const Welcome: FC<IWelcomeProps> = ({
</
div
>
:
<
div
>
</
div
>
}
<
a
className=
'flex items-center pr-3 space-x-3'
href=
"https://dify.ai/"
target=
"_blank"
>
<
span
className=
'uppercase'
>
{
t
(
'app.chat.powerBy'
)
}
</
span
>
<
FootLogo
/>
</
a
>
</
div
>
)
}
</
div
>
...
...
public/favicon.ico
deleted
100644 → 0
View file @
631a4f1f
15 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment