完成世界书、骰子、apiconfig页面处理

This commit is contained in:
2026-04-30 01:35:10 +08:00
parent a3e3711b2b
commit ba9b925c32
4602 changed files with 785225 additions and 23 deletions

View File

@@ -0,0 +1 @@
{"version":3,"file":"codes.d.ts","sourceRoot":"","sources":["codes.js"],"names":[],"mappings":""}

View File

@@ -0,0 +1,37 @@
export namespace constants {
let attentionSideAfter: 2;
let attentionSideBefore: 1;
let atxHeadingOpeningFenceSizeMax: 6;
let autolinkDomainSizeMax: 63;
let autolinkSchemeSizeMax: 32;
let cdataOpeningString: "CDATA[";
let characterGroupPunctuation: 2;
let characterGroupWhitespace: 1;
let characterReferenceDecimalSizeMax: 7;
let characterReferenceHexadecimalSizeMax: 6;
let characterReferenceNamedSizeMax: 31;
let codeFencedSequenceSizeMin: 3;
let contentTypeContent: "content";
let contentTypeDocument: "document";
let contentTypeFlow: "flow";
let contentTypeString: "string";
let contentTypeText: "text";
let hardBreakPrefixSizeMin: 2;
let htmlBasic: 6;
let htmlCdata: 5;
let htmlComment: 2;
let htmlComplete: 7;
let htmlDeclaration: 4;
let htmlInstruction: 3;
let htmlRawSizeMax: 8;
let htmlRaw: 1;
let linkResourceDestinationBalanceMax: 32;
let linkReferenceSizeMax: 999;
let listItemValueSizeMax: 10;
let numericBaseDecimal: 10;
let numericBaseHexadecimal: 16;
let tabSize: 4;
let thematicBreakMarkerCountMin: 3;
let v8MaxSafeChunkSize: 10000;
}
//# sourceMappingURL=constants.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["default.js"],"names":[],"mappings":""}

View File

@@ -0,0 +1,106 @@
export namespace types {
let data: "data";
let whitespace: "whitespace";
let lineEnding: "lineEnding";
let lineEndingBlank: "lineEndingBlank";
let linePrefix: "linePrefix";
let lineSuffix: "lineSuffix";
let atxHeading: "atxHeading";
let atxHeadingSequence: "atxHeadingSequence";
let atxHeadingText: "atxHeadingText";
let autolink: "autolink";
let autolinkEmail: "autolinkEmail";
let autolinkMarker: "autolinkMarker";
let autolinkProtocol: "autolinkProtocol";
let characterEscape: "characterEscape";
let characterEscapeValue: "characterEscapeValue";
let characterReference: "characterReference";
let characterReferenceMarker: "characterReferenceMarker";
let characterReferenceMarkerNumeric: "characterReferenceMarkerNumeric";
let characterReferenceMarkerHexadecimal: "characterReferenceMarkerHexadecimal";
let characterReferenceValue: "characterReferenceValue";
let codeFenced: "codeFenced";
let codeFencedFence: "codeFencedFence";
let codeFencedFenceSequence: "codeFencedFenceSequence";
let codeFencedFenceInfo: "codeFencedFenceInfo";
let codeFencedFenceMeta: "codeFencedFenceMeta";
let codeFlowValue: "codeFlowValue";
let codeIndented: "codeIndented";
let codeText: "codeText";
let codeTextData: "codeTextData";
let codeTextPadding: "codeTextPadding";
let codeTextSequence: "codeTextSequence";
let content: "content";
let definition: "definition";
let definitionDestination: "definitionDestination";
let definitionDestinationLiteral: "definitionDestinationLiteral";
let definitionDestinationLiteralMarker: "definitionDestinationLiteralMarker";
let definitionDestinationRaw: "definitionDestinationRaw";
let definitionDestinationString: "definitionDestinationString";
let definitionLabel: "definitionLabel";
let definitionLabelMarker: "definitionLabelMarker";
let definitionLabelString: "definitionLabelString";
let definitionMarker: "definitionMarker";
let definitionTitle: "definitionTitle";
let definitionTitleMarker: "definitionTitleMarker";
let definitionTitleString: "definitionTitleString";
let emphasis: "emphasis";
let emphasisSequence: "emphasisSequence";
let emphasisText: "emphasisText";
let escapeMarker: "escapeMarker";
let hardBreakEscape: "hardBreakEscape";
let hardBreakTrailing: "hardBreakTrailing";
let htmlFlow: "htmlFlow";
let htmlFlowData: "htmlFlowData";
let htmlText: "htmlText";
let htmlTextData: "htmlTextData";
let image: "image";
let label: "label";
let labelText: "labelText";
let labelLink: "labelLink";
let labelImage: "labelImage";
let labelMarker: "labelMarker";
let labelImageMarker: "labelImageMarker";
let labelEnd: "labelEnd";
let link: "link";
let paragraph: "paragraph";
let reference: "reference";
let referenceMarker: "referenceMarker";
let referenceString: "referenceString";
let resource: "resource";
let resourceDestination: "resourceDestination";
let resourceDestinationLiteral: "resourceDestinationLiteral";
let resourceDestinationLiteralMarker: "resourceDestinationLiteralMarker";
let resourceDestinationRaw: "resourceDestinationRaw";
let resourceDestinationString: "resourceDestinationString";
let resourceMarker: "resourceMarker";
let resourceTitle: "resourceTitle";
let resourceTitleMarker: "resourceTitleMarker";
let resourceTitleString: "resourceTitleString";
let setextHeading: "setextHeading";
let setextHeadingText: "setextHeadingText";
let setextHeadingLine: "setextHeadingLine";
let setextHeadingLineSequence: "setextHeadingLineSequence";
let strong: "strong";
let strongSequence: "strongSequence";
let strongText: "strongText";
let thematicBreak: "thematicBreak";
let thematicBreakSequence: "thematicBreakSequence";
let blockQuote: "blockQuote";
let blockQuotePrefix: "blockQuotePrefix";
let blockQuoteMarker: "blockQuoteMarker";
let blockQuotePrefixWhitespace: "blockQuotePrefixWhitespace";
let listOrdered: "listOrdered";
let listUnordered: "listUnordered";
let listItemIndent: "listItemIndent";
let listItemMarker: "listItemMarker";
let listItemPrefix: "listItemPrefix";
let listItemPrefixWhitespace: "listItemPrefixWhitespace";
let listItemValue: "listItemValue";
let chunkDocument: "chunkDocument";
let chunkContent: "chunkContent";
let chunkFlow: "chunkFlow";
let chunkText: "chunkText";
let chunkString: "chunkString";
}
//# sourceMappingURL=types.d.ts.map

22
frontend/node_modules/micromark-util-symbol/license generated vendored Normal file
View File

@@ -0,0 +1,22 @@
(The MIT License)
Copyright (c) Titus Wormer <tituswormer@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.