Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

去除学术地图&成就系统&元气值系统等无用功能 #846

Open
wants to merge 4 commits into
base: AI-College
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Appointment/appoint/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from Appointment.extern.wechat import MessageType, notify_appoint
from Appointment.extern.jobs import set_appoint_reminder
from utils.wrap import return_on_except, stringify_to
from achievement.api import unlock_achievement

pkuGenuine marked this conversation as resolved.
Show resolved Hide resolved

__all__ = [
Expand Down Expand Up @@ -186,8 +185,6 @@ def create_appoint(

# 如果预约者是个人,解锁成就-完成地下室预约 该部分尚未测试
user = appointer.Sid
if user.is_person():
unlock_achievement(user, '完成地下室预约')

return _success(appoint)

Expand Down
374 changes: 0 additions & 374 deletions Appointment/summary.py

This file was deleted.

Loading