Skip to content

Commit

Permalink
rename Applet to MiniProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Aug 23, 2024
1 parent 15b631e commit 9f70865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/Welcome/LearningDirectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const data: Array<LDirection> = [
width: 150,
}, {
name: "小程序",
key: "Applet",
logo: Logo.Applet,
key: "MiniProgram",
logo: Logo.MiniProgram,
width: 140,
}, {
name: "视频剪辑",
Expand Down
2 changes: 1 addition & 1 deletion src/static/cos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Logo = {
UI: `${BaseUrl}/images/learning-direction/ui.png`,
Embedded: `${BaseUrl}/images/learning-direction/embedded.svg`,
DeepLearning: `${BaseUrl}/images/learning-direction/python.png`,
Applet: `${BaseUrl}/images/learning-direction/wechat.png`,
MiniProgram: `${BaseUrl}/images/learning-direction/mini-program.png`,
Video: `${BaseUrl}/images/learning-direction/bilibili.png`,
} as const;

Expand Down

0 comments on commit 9f70865

Please sign in to comment.