2022年11月28日更新介绍

2022-11-29 1074次阅读 0人点赞

在开始之前

去年Steam秋促销的时候,我们制作了一张图片形式的汇总表
发布之后有很多小伙伴提供了优化建议,
比如价格显示小数点后两位啦,按销量、好评率排序啦,还有标记已入库的游戏啦......
在一年后的今天,这些功能全部实装啦,啪唧啪唧啪唧
不仅如此,我们还制作了一个Steam折扣汇总页面,平时也可以方便地查询折扣信息
欢迎大家提供各种各样有趣的想法,说不定就能成为现实呢?
CnGal资料站开发组正在绝赞招募中(309428304),或许也能用自己的力量实现这些有趣的想法哦

添加角色生日日历

因为角色的生日数据量很少,这个功能才一直搁置到现在。
不只可以在这个页面查看角色生日,看板娘还会在角色生日当天,发送生日提醒到群里
当然,如果某位角色过生日的话,资料站也会展示生日祝福哦

支持扩展显示范围

可以把两边的留白去掉啦,目前还没有针对性的优化,欢迎提供布局建议
可以在 主题设置 -> 扩展显示范围 中开启

添加视频模块

只收录视频的标题简介和跳转链接,不收录视频内容,由作者亲自投稿或者授权搬运
在主页也添加了视频卡片,视频关联词条文章后会以类似合集的方式展示

同时也支持一键转载B站视频

支持APP模式下以本地时区显示时间

统一了API返回时间时区和格式,也同步更新前端处理时间时进行时区转换
目前仅支持APP模式使用本地时区,主站仍为UTC+8:00

折扣页面展示Steam库存状态并支持筛选

感谢亲王提供的建议
目前刷新Steam库存可能会出错,稍等片刻重试即可

升级到.Net 7

微软于11月8日发布了 .Net 7,我们也同步将所有项目更新到了 .Net 7

Performance is a key focus of .NET 7, and all of its features are designed with performance in mind. In addition, .NET 7 includes the following enhancements aimed purely at performance:

  • On-stack replacement (OSR) is a complement to tiered compilation. It allows the runtime to change the code executed by a currently running method in the middle of its execution (that is, while it's "on stack"). Long-running methods can switch to more optimized versions mid-execution.
  • Profile-guided optimization (PGO) now works with OSR and is easier to enable (by adding to your project file). PGO can also instrument and optimize additional things, such as delegates.true
  • Improved code generation for Arm64.
  • Native AOT produces a standalone executable in the target platform's file format with no external dependencies. It's entirely native, with no IL or JIT, and provides fast startup time and a small, self-contained deployment. In .NET 7, Native AOT focuses on console apps and requires apps to be trimmed.
  • Performance improvements to the Mono runtime, which powers Blazor WebAssembly, Android, and iOS apps.

For a detailed look at many of the performance-focused features that make .NET 7 so fast, see the Performance improvements in .NET 7 blog post.

添加文章目录

点击右下角的悬浮按钮可以打开目录,延迟加载的图片可能会影响定位准确性,可以多点几次

杂项

结束

今年很快就要过去了,
不知道在这一年中是否达到了预期的目标呢?
如今所达到的高度,是否又是一年前所期望的呢?
无论如何,希望大家能在剩下的一个月里实现新年里定下的目标吧

最后编辑:2022年11月30日 11:07:40

留言板

发生未知错误

请尝试刷新页面,如果问题无法解决,可加 QQ群 761794704 进行反馈