Files
xiezheng/config/config.js
bmy 6dc76a9b22
Some checks reported errors
continuous-integration/drone/push Build was killed
www
2024-11-29 01:33:03 +08:00

8 lines
170 B
JavaScript

export default {
port: 9940,
proxyPort: '7890',
baseUrl: 'https://www.06se.com',
hot_tags: function () {
return `${this.baseUrl}/hot_tags`
}
}