Skip to content

Commit eaac67f

Browse files
committed
merged from main branch
2 parents 60b680e + e01018d commit eaac67f

7,675 files changed

Lines changed: 9010 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

paletteEditor/.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
.DS_Store
12+
dist
13+
dist-ssr
14+
coverage
15+
*.local
16+
17+
# Editor directories and files
18+
.vscode/*
19+
!.vscode/extensions.json
20+
.idea
21+
*.suo
22+
*.ntvs*
23+
*.njsproj
24+
*.sln
25+
*.sw?
26+
27+
*.tsbuildinfo
28+
29+
.eslintcache
30+
31+
# Cypress
32+
/cypress/videos/
33+
/cypress/screenshots/
34+
35+
# Vitest
36+
__screenshots__/
37+
38+
# Vite
39+
*.timestamp-*-*.mjs
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["Vue.volar"]
3+
}

paletteEditor/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# .
2+
3+
This template should help get you started developing with Vue 3 in Vite.
4+
5+
## Recommended IDE Setup
6+
7+
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8+
9+
## Recommended Browser Setup
10+
11+
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
12+
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
13+
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
14+
- Firefox:
15+
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
16+
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
17+
18+
## Type Support for `.vue` Imports in TS
19+
20+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
21+
22+
## Customize configuration
23+
24+
See [Vite Configuration Reference](https://vite.dev/config/).
25+
26+
## Project Setup
27+
28+
```sh
29+
bun install
30+
```
31+
32+
### Compile and Hot-Reload for Development
33+
34+
```sh
35+
bun dev
36+
```
37+
38+
### Type-Check, Compile and Minify for Production
39+
40+
```sh
41+
bun run build
42+
```

paletteEditor/bun.lock

Lines changed: 420 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

paletteEditor/env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="vite/client" />

paletteEditor/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link rel="icon" href="/favicon.ico">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>ER Palette Editor</title>
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script type="module" src="/src/main.ts"></script>
12+
</body>
13+
</html>

paletteEditor/package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "palette_editor",
3+
"version": "0.0.0",
4+
"private": true,
5+
"type": "module",
6+
"scripts": {
7+
"dev": "bunx --bun vite",
8+
"build": "run-p type-check \"build-only {@}\" -- --emptyOutDir",
9+
"preview": "bunx --bun vite preview",
10+
"build-only": "bunx --bun vite build",
11+
"type-check": "vue-tsc --build"
12+
},
13+
"dependencies": {
14+
"vue": "^3.5.29",
15+
"vue-color": "^3.3.3"
16+
},
17+
"devDependencies": {
18+
"@tsconfig/node24": "^24.0.4",
19+
"@types/node": "^24.11.0",
20+
"@vitejs/plugin-vue": "^6.0.4",
21+
"@vue/tsconfig": "^0.8.1",
22+
"npm-run-all2": "^8.0.4",
23+
"typescript": "~5.9.3",
24+
"vite": "^7.3.1",
25+
"vite-plugin-vue-devtools": "^8.0.6",
26+
"vue-tsc": "^3.2.5"
27+
},
28+
"engines": {
29+
"node": "^20.19.0 || >=22.12.0"
30+
}
31+
}

paletteEditor/public/favicon.ico

4.66 KB
Binary file not shown.

paletteEditor/public/palette_data.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,5,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,5,1,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,5,5,1,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,5,5,1,1,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,3,3,3,1,5,5,5,1,5,5,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,11,11,1,5,5,5,1,1,1,5,5,5,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,0,0,3,11,11,2,1,4,5,5,1,5,1,5,5,5,5,3,11,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,3,0,3,11,11,1,4,4,4,1,1,5,1,5,5,5,5,3,11,3,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,11,3,0,3,11,2,1,4,4,4,1,5,5,1,1,5,5,5,3,11,3,0,0,0,0,3,3,0,0,3,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,11,11,11,3,0,3,11,1,4,4,4,4,1,5,5,5,1,5,5,5,5,3,3,0,0,0,3,11,11,3,0,3,1,4,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,3,11,11,11,2,3,11,11,1,4,4,4,1,5,5,5,5,1,5,5,5,5,3,0,0,0,0,3,11,11,2,3,3,5,1,1,4,4,1,1,0,0,0,0,0,0,0,0,0,2,4,4,4,2,0,0,0,0,0,0,0,0,0,0,2,2,11,11,11,3,11,2,1,4,4,4,1,5,5,5,5,1,5,5,5,5,3,0,0,0,3,11,11,11,11,3,3,5,5,5,1,1,4,4,1,1,0,0,0,0,0,0,2,7,4,4,4,4,2,0,0,0,0,0,0,0,0,0,0,3,11,11,11,3,11,1,4,4,4,4,1,5,5,5,5,1,5,5,5,5,3,0,0,0,3,11,11,11,3,0,3,5,5,5,5,5,1,4,4,4,1,1,0,0,0,2,2,7,7,4,4,4,2,0,0,0,0,0,0,0,0,0,0,3,11,11,11,3,11,1,4,4,4,1,1,5,5,5,5,5,1,5,5,5,5,3,0,3,11,11,11,11,3,0,0,3,5,5,5,5,5,1,1,4,4,4,1,1,2,4,4,2,7,4,4,4,4,2,0,0,0,0,0,0,0,0,0,3,11,11,11,3,2,1,4,4,4,1,5,5,5,5,5,5,1,5,5,5,5,3,0,3,11,11,11,2,3,0,0,3,1,5,5,5,5,5,5,1,1,4,4,2,7,4,4,2,7,7,4,4,4,2,0,0,0,0,0,0,0,0,3,11,3,11,11,2,1,4,4,4,4,1,5,5,5,5,5,5,1,5,5,5,5,3,3,11,11,11,11,3,0,0,0,3,1,5,5,5,5,5,5,5,5,1,2,6,7,4,4,4,2,7,4,4,4,2,0,0,0,0,0,0,0,0,3,11,2,11,11,11,1,4,4,4,1,1,5,5,5,5,5,5,1,4,4,5,5,3,3,11,11,11,11,3,3,3,0,0,3,1,5,5,5,5,5,5,5,5,2,6,6,7,4,4,2,7,7,4,4,4,2,0,0,0,0,0,0,0,3,11,11,11,11,2,1,4,4,4,1,5,5,5,5,5,5,5,1,4,4,4,4,3,11,11,11,11,2,3,11,3,0,0,3,5,1,5,5,5,5,5,5,5,5,2,6,6,4,4,4,2,7,4,4,4,2,0,0,0,0,0,0,0,0,3,11,11,11,1,4,4,4,4,1,5,5,5,5,5,5,5,1,4,4,4,4,3,11,11,11,11,3,11,11,3,0,0,0,3,1,5,5,5,5,5,5,5,5,5,2,6,7,4,4,4,2,4,4,4,4,2,0,0,0,8,8,8,8,3,11,11,11,1,4,4,4,1,1,5,5,5,5,5,5,5,1,1,4,4,4,3,11,11,11,2,3,11,11,3,0,0,0,3,5,1,5,5,5,5,5,5,5,5,2,6,6,7,4,4,2,7,4,4,4,2,0,8,8,9,9,9,3,0,3,11,11,1,4,4,4,1,5,5,5,5,5,5,5,5,5,1,4,4,4,3,11,11,11,3,11,11,3,0,0,0,0,0,3,5,2,2,5,5,5,5,5,5,5,2,6,6,4,4,4,7,4,4,4,8,8,10,10,10,8,8,3,0,3,11,11,1,4,2,2,2,5,5,5,5,5,5,5,5,5,1,4,4,4,3,11,11,11,11,11,11,3,0,0,0,0,0,3,3,6,6,2,5,5,5,1,1,5,2,6,6,7,4,4,4,4,4,4,3,10,10,8,8,8,8,8,3,3,11,11,1,2,7,6,2,2,2,2,5,5,5,5,5,5,1,4,4,4,3,11,2,2,2,2,2,0,0,0,0,0,0,0,3,6,6,6,2,5,1,1,1,2,6,2,6,6,4,4,4,4,4,4,3,8,8,8,3,8,8,8,3,0,3,11,2,2,7,6,6,6,6,2,2,2,5,5,5,5,1,4,4,2,2,2,6,4,4,4,2,0,0,0,0,0,0,3,6,6,6,6,6,2,1,1,2,6,6,6,6,6,7,4,4,4,4,4,4,3,8,8,3,9,8,8,8,3,3,11,11,2,7,6,6,6,6,6,6,2,5,5,5,5,1,4,3,6,6,6,7,4,4,2,0,0,0,0,0,0,3,6,6,6,6,6,6,6,2,1,2,6,6,6,6,6,6,4,4,4,4,4,4,3,8,8,3,10,3,8,8,3,3,11,11,2,7,6,6,6,6,6,6,2,5,5,5,5,5,2,2,6,6,6,4,4,4,2,0,0,0,0,0,3,6,6,6,6,6,6,6,6,6,2,2,2,6,6,6,6,6,7,8,8,7,4,4,4,3,8,3,8,9,8,8,3,0,3,11,2,7,6,6,6,6,6,6,2,5,5,5,5,5,3,6,6,6,7,4,4,2,0,0,0,0,0,0,3,2,6,6,6,6,6,6,6,6,6,6,2,6,6,6,6,8,8,9,9,3,7,4,4,3,8,3,8,10,3,8,8,3,3,11,7,7,6,6,6,6,6,6,2,5,5,5,5,3,6,6,6,6,4,4,4,2,0,3,3,0,0,0,0,3,2,6,6,6,6,6,6,6,6,6,6,6,6,6,3,10,10,10,8,9,3,7,4,4,3,8,3,8,9,3,8,3,3,11,7,6,6,6,6,6,6,6,2,5,5,3,3,6,6,6,6,7,4,4,2,0,3,8,3,0,0,3,3,3,3,2,6,6,6,6,6,6,6,6,6,6,6,3,10,10,8,8,8,8,9,3,7,4,3,8,3,8,10,9,8,8,3,6,7,6,6,6,6,6,6,6,2,5,3,6,6,6,6,6,6,4,4,4,2,0,3,8,3,0,0,3,6,6,2,3,3,3,6,6,6,6,6,6,6,6,6,3,8,8,8,8,8,8,8,3,3,3,3,8,3,8,8,9,3,8,3,7,7,6,6,6,6,6,6,6,2,3,6,6,6,6,6,6,7,4,4,2,0,3,8,8,3,0,0,3,6,6,6,6,6,2,3,3,6,6,6,6,6,6,6,3,8,8,8,8,8,8,8,8,8,8,8,8,3,8,8,10,9,3,3,7,6,6,6,6,6,6,6,6,6,3,6,6,6,6,6,6,4,4,4,2,3,8,8,8,3,0,0,0,3,6,6,6,6,6,6,6,6,6,6,6,3,3,6,6,3,8,8,8,8,8,8,8,8,8,8,8,8,3,8,8,9,9,3,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,4,4,7,3,10,8,8,3,0,0,0,0,0,3,3,6,6,6,6,6,6,6,6,3,8,8,3,6,6,3,8,8,8,8,8,8,8,8,8,8,8,3,8,8,10,9,3,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,4,4,4,3,10,8,8,8,3,0,0,0,0,0,0,0,3,3,6,6,6,6,6,6,3,8,8,8,3,6,6,3,8,8,8,8,8,8,8,8,3,3,3,8,8,8,9,3,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,4,4,7,3,10,8,8,3,3,0,0,0,0,0,0,0,0,0,3,3,6,6,6,3,8,8,8,8,8,3,3,0,3,8,8,8,8,8,3,3,11,11,3,3,8,8,10,3,6,6,6,6,8,8,8,8,6,6,6,6,6,6,6,4,4,7,3,10,8,8,3,11,2,0,0,0,0,0,0,0,0,0,0,0,3,3,6,3,8,8,8,8,8,8,8,3,0,3,8,8,8,3,7,2,3,6,6,3,8,8,8,3,6,6,6,3,10,10,10,8,8,8,8,8,6,6,6,4,4,3,10,8,8,8,3,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,8,8,8,8,8,8,8,8,3,3,3,8,3,7,7,11,3,6,6,3,8,8,8,3,6,6,6,3,8,8,10,10,10,10,10,3,6,6,7,4,3,10,8,8,8,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,8,8,8,8,8,8,8,8,3,8,3,7,6,6,3,6,6,6,3,8,8,8,3,6,6,3,8,8,8,8,8,8,10,3,6,6,4,7,3,10,8,8,8,3,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,3,3,8,8,8,8,8,8,8,3,3,6,6,6,11,3,6,6,3,8,8,8,3,6,3,8,8,8,8,8,8,8,8,3,6,6,4,3,10,8,8,8,3,6,6,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3,8,3,3,3,0,0,3,8,8,8,3,3,8,8,3,6,6,6,6,3,6,6,11,3,8,8,8,3,3,8,8,8,8,8,8,8,8,3,6,6,3,10,8,8,8,3,11,6,7,7,3,0,0,0,0,0,0,0,0,0,0,0,3,8,8,8,3,8,3,3,3,8,8,3,7,11,3,8,8,3,6,6,6,6,6,6,6,3,8,8,8,8,3,8,8,8,8,8,8,8,3,6,6,6,3,10,8,8,8,3,6,6,7,7,3,0,0,0,0,0,0,0,0,0,0,0,3,3,8,8,8,3,3,8,8,8,8,3,7,6,11,3,8,3,6,6,6,6,6,6,6,3,8,8,8,8,3,8,8,8,8,8,8,8,3,6,6,3,10,8,8,8,3,11,6,6,7,7,3,3,3,0,0,0,0,0,0,0,0,0,0,3,8,8,8,8,8,3,8,8,8,3,6,6,6,3,8,3,6,6,6,6,6,6,6,3,8,8,8,8,3,8,8,8,8,8,8,8,3,6,3,8,10,8,8,8,3,6,6,7,7,7,3,11,3,0,0,0,0,0,0,0,0,0,0,3,3,8,8,8,8,8,8,8,8,3,6,6,6,11,3,11,6,6,6,6,6,6,6,11,3,8,8,8,8,8,8,8,8,8,8,8,3,6,3,8,8,8,8,3,11,6,6,7,7,3,11,11,3,0,0,0,0,0,0,0,0,0,0,0,3,3,8,3,3,8,8,8,8,8,3,6,6,6,3,6,6,6,6,6,6,6,6,6,3,8,8,8,8,8,8,8,8,8,8,8,3,3,8,8,8,8,8,3,6,6,6,7,7,3,3,11,3,0,0,0,0,0,0,0,0,0,0,0,0,3,3,7,11,2,3,8,8,8,3,6,6,6,11,6,6,6,6,6,6,6,6,6,3,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,3,11,6,6,6,7,7,7,3,11,3,0,0,0,0,0,0,0,0,0,0,0,3,3,7,7,6,6,2,3,8,3,6,11,6,6,6,6,6,6,6,6,6,6,6,6,11,3,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,3,6,6,6,7,7,7,3,11,11,3,0,0,0,0,0,0,0,0,0,0,0,3,7,7,6,6,6,6,11,3,3,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,3,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,3,6,6,6,6,2,7,7,3,11,3,0,0,0,0,0,0,0,0,0,0,0,0,3,7,6,6,6,6,6,6,11,3,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,11,3,8,8,2,2,2,8,8,8,8,8,8,8,8,8,3,6,6,6,2,2,7,7,3,11,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,6,6,6,6,6,6,6,3,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,3,8,3,7,7,7,2,2,8,8,8,8,8,8,3,6,6,6,2,2,7,7,3,3,11,3,0,0,0,0,0,0,0,0,0,0,0,0,3,3,2,6,6,6,6,6,6,6,6,6,6,6,1,1,2,2,6,6,6,6,6,6,6,6,6,3,3,6,6,7,7,7,2,8,8,8,8,8,3,3,3,3,2,6,7,3,3,11,11,3,0,0,0,0,0,0,0,0,0,0,0,3,11,6,6,2,6,6,6,6,6,6,6,6,6,1,7,5,3,2,2,2,2,3,6,6,6,6,6,11,3,6,6,6,6,6,2,8,8,8,8,3,6,6,6,3,6,6,6,6,3,2,11,3,0,1,1,0,0,0,0,0,0,0,0,3,11,6,6,6,6,6,6,6,6,6,6,6,6,1,7,1,5,3,11,11,11,3,6,6,2,2,6,6,3,6,6,6,6,6,2,8,8,3,3,3,6,6,6,3,6,6,6,6,3,2,11,3,0,3,5,1,1,1,0,0,0,0,3,3,11,2,6,6,6,6,6,6,6,6,6,6,6,1,7,1,5,5,3,11,11,3,6,6,2,11,3,6,6,6,6,6,6,6,2,8,3,2,6,3,6,6,3,6,6,6,6,3,7,4,2,0,0,3,5,7,7,1,1,1,0,3,6,6,3,3,2,11,6,6,6,6,6,6,6,3,1,7,1,5,1,5,5,3,11,3,6,11,2,11,11,3,6,6,6,6,6,6,6,3,2,6,3,6,6,3,6,6,6,6,6,3,7,4,2,0,0,3,5,5,5,1,7,7,1,3,6,6,6,11,3,3,2,11,6,6,6,6,3,11,1,7,1,5,5,1,5,5,3,11,2,11,2,11,11,11,3,6,6,6,6,6,2,2,6,6,6,6,3,6,6,6,6,6,3,6,6,4,4,2,0,3,5,5,1,1,5,5,5,3,6,6,6,6,11,3,6,6,6,6,6,3,11,11,1,7,1,5,5,1,5,5,5,3,2,11,11,11,11,11,3,6,6,6,6,2,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,4,4,2]

0 commit comments

Comments
 (0)