v0.0.1 - 重置所有版本号为0.0.1

This commit is contained in:
甲辰生产 2026-04-19 22:22:45 +08:00
parent a9a68de436
commit 0bd2d78697
23 changed files with 51 additions and 51 deletions

View File

@ -1,5 +1,5 @@
# auth - 认证路由 # auth - 认证路由
# Version: 1.2.90 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter from fastapi import APIRouter

View File

@ -1,5 +1,5 @@
# collections - 藏品路由 # collections - 藏品路由
# Version: 1.2.95 # Version: 0.0.1
# 更新: # 更新:
import os import os

View File

@ -1,5 +1,5 @@
# deal - 成交行情路由 # deal - 成交行情路由
# Version: 1.2.85 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter, Depends, Query, HTTPException from fastapi import APIRouter, Depends, Query, HTTPException

View File

@ -1,5 +1,5 @@
# information - 资讯路由 # information - 资讯路由
# Version: 1.2.92 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter, Depends, HTTPException, Query, Response, Body from fastapi import APIRouter, Depends, HTTPException, Query, Response, Body

View File

@ -1,5 +1,5 @@
# news - 新闻路由 # news - 新闻路由
# Version: 1.2.80 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter, Depends, HTTPException, Query from fastapi import APIRouter, Depends, HTTPException, Query

View File

@ -1,5 +1,5 @@
# ocr - OCR识别路由 # ocr - OCR识别路由
# Version: 1.2.75 # Version: 0.0.1
# 更新: # 更新:
import os import os

View File

@ -1,5 +1,5 @@
# operations - 运营操作路由 # operations - 运营操作路由
# Version: 1.2.70 # Version: 0.0.1
# 更新: # 更新:
from typing import List, Optional from typing import List, Optional

View File

@ -1,5 +1,5 @@
# seek - 寻号匹配路由 # seek - 寻号匹配路由
# Version: 1.2.70 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter, Depends, Query, HTTPException from fastapi import APIRouter, Depends, Query, HTTPException

View File

@ -1,5 +1,5 @@
# users.py - 用户管理路由 # users.py - 用户管理路由
# Version: 1.2.98 (2026-04-19) # Version: 0.0.1 (2026-04-19)
# 更新:新增 dealCount 字段,从 Information 表统计用户发布的行情数量 # 更新:新增 dealCount 字段,从 Information 表统计用户发布的行情数量
from typing import Optional from typing import Optional

View File

@ -1,5 +1,5 @@
# yichens - 一尘数据路由 # yichens - 一尘数据路由
# Version: 1.2.70 # Version: 0.0.1
# 更新: # 更新:
from fastapi import APIRouter, Depends, Query from fastapi import APIRouter, Depends, Query

View File

@ -1,47 +1,47 @@
{ {
"version": "1.2.98", "version": "0.0.1",
"updated": "2026-04-19", "updated": "2026-04-19",
"modules": { "modules": {
"frontend": { "frontend": {
"version": "1.2.98", "version": "1.2.98",
"pages": { "pages": {
"Add": "1.2.90", "Add": "0.0.1",
"Admin": "1.2.98", "Admin": "0.0.1",
"Detail": "1.2.90", "Detail": "0.0.1",
"Edit": "1.2.90", "Edit": "0.0.1",
"Home": "1.2.95", "Home": "0.0.1",
"List": "1.2.93", "List": "0.0.1",
"Login": "1.2.85", "Login": "0.0.1",
"News": "1.2.80", "News": "0.0.1",
"News_YichensBoard": "1.2.75", "News_YichensBoard": "0.0.1",
"Settings": "1.2.75", "Settings": "0.0.1",
"Stats": "1.2.70", "Stats": "0.0.1",
"YichensBoard": "1.2.70" "YichensBoard": "0.0.1"
}, },
"config": { "config": {
"version": "1.2.98" "version": "0.0.1"
} }
}, },
"backend": { "backend": {
"version": "1.2.98", "version": "1.2.98",
"routers": { "routers": {
"auth": "1.2.90", "auth": "0.0.1",
"collections": "1.2.95", "collections": "0.0.1",
"deal": "1.2.85", "deal": "0.0.1",
"information": "1.2.92", "information": "0.0.1",
"news": "1.2.80", "news": "0.0.1",
"ocr": "1.2.75", "ocr": "0.0.1",
"operations": "1.2.70", "operations": "0.0.1",
"seek": "1.2.70", "seek": "0.0.1",
"users": "1.2.98", "users": "0.0.1",
"yichens": "1.2.70" "yichens": "0.0.1"
}, },
"app": { "app": {
"core": "1.2.0", "core": "0.0.1",
"models": "1.2.0", "models": "0.0.1",
"schemas": "1.2.0", "schemas": "0.0.1",
"services": "1.2.0", "services": "0.0.1",
"utils": "1.2.0" "utils": "0.0.1"
} }
} }
} }

View File

@ -1,6 +1,6 @@
/** /**
* Add - 添加藏品页面 * Add - 添加藏品页面
* Version: 1.2.90x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Admin - 管理员用户管理页面 * Admin - 管理员用户管理页面
* Version: 1.2.98 (2026-04-19) * Version: 0.0.1 (2026-04-19)
* 更新新增 dealCount 字段显示用户发布的行情数量 * 更新新增 dealCount 字段显示用户发布的行情数量
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Detail - 藏品详情页面 * Detail - 藏品详情页面
* Version: 1.2.90x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Edit - 编辑藏品页面 * Edit - 编辑藏品页面
* Version: 1.2.90x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Home - 首页 * Home - 首页
* Version: 1.2.95x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* List - 藏品列表页面 * List - 藏品列表页面
* Version: 1.2.93x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Login - 登录页面 * Login - 登录页面
* Version: 1.2.85x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* News - 资讯列表页面 * News - 资讯列表页面
* Version: 1.2.80x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* News_YichensBoard - 一尘帖子页面 * News_YichensBoard - 一尘帖子页面
* Version: 1.2.75x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Settings - 设置页面 * Settings - 设置页面
* Version: 1.2.75x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* Stats - 统计页面 * Stats - 统计页面
* Version: 1.2.70x * Version: 0.0.1x
* 更新 * 更新
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* YichensBoard - 一尘看板页面 * YichensBoard - 一尘看板页面
* Version: 1.2.70x * Version: 0.0.1x
* 更新 * 更新
*/ */