This commit is contained in:
yumoqing 2025-09-13 18:48:51 +08:00
parent 6fac923269
commit bcc62c071f
12 changed files with 51 additions and 0 deletions

4
classifytag/tag.py Normal file
View File

@ -0,0 +1,4 @@
class ClassifyTag:
def __init__(self, request):
def _

10
json/classifytag.json Normal file
View File

@ -0,0 +1,10 @@
{
"tblname": "classifytag",
"title": "标签分类",
"params":{
"browserfields": {
},
"editexxclouded": [
]
}
}

0
json/tagcontext.json Normal file
View File

0
json/tags.json Normal file
View File

0
json/tagtypes.json Normal file
View File

BIN
models/classifytag.xlsx Normal file

Binary file not shown.

BIN
models/tagcontext.xlsx Normal file

Binary file not shown.

BIN
models/tags.xlsx Normal file

Binary file not shown.

BIN
models/tagtypes.xlsx Normal file

Binary file not shown.

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

33
setup.cfg Normal file
View File

@ -0,0 +1,33 @@
[metadata]
name=appPublic
version = 5.2.7
description = A set of base public functions or class
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =
xlrd
bs4
xlwt
nanoid
psutil
ujson
numpy
rsa
brotli
aiohttp
asyncio
aiohttp
aiohttp_socks
requests
jinja2
pyzmq
cryptography
bcrypt
asyncssh
eventpy

0
wwwroot/menu.ui Normal file
View File