摘要: // ==UserScript== // @name 2026智慧树知自动播放 // @namespace Clefairy // @version 3.0 // @description 智慧树自动播放-油猴、篡改猴脚本,自动播放、自动下一节 // @author Clefairy // @mat 阅读全文
posted @ 2026-04-22 10:29 Clefairy 阅读(37) 评论(0) 推荐(0)
摘要: from fastapi import FastAPI, HTTPException @app.get('/news/{id}') async def get_news(id: int): id_list = [1, 2, 3, 4, 5, 6] if id not in id_list: rais 阅读全文
posted @ 2026-03-14 22:18 Clefairy 阅读(7) 评论(0) 推荐(0)
摘要: from datetime import datetime from fastapi import FastAPI, Depends, HTTPException from sqlalchemy import DateTime, func, String, Float, select from sq 阅读全文
posted @ 2026-03-14 22:12 Clefairy 阅读(3) 评论(0) 推荐(0)