Replies: 0 comments 18 replies
-
|
后端项目的代码库在哪里呢,没找到 |
Beta Was this translation helpful? Give feedback.
-
|
坏了,本想挑战一下后端架构,看样子后端没什么复杂的地方…… |
Beta Was this translation helpful? Give feedback.
-
|
坏了,本身想帮忙的,然后发现开学了 |
Beta Was this translation helpful? Give feedback.
-
不妨撤掉服务器,改成 serverless function,减轻运维负担:至少可以省去配置操作系统之类的琐碎问题。 此外,在整体流量小、有不确定的波动的场景下,serverless 模式可能会比买 VM 少花钱。 flowchart TB
subgraph "Repos (GitHub)"
SourceContent("Assets")
SourceFront("Web app code")
SourceBack("Function code")
end
Pipeline[["CI/CD"]]
subgraph "Serverless back-end"
Blob[("Object storage")]
Functions[["Functions"]]
end
subgraph "CDN"
EndpointStatic(["blue-archive.io"])
EndpointApi(["api.blue-archive.io"])
end
Client["Web browser"]
%% Deployment.
SourceContent & SourceFront -.-> Pipeline -.-> |Static resources| Blob
SourceBack -.-> Pipeline -.-> |Compiled functions| Functions
%% Operation.
Blob --> EndpointStatic --> |Web app| Client
Blob --> |Data| Functions <--> EndpointApi <--> |RPC| Client
|
Beta Was this translation helpful? Give feedback.
-
|
以我所知目前 想靠浏览器原生 API 生成 路过... |
Beta Was this translation helpful? Give feedback.
-
|
嘛,似乎找到合适的cdn了,就不推别的了 |
Beta Was this translation helpful? Give feedback.
-
|
来唠嗑了,我没有什么技术力帮不上忙,但剧情站真的帮了我大忙了,momotalk体验很好,加油! |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我们目前主要在进行 剧情播放器 的建设工作。
计划中的项目功能一览
为了实现计划,我们需要你能胜任以下一个或者多个角色(打勾代表人员已满)。
如果你有意向,欢迎直接在这条讨论下留言,或者 B站私信我。
前端:基于 Vue3 + pinia + TypeScript + pixi-spine 开发剧情播放器,以及未来的剧情编辑器;
架构:设计前后端数据交换规范;
后端:基于 Go 或 Java 开发检索后端;(目前倾向于 Go)
服务器运维:维护我们的小破 Ubuntu 服务器,配置服务器系统防火墙和 openresty 服务;
自动化:帮助团队建立从资源更新到部署的自动化 CI/CD 管线;
美术:设计、优化整体视觉效果和 UI 交互;
LOGO(永久公开征集):比现在的好看就行
另,我们需要 1-2 名人员负责美术资源的解包。我们需要你有一台 Windows 电脑,并且会手把手教你如何抽取我们需要的美术资源。有基础编程经验加分,会编写 python 脚本加速甚至自动化解包流程大大加分。
我们还需要一名逆向人员作为技术储备,以备不时之需。我们需要你有一定的 IDA 或 Ghidra 操作知识,并且会向你公开我们目前的逆向笔记。会 python 大大加分,有 Unity 编程经验和/或 .so 库反编译经验大大加分。
如果你有意向,欢迎直接在这条讨论下留言,或者 B站私信我。
Beta Was this translation helpful? Give feedback.
All reactions