This commit is contained in:
zyronon
2024-06-26 02:12:03 +08:00
parent ca9c806457
commit 6cf077bf2f
215 changed files with 898 additions and 694 deletions

View File

@@ -1 +1,11 @@
export const GITHUB = 'https://github.com/zyronon/bbword'
export const GITHUB = 'https://github.com/zyronon/bbword'
const common = {
word_dict_list_version: 1
}
const map = {
dev: {
api: 'http://localhost/index.php',
}
}
export const env = Object.assign(map['dev'], common)