Skip to content

Commit

Permalink
fix: 去除bili残留部分
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Aug 26, 2024
1 parent 4c0c934 commit 9aeeed3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## 快速安装

Windows 下载最新的release文件 (bilibili-buy.zip) [下载链接](https://github.com/mikumifa/cppTickerBuy/releases)
Windows 下载最新的release文件 [下载链接](https://github.com/mikumifa/cppTickerBuy/releases)


> **NOTE**
Expand Down
7 changes: 4 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

from tab.go import go_tab
from tab.login import login_tab
from tab.problems import problems_tab
from tab.settings import setting_tab

header = """
# CPP 抢票🌈
⚠️此项目完全开源免费 ([项目地址](https://github.com/mikumifa/biliTickerBuy)),切勿进行盈利,所造成的后果与本人无关。
⚠️此项目完全开源免费 ([项目地址](https://github.com/mikumifa/cppTickerBuy)),切勿进行盈利,所造成的后果与本人无关。
"""

short_js = """
Expand Down Expand Up @@ -40,8 +41,8 @@
go_tab()
with gr.Tab("登录管理"):
login_tab()
# with gr.Tab("常见问题"):
# problems_tab()
with gr.Tab("常见问题"):
problems_tab()

print("CPP账号的登录是在此控制台,请留意提示!!")
print("点击下面的网址运行程序 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓")
Expand Down
11 changes: 4 additions & 7 deletions tab/problems.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import gradio as gr


# def problems_tab():
# gr.Markdown("""
#
# 本项目使用说明书 [使用说明书](https://github.com/mikumifa/biliTickerBuy/wiki/%E6%8A%A2%E7%A5%A8%E8%AF%B4%E6%98%8E)
#
# 本项目的提问专区 [提问专区](https://github.com/mikumifa/biliTickerBuy/discussions)
# """)
def problems_tab():
gr.Markdown("""
本项目的提问专区 [提问专区](https://github.com/mikumifa/cppTickerBuy/discussions)
""")
13 changes: 0 additions & 13 deletions util/order_qrcode.py

This file was deleted.

0 comments on commit 9aeeed3

Please sign in to comment.