我在干什么(
This commit is contained in:
13
client/old/global-appconfig.js
Normal file
13
client/old/global-appconfig.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* ©2024 The LingChair Project
|
||||
*
|
||||
* Make a more colorful world...
|
||||
*
|
||||
* License - Apache License 2.0
|
||||
* Author - @MoonLeeeaf <https://github.com/MoonLeeeaf>
|
||||
* Organization - @LingChair <https://github.com/LingChair>
|
||||
*/
|
||||
|
||||
fetch('client_config.json').then((re) => re.json()).then((config) => {
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user