first commit

This commit is contained in:
2024-11-28 22:34:56 +08:00
commit 6e0b8ccc4d
11 changed files with 1578 additions and 0 deletions

8
config/config.js Normal file
View File

@@ -0,0 +1,8 @@
export default {
port: 3030,
proxyPort: '7890',
baseUrl: 'https://www.06se.com',
hot_tags: function () {
return `${this.baseUrl}/hot_tags`
}
}