Skip to content

Commit 00f16f8

Browse files
authored
v1.10.14
v1.10.14
2 parents 571c903 + bc64133 commit 00f16f8

File tree

427 files changed

+12523
-9366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+12523
-9366
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ package-lock.json
3131
package.json
3232
Thumbs.db
3333
bun.lockb
34+
deno.lock

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM node:18
2+
3+
WORKDIR /app
4+
5+
COPY ./docker/* ./
6+
7+
RUN npm install body-parser express minimist
8+
9+
COPY . .
10+
11+
EXPOSE 8080
12+
EXPOSE 8089
13+
14+
CMD [ "sh","./start.sh" ]

README.md

Lines changed: 12 additions & 11 deletions

audio/die/dc_sb_jiaxu.mp3

99.4 KB
Binary file not shown.

audio/die/dc_sb_jiaxu_shadow.mp3

85.6 KB
Binary file not shown.

audio/die/dc_sb_zhangxiu.mp3

45 KB
Binary file not shown.

audio/die/feiyao.mp3

29.6 KB
Binary file not shown.

audio/die/gz_xusheng.mp3

59 KB
Binary file not shown.

audio/die/huan_zhanghe.mp3

97.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)