This commit is contained in:
syui 2024-10-28 02:49:57 +09:00
parent 86f8fee930
commit 5eb87bb7a6
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -207,14 +207,14 @@ async fn process(message: Vec<u8>, ctx: &mut Context) -> Result<i64, ProcessErro
## other
### license viewer
### license view
```html
// https://github.com/likeandscribe/frontpage/blob/de31aedf73c4e80e7376cf73c7c054437563f2ab/packages/frontpage/app/layout.tsx#L28-L52
+ <div dangerouslySetInnerHTML={{__html: '<!-- frontpage | MIT | https://github.com/likeandscribe/frontpage/blob/main/LICENSE -->'}} />
```
### admin viewer
### admin view
```sh
# https://github.com/likeandscribe/frontpage/blob/7fccf20fa800ba25fd57db279033ddf2cc92e9ce/packages/frontpage/lib/constants.ts