- init unibest v4.4.0 base template - tabbar: 4 tabs (打卡/进度/测算/持仓) with carbon icons - pages/checkin: daily checklist, streak counter, monthly rate - pages/progress: asset snapshot, progress bar to 71万 target - pages/calculator, holdings: placeholder pages (stage 2) - store/checkin.ts + store/progress.ts with pinia persist - vite: host 0.0.0.0 for WSL2→Windows browser access Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
482 B
TypeScript
15 lines
482 B
TypeScript
import { defineConfig } from 'openapi-ts-request'
|
|
|
|
export default defineConfig([
|
|
{
|
|
describe: 'unibest-openapi-test',
|
|
schemaPath: 'https://ukw0y1.laf.run/unibest-opapi-test.json',
|
|
serversPath: './src/service',
|
|
requestLibPath: `import request from '@/http/vue-query';\n import { CustomRequestOptions_ } from '@/http/types';`,
|
|
requestOptionsType: 'CustomRequestOptions_',
|
|
isGenReactQuery: false,
|
|
reactQueryMode: 'vue',
|
|
isGenJavaScript: false,
|
|
},
|
|
])
|