Lyanna New 4.X Version – Favorites

Original link: https://www.dongwm.com/post/lyanna-4/

In fact, the 4.0 version was released in May this year, and I haven’t had time to write a new feature introduction. With the launch of 4.2, I will give you a detailed introduction to the key points of this update.

collect

A long time ago, I was in a state of abandoning Douban, and I have been thinking of a way to record the film and television works, readings, games, and other types of evaluations that I can watch. I just thought of such a plan, adding a “favorite” TAb to the navigation bar, and it can also be displayed by type on the right side of the home page through widgets. The effect is as follows:

movie
book
game
widget

These favorites (order) are input from the background, you can rate, write comments, if a new entry is added, it will trigger the lyanna_arq worker to grab the information, click the card or link to jump to Douban.

Using Python3.10 usage

Since the new syntax of Python 3.11 is temporarily unavailable, it is only necessary to upgrade to Python 3.10 or Python 3.11 for the time being.

Refactor the front end

Vue and build tools have changed a lot in recent years, and ElementUI has also advanced to Element Plus, so the corresponding front-end library was updated in 4.0 to make up for technical debt.

Feed widget

I actually didn’t use rss reader very much before. I mainly used chrome bookmarks. If there is good content, I will save it. There is also a special directory to store some blogs worthy of attention. I will click into it when I have time. However, many people who follow it have not updated it, unfortunately. Recently, I spent time sorting out these contents, and I also experienced the rss reader by the way. Now I choose Feedly . After registering, I took a look at myself and found that the number of subscribers is OK:

Screen Shot 2022-11-01 at 4 12 25 PM

In this thank you all for endorsing and subscribing to my personal blog for updates.

But at the same time, I found a problem with Feedly: I have multiple builder feeds. If I search in different ways, I will not find different feeds, so I thought about providing a widget to generate links directly. If you Feedly or Inoreader users can click directly to follow, and the target source is unified. At the same time, I also added the /feed route so that friends who transfer from other module systems can then use the same rss subscription address:

![rss widget]( https://user-images.githubusercontent.com/841395/199189851-0c2…

Original: Lyanna New 4.X Version – Collection

This article is reprinted from: https://www.dongwm.com/post/lyanna-4/
This site is for inclusion only, and the copyright belongs to the original author.