Skip to content

Commit

Permalink
Merge pull request #76 from tolerious/feat/refactor-app
Browse files Browse the repository at this point in the history
🚧 Update
  • Loading branch information
tolerious authored Oct 1, 2024
2 parents 376861a + bd261fc commit f7a10da
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Burning English Frontend CI
name: Stylish Reader APP CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# English Burning 英语学习软件
# Stylish Reader 英语学习软件
[![Burning English Frontend CI](https://github.com/tolerious/English-Burning-Frontend/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/tolerious/English-Burning-Frontend/actions/workflows/node.js.yml)

作为一个英语学习的爱好者,我深知单词对于英语学习的重要性。这也是这款软件创建的初衷,希望它能够成为英语爱好者们的好帮手。
Expand Down
2 changes: 0 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ declare module 'vue' {
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="apple-touch-icon" sizes="152x152" href="/fuiyoh-square.jpg" />
<link rel="apple-touch-icon" sizes="180x180" href="/fuiyoh-square.jpg" />
<link rel="apple-touch-icon" sizes="167x167" href="/fuiyoh-square.jpg" />
<title>English Burning</title>
<title>Stylish Reader</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "english-burning",
"name": "stylish-reader-app",
"version": "0.0.0",
"private": true,
"type": "module",
Expand Down

0 comments on commit f7a10da

Please sign in to comment.