Rantetsu Inori
Rantetsu Inori
以下内容截取自原聊天记录的备份,仅供参考: --- 兰澈祈 13:04:46 我有个想法,比如我喜欢做音mad的视频,我也喜欢做科技的视频。假如有一个观众喜欢科技视频因此关注了我,但他不喜欢音mad视频,我不希望在他的关注动态里面看到不是他喜欢的类型视频。 我们可以引入一个频道机制,一个频道专门放音mad视频,一个频道专门放科技视频。这样观众就可以选择自己感兴趣的来关注。 这要是放在B站就必须只能创建第二个B站账号专门做这些视频,但这样我就不得不申请多个邮箱或手机号才能实现,略为麻烦。并且身为up主如果我只是想看其他视频,我一般也只会登录一个账号来看,因此不同账号的收藏夹似乎也可以合并。 因此也许可以做成,每个kirakira账号都可以创建多个频道而不用申请多个账号,在这些频道里面上传视频(且至少需要创建一个频道才允许上传视频)。观众可以选择关注(订阅?)某个频道来只看这个频道的新动态,也可以从频道跳转到创作者个人主页查看他的其他频道。也可以查看他的公开的收藏夹(即用户才有收藏夹而频道没有,换句话说就相当于关注任意他的频道都是共享相同的收藏夹),关注/订阅则只有账号而非频道才有关注/订阅,粉丝则是直接把所有他的频道的粉丝数相加起来(但关注他多个频道的重复人数不额外计算)。而合集、音频、相簿则是每个频道独立的而非放在账号里。 兰澈祈 13:39:48 其实这就已经是参考了yt的做法了,只不过yt似乎没有把频道和账号耦合得更紧密。我上面就相当于多了以下功能: - 可以从一个频道跳转到其账号首页并访问他的其它频道(yt目前只能通过在频道下手动自定义链接的形式关联) - 可以看账号个人的收藏夹(即所有他的频道共享收藏夹) - 可以看账号的关注(数)和粉丝(数) 艾了个拉 11:16:08 我认为既然这样就把频道和账号的概念分开比较好 艾了个拉 11:16:26 而且多个账号可以管理同一个频道 艾了个拉 11:16:39 用户关注的也都是频道,不是账号 艾了个拉 11:17:07 但是这样我们得理理思路 艾了个拉...
I am creating a color picker with Unicolour and WriteableBitmap in WPF. Here is what I want to implement:  When I creating the left plane image, I found that...
### Describe the bug Using `RoutedEvent` with custom routed event args type results in two `global::` declarations, this will cause a compilation error. ### Steps to reproduce the bug Declare...
Cannot reassign undefined to the parameter of a function parameter destructuring with default value
### 🔎 Search Terms "function parameter destructuring", "destructured parameter", "named parameter", "undefined" ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I...
### Is your feature request related to a problem? Please describe Not really. ### Describe the solution you'd like Commitlint supports [custom prompt](https://commitlint.js.org/reference/prompt.html), however, VSCode Conventional Commits doesn't read anything...
New empty object: Calculates the difference between the pitch of the current note and the pitch of the previous note. Examples: You can change the orientation of the shape or...
视频格式原本就支持多音轨功能,一般主要是切换不同语言配音的作用。 但我突然又有一个想法,比如在音MAD和音乐中,我可以把去掉人声的伴奏、去掉部分乐器等等做成单独的音轨放入视频中,用户可以在音轨菜单中自由调整,但画面保持不变,也有独特的感觉。
该新属性或函数可以让你的 width 和 height 自动由固定数值(如 0px)动画过渡到 auto,而无需任何其它奇技淫巧。 ## 使用方法 **建议使用 `interpolate-size` 直接为所有元素自动开启新功能。***(而且是 w3c 官方推荐开启的,但默认不开启仅为了兼容性。)* ### `interpolate-size` 在根元素 `html` 定义 `interpolate-size` 后 ```css html { interpolate-size: allow-keywords; } ``` 所有元素自动拥有 width/height...
### What minimal example or steps are needed to reproduce the bug? ```css a { background: linear-gradient(in hsl longer hue, red, red); background: radial-gradient(in hsl longer hue, red, red); background:...