添加项目文件。

This commit is contained in:
Zel
2025-01-22 23:31:03 +08:00
parent 1b8ba6771f
commit 2ae76476fb
894 changed files with 774558 additions and 0 deletions

BIN
Data/config.db Normal file

Binary file not shown.

26
Data/databases.md Normal file
View File

@@ -0,0 +1,26 @@
## Config.db
The configuration for the site. Such as site name, email setup, customizations, etc.
## DeletedPageRevisions.db
When page revisions are deleted, they are moved to this database.
## DeletedPages.db
When entire pages are deleted, they are moved to this database along with all of their file attachments.
## Emoji.db
Contains all emoji image binaries and their tags.
## Exceptions.db
Contains site exceptions.
## Pages.db
Contains site pages, their file attachments, tags, processing instructions and search tokens.
## Statistics.db
When enabled, contains the wiki compilation statistics.
## Users.db
Contains user accounts and profiles, this is for local login and 3rd party authentication providers.
## Words.db
Contains a list of words than can be used for generating random strings (such as user profile names).

Binary file not shown.

BIN
Data/deletedpages.db Normal file

Binary file not shown.

BIN
Data/emoji.db Normal file

Binary file not shown.

BIN
Data/exceptions.db Normal file

Binary file not shown.

BIN
Data/pages.db Normal file

Binary file not shown.

BIN
Data/statistics.db Normal file

Binary file not shown.

BIN
Data/users.db Normal file

Binary file not shown.