linkkf 로직수정중
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
# 카테고리
|
||||
# uri 가 plugin인 경우 name 값은 대체
|
||||
|
||||
#- name: "토렌트"
|
||||
# list:
|
||||
# - uri: "rss"
|
||||
|
||||
|
||||
#- name: "기본 기능"
|
||||
# list:
|
||||
# - uri: "terminal"
|
||||
# - uri: "command"
|
||||
# - uri: "flaskfilemanager"
|
||||
# - uri: "flaskcode"
|
||||
# - uri: "number_baseball"
|
||||
|
||||
|
||||
#- name: "링크"
|
||||
@@ -32,6 +26,8 @@
|
||||
name: "확장 설정"
|
||||
- uri: "system/plugin"
|
||||
name: "플러그인 관리"
|
||||
- uri: "system/tool/command"
|
||||
name: "Command 관리"
|
||||
- uri: "-"
|
||||
- uri: "system/logout"
|
||||
name: "로그아웃"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# message id 가 없을 경우 DEFAULT 값 사용
|
||||
# 공통: type, enable_time (시작시간-종료시간. 항상 받을 경우 생략)
|
||||
|
||||
- DEFAULT:
|
||||
DEFAULT:
|
||||
- type: 'telegram'
|
||||
token: ''
|
||||
chat_id: ''
|
||||
@@ -14,7 +14,7 @@
|
||||
enable_time: '09-23'
|
||||
|
||||
|
||||
- system_start:
|
||||
system_start:
|
||||
- type: 'telegram'
|
||||
token: ''
|
||||
chat_id: ''
|
||||
|
||||
@@ -3,11 +3,11 @@ Flask
|
||||
Flask-SQLAlchemy
|
||||
Flask-Login
|
||||
Flask-Cors
|
||||
Flask-Markdown
|
||||
#Flask-Markdown
|
||||
Flask-SocketIO
|
||||
python-engineio
|
||||
python-socketio
|
||||
Werkzeug
|
||||
python-socketio<5.8.0
|
||||
Werkzeug<3.0
|
||||
Jinja2
|
||||
|
||||
# common util
|
||||
@@ -25,4 +25,5 @@ pillow
|
||||
|
||||
gevent
|
||||
gevent-websocket
|
||||
pycryptodome
|
||||
pycryptodome
|
||||
json_fix
|
||||
|
||||
Reference in New Issue
Block a user