https://github.com/tgbot-collection/YYeTsFE
人人影视分享站 前端页面
https://github.com/tgbot-collection/YYeTsFE
movies react telegrambot tvshows yyets
Last synced: 6 months ago
JSON representation
人人影视分享站 前端页面
- Host: GitHub
- URL: https://github.com/tgbot-collection/YYeTsFE
- Owner: tgbot-collection
- Created: 2021-06-07T07:46:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T13:32:29.000Z (6 months ago)
- Last Synced: 2025-04-09T11:08:39.949Z (6 months ago)
- Topics: movies, react, telegrambot, tvshows, yyets
- Language: TypeScript
- Homepage:
- Size: 3.17 MB
- Stars: 298
- Watchers: 7
- Forks: 78
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YYeTs
[YYeTsBot 前端](https://yyets.click/)
React App
自适应 PC、移动端,亮色、暗色模式
## 部署
### 1. 安装依赖
```shell
yarn
```### 2. 复制 `.env.example` 为 `.env`,修改其中的变量
```dotenv
# 接口域名
REACT_APP_DOMAIN=xxx
# google analytic 追踪 ID
REACT_APP_GA=xxx
# 是否生成 sourcemap
GENERATE_SOURCEMAP=true
# adsense
REACT_APP_ADSENSE=xxx
```### 3. build 项目
```shell
yarn build
```## TODO
- [ ] 升级到MUI v5