This commit is contained in:
2024-02-27 16:19:55 +08:00
commit feebeffcd9
141 changed files with 25124 additions and 0 deletions

4
app/config/index.js.example Executable file
View File

@@ -0,0 +1,4 @@
export default {
// required: API base url
apiBaseURL: 'http://example.com',
}