bugfix
This commit is contained in:
parent
6fac923269
commit
bcc62c071f
4
classifytag/tag.py
Normal file
4
classifytag/tag.py
Normal file
@ -0,0 +1,4 @@
|
||||
class ClassifyTag:
|
||||
def __init__(self, request):
|
||||
|
||||
def _
|
||||
10
json/classifytag.json
Normal file
10
json/classifytag.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"tblname": "classifytag",
|
||||
"title": "标签分类",
|
||||
"params":{
|
||||
"browserfields": {
|
||||
},
|
||||
"editexxclouded": [
|
||||
]
|
||||
}
|
||||
}
|
||||
0
json/tagcontext.json
Normal file
0
json/tagcontext.json
Normal file
0
json/tags.json
Normal file
0
json/tags.json
Normal file
0
json/tagtypes.json
Normal file
0
json/tagtypes.json
Normal file
BIN
models/classifytag.xlsx
Normal file
BIN
models/classifytag.xlsx
Normal file
Binary file not shown.
BIN
models/tagcontext.xlsx
Normal file
BIN
models/tagcontext.xlsx
Normal file
Binary file not shown.
BIN
models/tags.xlsx
Normal file
BIN
models/tags.xlsx
Normal file
Binary file not shown.
BIN
models/tagtypes.xlsx
Normal file
BIN
models/tagtypes.xlsx
Normal file
Binary file not shown.
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
33
setup.cfg
Normal file
33
setup.cfg
Normal 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
0
wwwroot/menu.ui
Normal file
Loading…
x
Reference in New Issue
Block a user