test.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta
  6. http-equiv="X-UA-Compatible"
  7. content="IE=edge"
  8. />
  9. <meta
  10. name="viewport"
  11. content="width=device-width, initial-scale=1.0"
  12. />
  13. <title>项目概览</title>
  14. </head>
  15. <body>
  16. <h1>这只是一个中转页,列出了目前我个人业余(非工作)的大部分项目~</h1>
  17. <p>最后更新:2023年12月17日00:46:58</p>
  18. <p>
  19. 概览:
  20. <a
  21. target="_blank"
  22. href="https://www.hsslive.cn/works"
  23. >
  24. https://www.hsslive.cn/works
  25. </a>
  26. </p>
  27. <ul>
  28. <h2>直播</h2>
  29. <li>
  30. 直播前台(web)
  31. <a
  32. target="_blank"
  33. href="https://live.hsslive.cn"
  34. >
  35. https://live.hsslive.cn
  36. </a>
  37. </li>
  38. <li>
  39. 直播后台(web)
  40. <a
  41. target="_blank"
  42. href="https://live-admin.hsslive.cn"
  43. >
  44. https://live-admin.hsslive.cn
  45. </a>
  46. </li>
  47. <li>
  48. 直播客户端(flutter)
  49. <a
  50. target="_blank"
  51. href="https://github.com/galaxy-s10/billd-live-flutter"
  52. >
  53. https://github.com/galaxy-s10/billd-live-flutter
  54. </a>
  55. </li>
  56. </ul>
  57. <ul>
  58. <h2>博客</h2>
  59. <li>
  60. 博客后台(vue3)
  61. <a
  62. target="_blank"
  63. href="https://admin.hsslive.cn"
  64. >
  65. https://admin.hsslive.cn
  66. </a>
  67. </li>
  68. <li>
  69. 博客前台(nuxt3)
  70. <a
  71. target="_blank"
  72. href="https://nuxt2.hsslive.cn"
  73. >
  74. https://nuxt2.hsslive.cn
  75. </a>
  76. </li>
  77. <li>
  78. 博客前台(nuxt2)
  79. <a
  80. target="_blank"
  81. href="https://www.hsslive.cn"
  82. >
  83. https://www.hsslive.cn
  84. </a>
  85. </li>
  86. <li>
  87. 博客前台(next12)
  88. <a
  89. target="_blank"
  90. href="https://next.hsslive.cn"
  91. >
  92. https://next.hsslive.cn
  93. </a>
  94. </li>
  95. <li>
  96. 博客前台(react18)
  97. <a
  98. target="_blank"
  99. href="https://project.hsslive.cn/react18-blog-client/"
  100. >
  101. https://project.hsslive.cn/react18-blog-client/
  102. </a>
  103. </li>
  104. </ul>
  105. <ul>
  106. <h2>billd系列</h2>
  107. <li>
  108. billd-monorepo(monorepo)
  109. <a
  110. target="_blank"
  111. href="https://project.hsslive.cn/billd-monorepo/"
  112. >
  113. https://project.hsslive.cn/billd-monorepo/
  114. </a>
  115. </li>
  116. <li>
  117. billd-ui(vue2组件库)
  118. <a
  119. target="_blank"
  120. href="https://project.hsslive.cn/billd-ui/"
  121. >
  122. https://project.hsslive.cn/billd-ui/
  123. </a>
  124. </li>
  125. <li>
  126. billd-utils(积累常用 js 方法 )
  127. <a
  128. target="_blank"
  129. href="https://github.com/galaxy-s10/billd-utils"
  130. >
  131. https://github.com/galaxy-s10/billd-utils
  132. </a>
  133. </li>
  134. <li>
  135. billd-scss(积累常用 scss 类 )
  136. <a
  137. target="_blank"
  138. href="https://github.com/galaxy-s10/billd-scss"
  139. >
  140. https://github.com/galaxy-s10/billd-scss
  141. </a>
  142. </li>
  143. <li>
  144. billd-deploy(部署插件)
  145. <a
  146. target="_blank"
  147. href="https://github.com/galaxy-s10/billd-deploy"
  148. >
  149. https://github.com/galaxy-s10/billd-deploy
  150. </a>
  151. </li>
  152. <li>
  153. babel-plugin-import-billd(按需加载插件)
  154. <a
  155. target="_blank"
  156. href="https://github.com/galaxy-s10/babel-plugin-import-billd"
  157. >
  158. https://github.com/galaxy-s10/babel-plugin-import-billd
  159. </a>
  160. </li>
  161. </ul>
  162. <ul>
  163. <h2>project.hsslive.cn</h2>
  164. <li>
  165. 仿网易云官网(react17)
  166. <a
  167. target="_blank"
  168. href="https://project.hsslive.cn/netease-cloud-music/"
  169. >
  170. https://project.hsslive.cn/netease-cloud-music/
  171. </a>
  172. </li>
  173. <li>
  174. react17项目模板(实现cra)
  175. <a
  176. target="_blank"
  177. href="https://project.hsslive.cn/react17-webpack5-template/"
  178. >
  179. https://project.hsslive.cn/react17-webpack5-template/
  180. </a>
  181. </li>
  182. <li>
  183. vue3项目模板(实现vue-cli)
  184. <a
  185. target="_blank"
  186. href="https://project.hsslive.cn/vue3-webpack5-template/"
  187. >
  188. https://project.hsslive.cn/vue3-webpack5-template/
  189. </a>
  190. </li>
  191. <li>
  192. overview(umi)
  193. <a
  194. target="_blank"
  195. href="https://project.hsslive.cn/overview/"
  196. >
  197. https://project.hsslive.cn/overview/
  198. </a>
  199. </li>
  200. <li>
  201. 多环境部署-prod(生产环境)
  202. <a
  203. target="_blank"
  204. href="https://project.hsslive.cn/multi-env-project/prod/"
  205. >
  206. https://project.hsslive.cn/multi-env-project/prod/
  207. </a>
  208. </li>
  209. <li>
  210. 多环境部署-preview(预发布环境)
  211. <a
  212. target="_blank"
  213. href="https://project.hsslive.cn/multi-env-project/preview/"
  214. >
  215. https://project.hsslive.cn/multi-env-project/preview/
  216. </a>
  217. </li>
  218. <li>
  219. 多环境部署-beta(测试环境)
  220. <a
  221. target="_blank"
  222. href="https://project.hsslive.cn/multi-env-project/beta/"
  223. >
  224. https://project.hsslive.cn/multi-env-project/beta/
  225. </a>
  226. </li>
  227. <li>
  228. 根据浏览器语言跳转(国际化)
  229. <a
  230. target="_blank"
  231. href="https://project.hsslive.cn/lang/"
  232. >
  233. https://project.hsslive.cn/lang/
  234. </a>
  235. </li>
  236. </ul>
  237. <ul>
  238. <h2>基建</h2>
  239. <li>
  240. 私有仓库(verdaccio)
  241. <a
  242. target="_blank"
  243. href="http://registry.hsslive.cn"
  244. >http://registry.hsslive.cn
  245. </a>
  246. </li>
  247. <li>
  248. 线上部署(jenkins)
  249. <a
  250. target="_blank"
  251. href="https://jenkins.hsslive.cn"
  252. >
  253. https://jenkins.hsslive.cn
  254. </a>
  255. </li>
  256. </ul>
  257. <ul>
  258. <h2>其他</h2>
  259. <li>
  260. github主页:
  261. <a
  262. target="_blank"
  263. href="https://github.com/galaxy-s10"
  264. >
  265. https://github.com/galaxy-s10
  266. </a>
  267. </li>
  268. <li>
  269. 发布的npm包:
  270. <a
  271. target="_blank"
  272. href="https://www.npmjs.com/~huangshuisheng"
  273. >
  274. https://www.npmjs.com/~huangshuisheng
  275. </a>
  276. </li>
  277. </ul>
  278. </body>
  279. </html>