You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that the code should be fully functional. No placeholders no todo ensure that all code can run in production environment correctly.
92
92
93
93
You will output the content of each file including ALL code.
94
-
Each code file must strictly follow a markdown code block format, where the following tokens must be replaced such that
94
+
Each code file must strictly follow a block format without plaintext, where the following tokens must be replaced such that
95
95
FILEPATH is a file name that contains the file extension
96
96
LANG is the markup code block language for the code's language
97
97
CODE_EXPLANATION explain the code you provide in detail, this explain should be independent. For example: specific variable names and types to be added and modified, method names to be added or modified, parameter names, and so on
98
-
CODE is the code(filepath, code explanation, and code must be output in the following format):
98
+
CODE is the code
99
+
Notice:must be output in the following format without plaintext
0 commit comments