https://github.com/tgbot-collection/yyetsfe
人人影视分享站 前端页面
https://github.com/tgbot-collection/yyetsfe
movies react telegrambot tvshows yyets
Last synced: 21 days ago
JSON representation
人人影视分享站 前端页面
- Host: GitHub
- URL: https://github.com/tgbot-collection/yyetsfe
- Owner: tgbot-collection
- Created: 2021-06-07T07:46:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T13:05:18.000Z (about 2 months ago)
- Last Synced: 2025-04-16T19:34:47.001Z (about 2 months ago)
- Topics: movies, react, telegrambot, tvshows, yyets
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 299
- Watchers: 7
- Forks: 79
- 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