1
0
mirror of https://github.com/hjdhnx/dr_py.git synced 2025-07-26 22:11:51 -04:00

修正模板引入

This commit is contained in:
晚风拂柳颜 2024-04-13 14:24:53 +08:00
parent 27e21c974f
commit bffb65e924
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
3.9.49beta38
3.9.49beta39

@ -1,6 +1,6 @@
import cheerio from 'assets://js/lib/cheerio.min.js';
import 'assets://js/lib/crypto-js.js';
import 模板 from"./模板.js"
import 模板 from "../js/模板.js"
import {gbkTool} from './gbk.js'
// import './rsa.js'

2
libs/drpy2.min.js vendored

File diff suppressed because one or more lines are too long