Skip to content

Commit

Permalink
run format
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 8, 2022
1 parent 8bb4a44 commit 1c797bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: node
versions:
- ">= 15.a, < 16"
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: node
versions:
- '>= 15.a, < 16'
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
![CI](https://github.com/traPtitech/traQ-Widget/workflows/CI/badge.svg)
![release](https://github.com/traPtitech/traQ-Widget/workflows/release/badge.svg)

traQ用ウィジェット
traQ 用ウィジェット
認証通っている場合のみ表示される
`<iframe>`での内部サービスへの埋め込みを意図
`<iframe>`での内部サービスへの埋め込みを意図

## `?type=message&id=~`

- `type`: `message`
- `id`: メッセージID
- `id`: メッセージ ID

メッセージ埋め込み

## 開発
`npm run dev`をすると`lccalhost:8500`でdev serverが起動する。
`/widget/`で本体、`/widget/iframe`でiframeで埋め込まれた状態を確認可能。

`npm run dev`をすると`lccalhost:8500`で dev server が起動する。
`/widget/`で本体、`/widget/iframe`で iframe で埋め込まれた状態を確認可能。
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"compilerOptions": {
"module": "esnext",
"lib": ["es2018", "dom"],
"types": [
"vite/client"
],
"types": ["vite/client"],
"rootDir": "./src",
"importHelpers": true,
"strict": true,
Expand Down

0 comments on commit 1c797bf

Please sign in to comment.